Skip to main content

Message exchange engine to build pipelines using brokers like RabbitMQ

Project description

Build Status

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


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.8.tar.gz (11.9 kB view hashes)

Uploaded Source

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