Skip to content
Nihar Rathod edited this page Mar 4, 2023 · 2 revisions

ruleengine-core is a strictly typed rule engine library, provides a simple interface to create rule-engine and evaluate rules for given input. It decouples and abstract-out logic for rule setup and rule evaluation. You can store rules(RuleEngineConfig) as a JSON in a store outside of core rule engine logic, which makes it easy for rule engine versioning.

Clone this wiki locally