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: 7 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 (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-01T17:24:41.000Z (about 13 years ago)
- Last Synced: 2025-04-02T23:07:59.239Z (10 months ago)
- Topics: rete, rete-algorithm, rule-engine, rules-engine, typescript
- Size: 480 KB
- Stars: 19
- Watchers: 3
- 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.