a tiny implementation of pixel tracking using SOS stack
the code architecture and docs can be found over on pacstrap.io
this pixel tracker allows providing a drop-in route to any static site's img tag. nginx is configured to pass along the real ip of the request and a falcon/gunicorn script reads out when the page (and pixel) is accessed. this is a cleaner implementation than tracking through nginx logs since it only looks at a whole page being loaded rather than each smaller req that hits the server.