Skip to content

sbisker/mixpanel-celery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 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, you can build the sphinx documentation yourself or vist the online mixpanel-celery documentation

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Python 96.3%
  • Shell 3.7%