Automation for Rulex Platform#

One of the strengths of Rulex Platform is its ability to automate manual processes, improving your ability to process data and your performance on the market.

As a matter of fact, automation should work regardless of the presence of a physical user who is triggering it using the GUI.

For this reason, in Rulex Platform we take care of exposing all the most important commands of the software components through a scripting/user-less interface.

Of course, the different architectures of Rulex Platform require different interfaces to reach the same goal. In particular:

  • In the standalone version the system exposes a comprehensive Command Line Interface which can be queried using standard scripting software (like PowerShell or Command Prompt)

  • In the cloud version the cloud exposes a comprehensive REST API which can be used to create client-side scripting. Python client libraries are available upon request (contact us on our community for more information).

These interfaces are specular and expose the same commands using only different formats, that are in line with the architecture used. As usual, Rulex Platform has no differences among its different architectural versions in terms of features.