Skip to content

IS-ENES-Data/piddiplatsch

 
 

Repository files navigation

PiddiPlatsch

image

Demo project for a PID consumer.

  • Free software: Apache Software License 2.0

Features

  • TODO

Testing

Start "vanilla" rabbitmq with docker:

./run_rabbit.sh

Check management web page: http://localhost:15672/

Login with guest/guest.

Install piddiplatsch consumer:

mamba env create
conda activate piddiplatsch
pip install -e .

Check available commands:

piddiplatsch --help

Start consumer:

piddiplatsch consume --help
piddiplatsch consume --dry-run

Send a message to the rabbit queue:

piddiplatsch send --help
piddiplatsch send -e wdcc.test examples/wdcc.json
piddiplatsch send -e wdcc.test examples/wdcc_invalid.json
piddiplatsch send -e cmip6.test examples/cmip6.json

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.6%
  • Jupyter Notebook 29.5%
  • Makefile 5.6%
  • Shell 0.3%