Skip to main content

Dramatiq-Mongodb Broker and Results Backend for Dramatiq

Project description

Dramatiq-Mongodb Broker and Results Backend for Dramatiq

:exclamation: WARNING This is very early beta software that has not yet been proven to work. :exclamation:

CI/CD Pipeline

Latest SEMVER

Usage Instructions

Development Instructions

Configure development environment

Install Development Dependencies using Poetry:

poetry install

Install githooks to automate quality checks locally:

poetry run task init

Run code quality checks locally

This project uses TaskiPy as an alternative to a makefile. Also like a makefile some of these commands are composites. For example, poetry run task lint is really just a meta task that runs poetry run task lint_flake8 followed by poetry run task lint_mypy. If you need to see which tasks can be run and what they do, you can use the following command:

poetry run task --list

Changelog and semantic version are automated using Semantic-Release during the CD process. To accomplish this, this repository makes heavy use of Conventional Commits, thought this isn't strictly enforced on the server side at this time until 1.0 is released, but the githooks will lint your commits.

Start a local MongoDB

docker run -d -p 27017:27017 --name mongo -e MONGO_INITDB_ROOT_USERNAME=username -e MONGO_INITDB_ROOT_PASSWORD=password mongo

Once the mongodb server is up and running you can create a pymongo client and pass it either into a MongoDBBroker or a MongoDBBackend to test the code locally. Otherwise everything should behave in accordance with the documentation for Dramatiq.

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

dramatiq-mongodb-0.6.0.tar.gz (8.9 kB view hashes)

Uploaded Source

Built Distribution

dramatiq_mongodb-0.6.0-py3-none-any.whl (9.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