Rules language

The Ondorse rules engine allows you to create and deploy rules. The engine syntax is defined by the rules language. Ondorse uses the rules engine in different features, allowing you to configure several features using the same basic syntax.

Main features

  • Powerful syntax: Rules expressions use a powerful rules language that allows you to create complex rules.
  • High-performance rule evaluation: Allows you to have many rules in different Ondorse features with almost no impact on performance.
  • Engine powering different Ondorse features: Ondorse keeps building features on top of the rules engine, which means that you can use the same API methods for configuring different features, with the same customization possibilities.

The Ondorse rules language is a flexible and intuitive specification for building rule expressions. The rules language allows you to precisely target actions with a syntax and semantics familiar to engineers.