Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 1.02 KB

File metadata and controls

10 lines (7 loc) · 1.02 KB

ruleengine-core

Build Test Coverage Status License: MIT

Overview

ruleengine-core is a strictly typed rule engine library, provides a simple interface to create ruleengine 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.