a tiny event tracking proxy for influxdb inspired by tinytracker
to run the server:
$ uwsgi --http 127.0.0.1:1337 --module influxer.wsgi:application --master -H /path/to/workspace
curl -G "http://127.0.0.1:1337/influx.gif?site=onion&content_id=123&event=pageview&path=/articles/blah-123"
curl -G "http://127.0.0.1:1337/pageviews.json"
curl -G "http://127.0.0.1:1337/contentids.json?content_id=123"
curl -G "http://127.0.0.1:1337/trending.json"