Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/slashdotdash/treaty
- Owner: slashdotdash
- License: mit
- Created: 2012-10-29T21:40:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-01T17:24:41.000Z (almost 12 years ago)
- Last Synced: 2024-10-11T08:13:24.424Z (3 months ago)
- Topics: rete, rete-algorithm, rule-engine, rules-engine, typescript
- Size: 480 KB
- Stars: 20
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.