Skip to content
This repository has been archived by the owner on Nov 22, 2019. It is now read-only.

Latest commit

 

History

History
25 lines (19 loc) · 1.05 KB

README.rst

File metadata and controls

25 lines (19 loc) · 1.05 KB

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.