Multi broker watcher tool that connect them with UNIX pipes. BUS Message watcher for OpenAPI Generator Project
Project description
Powerful Pipes Watcher - Multi-broker watcher tool with the power of UNIX Pipes
Index
In a nutshell Powerful Pipes Watcher
is a multi broker watcher tool that connect them with UNIX pipes.
Install
> pip install powerful-pipes-watch-bus
Quick Start
WatchBus
Powerful Pipes Watcher read from a broker queue and re-send received data to the UNIX pipeline.
Example
> watch-bus -c redis:// -q my-queue
Above command will connect to the localhost Redis at default port, at database number 1, and will listen for my-queue
queue.
Example with multiple queues
> watch-bus -c redis:// -q my-queue -q second-queue
With this command watch-bus will listen from two queues events.
SendBus
Powerful Pipes SendBus read from stdin and re-send received JSON data to the Broker queue(s).
Example
> cat data.json | send-bus -c redis:// -q my-queue
Above command will connect to the localhost Redis at default port, at database number 1, and will listen for my-queue
queue.
Example with multiple queues
> cat data.json | send-bus -c redis:// -q my-queue -q second-queue
With this command sendBus will send data to two broker queues.
Supported brokers
Currently, supported brokers are:
- Redis
We'll be happy if you want to contribute adding new brokers! :)
Redis examples
Bus connections for Redis should look like:
redis://[[user]:[password]@][host][:port][/db=INTEGER]
Default values:
- user: Null
- password: Null
- Host: 127.0.0.1
- port: 6379
- db: 1
Authors
Powerful Pipes was made by 42Crunch Research Team:
License
Powerful Pipes is Open Source and available under the AGPLv3+.
Contributions
Contributions are very welcome. See CONTRIBUTING.md or skim existing tickets to see where you could help out.
Acknowledgements
Project logo thanks to Camera control vector created by upklyak.
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
File details
Details for the file powerful-pipes-watch-bus-1.0.3.tar.gz
.
File metadata
- Download URL: powerful-pipes-watch-bus-1.0.3.tar.gz
- Upload date:
- Size: 19.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4114583a1fee65a755954198370a265f81cfc347abab7cc6ccabe3324fdf3fa1 |
|
MD5 | f0e8227be7fbc93b4609e66fffb93437 |
|
BLAKE2b-256 | b37a6616692437cf8cbf5d035504b4b7d43cb2bcc46d1eb760e84ff46ff8155d |