Skip to content
Jesus Ruiz edited this page Jan 4, 2014 · 9 revisions

Durable Rules provides real-time, consistent coordination of events. A forward chaining algorithm (A.K.A. RETE) is used to evaluate massive streams of data. In order to scale out, the inference tree state is cached using redis. A simple, yet powerful meta-liguistic abstraction allows defining simple and complex rulesets.

Resources

Clone this wiki locally