Repository navigation
ruleengine
- Website
- Wikipedia
最好使用的规则引擎之一,可以直接使用SQL语句定义规则,简化了编码的负荷,也可以使用XML, drl文件配置规则,还支持drools文件导入。One of the best rule engines, is easy to use SQL statements to define rules, simplify the workload of coding, it also can use XML, DRL file to configure rules, and support import drools file directly.
🔥 🔥 🔥 📌 规则引擎 📌 RuleEngine 基于web可视化配置,简单高效快捷。
Elkeid HUB is a rule/event processing engine maintained by the Elkeid Team that supports streaming/offline (not yet supported by the community edition) data processing. The original intention is to solve complex data/event processing and external system linkage requirements through standardized rules.
An expression engine written in pure rust
一个轻量级的高性能规则引擎,适用于物联网等高并发场景
Oriental medical and Expert system convergence
RuleEngine in .net Core
Intelligent Machine Works
A **Rule Engine** with an **AST** evaluates rules by breaking them into a tree structure. Each node in the tree represents a part of the rule (like conditions or actions). This makes rule evaluation efficient and easier to understand.