Am seeking a Rules Engine, written in Java or Python, which supports the following features:
- Decision Tables
- Easy creation of simple business rules (preferably by a non-technical person)
- SOAP / REST support
Have already ruled out Drools (very clunky and not user friendly for non-technical users).
So far the candidates are:
- Nebri OS (Python / Django)
- Easy Rules (Java)
- n-cube (Groovy based)
Read that Easy Rules does not support forward and backward chaining, as well as breadth first and depth first search strategies.
It just executes all rules once and only once.
Can anyone suggest an open source based Rules Engine that's either written in Java or Python?
Thanks for taking the time to read this.