Skip to main content

DCI umb module

Project description

DCI UMB

DCI UMB is a tool that listen on an amqps broker, filter on a specific topic and propagate any event via http post request.

TLDR

$ sudo yum -y install https://packages.distributed-ci.io/dci-release.el7.noarch.rpm
$ sudo yum -y install dci-umb
$ dci-umb \
  --key ./broker.key \
  --crt ./broker.crt \
  --ca ./broker.ca \
  --broker amqps://example.org:5671 \
  --source topic://VirtualTopic.eng \
  --destination http://localhost:5000/events

Run as a service

If you want to run dci-umb as a systemd service, you can edit /etc/dci-umb/config file and modify the config. Then you can run systemctl start dci-umb

Example

Create a python virtual environment

python3 -m venv venv
source venv/bin/activate

Install dependencies

pip install -r sandbox/requirements.txt
pip install -r requirements.txt

Start the sandbox server:

python sandbox/server.py

In another terminal start dci-umb with parameters

source venv/bin/activate
PYTHONPATH=. python dci_umb/main.py \
    --key ./broker.key \
    --crt ./broker.crt \
    --ca ./broker.ca \
    --broker amqps://example.org:5671 \
    --source topic://VirtualTopic.eng \
    --destination http://localhost:5000/events

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

dci-umb-0.4.2.post202510211220.tar.gz (11.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dci_umb-0.4.2.post202510211220-py3-none-any.whl (11.9 kB view details)

Uploaded Python 3

File details

Details for the file dci-umb-0.4.2.post202510211220.tar.gz.

File metadata

  • Download URL: dci-umb-0.4.2.post202510211220.tar.gz
  • Upload date:
  • Size: 11.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.12.3

File hashes

Hashes for dci-umb-0.4.2.post202510211220.tar.gz
Algorithm Hash digest
SHA256 666cec570676d23d3239a2fa4620dc9c96aed3f81cfdaf4f711453ffdc4d854f
MD5 39561ccea78ce5db741d8c7e8609556a
BLAKE2b-256 16d228d89dacfc9666cd912716a2138b7b38ecb16bcca1f92daf1d004947b904

See more details on using hashes here.

File details

Details for the file dci_umb-0.4.2.post202510211220-py3-none-any.whl.

File metadata

File hashes

Hashes for dci_umb-0.4.2.post202510211220-py3-none-any.whl
Algorithm Hash digest
SHA256 b77e71231b6e0770808686e965873e004c76f0173a2d8b3c6d6b9edd5b42d08a
MD5 834cdeef5056e3d6cbfb06008f8a4e9e
BLAKE2b-256 4c95dcea0d5135d5e6594b250116f180e6d5175bd8dfe4979b4d124071a8358a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page