CacheControl / json-rules-engine

A rules engine expressed in JSON
ISC License
2.6k stars 461 forks source link

What the best way to launch the rule engine #354

Open goof03 opened 1 year ago

goof03 commented 1 year ago

Hi ! I'm new to rules engine and json-rules-engine particulary …

I need to apply rules on iot metrics to launch alert through mail, sms, etc … I have a rules editor in a Vuejs frontend with write the json rules in a postgressql database through a graphql API.

What is the best way to scan my metrics time series table ? Launch rules on insert or with a cron ?

Thanks for your help