Thanks to visit codestin.com
Credit goes to github.com

Skip to content

espacioAntonio/django-mqueue

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

211 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Mqueue

Build Status

Events queue application for Django. Can be used for monitoring or loging, or to build any events-based app. Features:

  • Send events from code: they will be recorded into the db
  • Monitoring on models: the events (create/save/delete) will be recorded according to the choosen log level
  • Logs handler: to record the Django logs into the db
  • Live feed: stream the events over websockets to a live dashboard with django-mqueue-livefeed.

Events can be linked to a model instance and a user instance.

Check the documentation

Event queue screenshot

Note: to run the tests you will need django-fake-model

About

Events queue for Django

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 87.1%
  • HTML 11.1%
  • CSS 1.8%