django-action-triggers

A Django library that asynchronously triggers actions based on database changes. Supports webhook integration, message brokers (Kafka, RabbitMQ), and flexible configurations.

MIT License

Downloads
371
Stars
23
Committers
2

Bot releases are visible (Hide)

django-action-triggers - v0.4.0 (2024-09-08)

Published by Salaah01 about 1 month ago

Overview

  • Added new integrations:
    • Redis
    • AWS SNS (AWS Simple Notification Service)
    • AWS SQS (AWS Simple Queue Service)
  • Timeout feature (shout-out to David Silveiro for the idea)
  • Dependency upgrades
  • Housekeeping and refactoring

What's Changed

New Contributors

Full Changelog: https://github.com/Salaah01/django-action-triggers/compare/v0.3.0...v0.4.0

django-action-triggers - v0.3.0 (2024-08-31) Latest Release

Published by Salaah01 about 2 months ago

Overview

  • Actions are now asynchronous (shout-out to David Silveiro for the idea)

What's Changed

Full Changelog: https://github.com/Salaah01/django-action-triggers/compare/v0.2.0...v0.3.0

django-action-triggers - v0.2.0 (2024-08-30)

Published by Salaah01 about 2 months ago

Overview

  • A mechanism to limit triggers to only models that have been whitelisted (shout-out to David Silveiro for the suggestion).
  • Users can no longer override base connection details and parameters for message broker actions (shout-out to David Silveiro for the suggestion).

What's Changed

Full Changelog: https://github.com/Salaah01/django-action-triggers/compare/v0.1.1...v0.2.0

django-action-triggers - v0.1.1

Published by Salaah01 about 2 months ago

Overview

  • (Patch) Removed "In Deployment" text from README.

Full Changelog: https://github.com/Salaah01/django-action-triggers/compare/v0.1.0...v0.1.1

django-action-triggers - v0.1.0

Published by Salaah01 about 2 months ago

Overview

Initial release containing the core functionality as well as ability to create action triggers via the API.

What's Changed

New Contributors

Full Changelog: https://github.com/Salaah01/django-action-triggers/commits/v0.1.0

Package Rankings
Top 34.61% on Pypi.org
Badges
Extracted from project README
PyPI version codecov
Related Projects