Skip to main content

Events queue for Django

Project description

Django Mqueue

Events queue application for Django. Features:

  • Monitor models: models can be registered to autogenerate events on create/update/delete actions
  • Query events from the frontend: a Graphql api is available to retrieve events
  • Export events: save events to Redis or send them over websockets
  • Handle logs: the logs will be saved in the database as events or exported

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.

Check the documentation

Event queue screenshot

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-mqueue-0.13.0.tar.gz (19.6 kB view hashes)

Uploaded Source

Built Distribution

django_mqueue-0.13.0-py3-none-any.whl (32.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page