-
Notifications
You must be signed in to change notification settings - Fork 207
Home
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.
- [Setup] (http://www.github.com/jruizgit/rules/wiki/setup)
- [Approve Tutorial] (http://www.github.com/jruizgit/rules/wiki/approve-tutorial)
- [Order Tutorial] (http://www.github.com/jruizgit/rules/wiki/order-tutorial)
- [Concepts] (http://www.github.com/jruizgit/rules/wiki/concepts)