The rabbitmq plugin of the Minos Framework
Project description
minos-broker-rabbitmq
Summary
Minos is a framework which helps you create reactive microservices in Python. Internally, it leverages Event Sourcing, CQRS and a message driven architecture to fulfil the commitments of an asynchronous environment.
Installation
Install the dependency:
pip install minos-broker-rabbitmq
Modify config.yml
file:
...
interfaces:
broker:
port: minos.networks.BrokerPort
common:
host: localhost
port: 5672
queue:
records: 1000
retry: 2
publisher:
client: minos.plugins.rabbitmq.RabbitMQBrokerPublisher
queue: minos.networks.PostgreSqlBrokerPublisherQueue
subscriber:
client: minos.plugins.rabbitmq.RabbitMQBrokerSubscriber
queue: minos.networks.PostgreSqlBrokerSubscriberQueue
validator: minos.networks.PostgreSqlBrokerSubscriberDuplicateValidator
...
Documentation
The official API Reference is publicly available at the GitHub Pages.
Source Code
The source code of this project is hosted at the GitHub Repository.
Getting Help
For usage questions, the best place to go to is StackOverflow.
Discussion and Development
Most development discussions take place over the GitHub Issues. In addition, a Gitter channel is available for development-related questions.
License
This project is distributed under the MIT license.
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
Built Distribution
Hashes for minos-broker-rabbitmq-0.7.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4895c7f368f26fe1225c776c886d31e9258a9146db2a43bdfb49f6fb25b66c3 |
|
MD5 | 2796f5ea5bdf32812605d29e1dd2699f |
|
BLAKE2b-256 | 9cca962d32d722c98da6ad70eced05ccc07ad13c58aaeeaa2c40f82527bcdc03 |
Hashes for minos_broker_rabbitmq-0.7.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d861517ea3804f442e36975c34ef8f75b50d0bf65b4326b97da0a96ba6fea6ba |
|
MD5 | 7df6157869aab3b5fc24180875325841 |
|
BLAKE2b-256 | 76c634e82d26d0f310062091875487255377f37206c6652d544a72d6412630bc |