Message exchange engine to build pipelines using brokers like RabbitMQ
Project description
BarterDude
Message exchange engine to build pipelines using brokers like RabbitMQ
Install
Using Python 3.6+
make install
or
make setup
for development
Test
make test
Usage
barterdude = BarterDude([connection, ...])
healthcheck = Healthcheck(baterdude, ...)
metrics = Prometheus(baterdude, ...)
monitor = Monitor(healthcheck, metrics)
@barterdude.route(["queue"], ...)
@barterdude.forward(["exchange"], ...)
@barterdude.observe(monitor)
def my_callback(msg):
pass
Contribute
For development and contributing, please follow Contributing Guide and ALWAYS respect the Code of Conduct
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
barterdude-0.0.7.tar.gz
(11.9 kB
view details)
File details
Details for the file barterdude-0.0.7.tar.gz
.
File metadata
- Download URL: barterdude-0.0.7.tar.gz
- Upload date:
- Size: 11.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6915e21d4b376d3a15bca790a3528601b05ade29ad02d0eb0abf4e752af09d36 |
|
MD5 | 2204e3897697ed4bc09d3d6396239c74 |
|
BLAKE2b-256 | e677b3100248b5f81d0109b44a02ba70a829afff45aaaff09b8fd007d0682277 |