🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

django-mqueue

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

django-mqueue

Events queue for Django

0.18.0
PyPI
Maintainers
1

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

:books: 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

Keywords

django

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts