Events queue for Django


Keywords
django, logging, monitoring, django-events, django-instant, django-logging, django-monitoring
License
MIT
Install
pip install django-mqueue==0.16.0

Documentation

Django Mqueue

Events queue application for Django. Features:

  • Monitor models: models can be registered to autogenerate events on create/update/delete actions
  • Export events: save events to Redis or send them over websockets

📚 Read the documentation

Example:

MEvent.objects.create(name="Test event", event_class="test", data={"k":"v"})

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

Event queue screenshot

Real time events demo

A websockets demo: django-mqueue-livefeed is available

Documentation