{"id":17340978,"url":"https://github.com/synw/django-mqueue","last_synced_at":"2025-04-14T19:08:15.447Z","repository":{"id":59203872,"uuid":"53405790","full_name":"synw/django-mqueue","owner":"synw","description":"Events queue for Django","archived":false,"fork":false,"pushed_at":"2023-03-28T10:23:09.000Z","size":8541,"stargazers_count":30,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T07:34:11.672Z","etag":null,"topics":["django-events","django-instant","django-logging","django-monitoring"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/synw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-03-08T11:07:10.000Z","updated_at":"2024-06-24T13:24:00.000Z","dependencies_parsed_at":"2022-09-13T05:03:07.611Z","dependency_job_id":null,"html_url":"https://github.com/synw/django-mqueue","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synw%2Fdjango-mqueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synw%2Fdjango-mqueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synw%2Fdjango-mqueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/synw%2Fdjango-mqueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/synw","download_url":"https://codeload.github.com/synw/django-mqueue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248854482,"owners_count":21172369,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["django-events","django-instant","django-logging","django-monitoring"],"created_at":"2024-10-15T15:47:16.478Z","updated_at":"2025-04-14T19:08:15.420Z","avatar_url":"https://github.com/synw.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django Mqueue\n\nEvents queue application for Django. Features:\n\n- **Monitor models**: models can be registered to autogenerate events on create/update/delete actions\n- **Export events**: save events to Redis or send them over websockets\n\n:books: Read the [documentation](https://synw.github.io/django-mqueue/)\n\nExample:\n\n   ```python\n   MEvent.objects.create(name=\"Test event\", event_class=\"test\", data={\"k\":\"v\"})\n   ```\n\nEvents can be linked to a model instance and a user instance.\n\n![Event queue screenshot](https://raw.github.com/synw/django-mqueue/master/docsite/src/assets/screenshot.png)\n\n## Real time events demo\n\nA websockets demo: [django-mqueue-livefeed](https://github.com/synw/django-mqueue-livefeed) is available\n\n## Documentation\n\n - [Get started](https://synw.github.io/django-mqueue/get_started)\n    - [Install](https://synw.github.io/django-mqueue/get_started/install)\n    - [Basics](https://synw.github.io/django-mqueue/get_started/basics)\n - [Events](https://synw.github.io/django-mqueue/events)\n    - [Parameters](https://synw.github.io/django-mqueue/events/parameters)\n    - [Fields autoguess](https://synw.github.io/django-mqueue/events/fields_autoguess)\n    - [Query events](https://synw.github.io/django-mqueue/events/query_events)\n - [Model events](https://synw.github.io/django-mqueue/model_events)\n    - [Registered models](https://synw.github.io/django-mqueue/model_events/registered_models)\n    - [Watchers](https://synw.github.io/django-mqueue/model_events/watchers)\n - [Post processing](https://synw.github.io/django-mqueue/post_processing)\n    - [Model callbacks](https://synw.github.io/django-mqueue/post_processing/model_callbacks)\n    - [Hooks](https://synw.github.io/django-mqueue/post_processing/hooks)\n     - [Hooks](https://synw.github.io/django-mqueue/post_processing/hooks)\n        - [Redis](https://synw.github.io/django-mqueue/post_processing/hooks/redis)\n        - [Centrifugo](https://synw.github.io/django-mqueue/post_processing/hooks/centrifugo)\n        - [Custom](https://synw.github.io/django-mqueue/post_processing/hooks/custom)\n - [Extra](https://synw.github.io/django-mqueue/extra)\n    - [Livefeed](https://synw.github.io/django-mqueue/extra/livefeed)\n    - [Logs handler](https://synw.github.io/django-mqueue/extra/logs_handler)\n    - [Graphical settings](https://synw.github.io/django-mqueue/extra/graphical_settings)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynw%2Fdjango-mqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsynw%2Fdjango-mqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsynw%2Fdjango-mqueue/lists"}