-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
Hello :)
I've pushed dredd - a gem which I've built for an internal alerting system (during my research process I've bumped into rearview - impressive work!), and I think may
also be worth looking at for rearview.
https://github.com/jondot/dredd
It might be useful for people without a technical background, that need to express a detection rule in something close to English.
I've exhausted the "run a rule over a collection in-memory" space, and then had no choice but to build it (common solutions are - keep sqlite in-memory and run SQL over collection, ESPER, etc - are all too heavy).
Reactions are currently unavailable