dickbrouwer / mixpanel-celery

Asynchronous event tracking for Mixpanel using Celery

Home Page:http://winhamwr.github.com/mixpanel-celery/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mixpanel-celery - Asynchronous event tracking for Mixpanel

Documentation

mixpanel-celery helps you use Celery to asynchronously track your Mixpanel events. Waiting on HTTP requests to Mixpanel's api to complete every time you want to record something slows you down. Using mixpanel-celery gives you all of the Mixpanel goodness without any of the potential performance impact.

mixpanel-celery works great with Django, but because Celery works with just python, so does mixpanel-celery.

For full documenation vist the online mixpanel-celery documentation (or build the sphinx documentation yourself).

This project isn't affiliated with the Mixpanel company. Just a customer's implementation of a client for their service.

About

Asynchronous event tracking for Mixpanel using Celery

http://winhamwr.github.com/mixpanel-celery/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 96.2%Language:Shell 3.8%