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
- 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.
Real time events demo
A websockets demo: django-mqueue-livefeed is available
Documentation
Project details
Release history Release notifications | RSS feed
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.20.0.tar.gz
(22.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_mqueue-0.20.0.tar.gz.
File metadata
- Download URL: django_mqueue-0.20.0.tar.gz
- Upload date:
- Size: 22.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cf19972bbff2cedfbae3fbb76528e89bda923caf669da04ee38e3f18656ea88b
|
|
| MD5 |
c2c0d4e38ba4198821d2660dac97ed43
|
|
| BLAKE2b-256 |
75b9713ad1917b80d296d82895585c7d4734fea2b00cf1239ac6fff1af4325c8
|
File details
Details for the file django_mqueue-0.20.0-py3-none-any.whl.
File metadata
- Download URL: django_mqueue-0.20.0-py3-none-any.whl
- Upload date:
- Size: 32.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
631d8e73fe7bae8a454bc379a40f65d68cd056ad13a2ac4d591d3623b722956b
|
|
| MD5 |
94bfd53edcb96de70a35b7be5d051469
|
|
| BLAKE2b-256 |
52787455952454933138b50bb22eb25d770f1d1418242657bc84bbabda0f497f
|