Skip to content

lincolnloop/mixpanel-celery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Packages

No packages published

Languages

  • Python 96.3%
  • Shell 3.7%