Get notified about events
Quick explanation:
- Send data to Notifilter
- Configure what you want to be notified about and how, optionally set up rules
- Get notifications in Slack
Example:
People buy products on your website, you send conversion
events to Notifilter. You want to give customers that buy a certain package some special attention so you set up a notification and add a rule that the revenue
needs to be above 100$. All incoming conversions matching the rules will be sent to a Slack channel of your choosing. You've setup the notification with a nice template so you see all relevant data right away and can click on a link to your admin page.
- notifilter - You're here!
- notifilter-receive - Go app that receives UDP, checks rules and notifies
- notifilter-rb – Ruby gem to track events
Data is received over UDP (fire and forget) by notifilter-receive and stored in Elasticsearch (for aggregation + statistics type stuff in the future). Postgres is use to store notifiers that contain notification templates (based on Go templating), rules and settings (send to what channel etc).
This repo is a Phoenix + React app where you can configure notifications and view incoming events.
persist to ES
/
receive data
\
check if there are notifications
set up that match this event - notify channel with configured template
and if all rules are satisfied