Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 377 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 377 Bytes

Flow Engine

To run the flow engine with the provided example data run:

npm start

To run the tests you need to install the dependencies first by:

npm install

and the running

npm run test

The tests are using tape module with faucet for nicer logging. The circular rules are detected and the rule evaluation is then interrupted.