Project

notifilter

0.0
No commit activity in last 3 years
No release in over 3 years
Track events and get notified
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
 Project Readme

Notifilter Gem

Build Status

This is a early, early version of a gem that sends events to Notifilter. It is currently UDP based, so fire and forget.

A TCP version will be forthcoming once everything has ran in production for a while.

Ecosystem

Server

How to use

$notifilter = Notifilter.new("application_name", "127.0.0.1", "8000")
$notifilter.notify("event_identifier", { product_id: 1 })