Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/slashdotdash/treaty

Rules Engine written in TypeScript implementing the Rete algorithm
https://github.com/slashdotdash/treaty

rete rete-algorithm rule-engine rules-engine typescript

Last synced: 2 months ago
JSON representation

Rules Engine written in TypeScript implementing the Rete algorithm

Awesome Lists containing this project

README

        

# Treaty

Rules Engine written in TypeScript implementing the Rete algorithm.

Named Treaty as [Rete](http://en.wikipedia.org/wiki/Rete_algorithm) is pronounced Ree-tee.

Rete is an efficient pattern matching algorithm for implementing production rule systems.