Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waikato-datamining/redis-docker-harness
Classes and methods for integrating code inside a docker image into a processing pipeline, using redis for exchanging data.
https://github.com/waikato-datamining/redis-docker-harness
python3 redis
Last synced: 27 days ago
JSON representation
Classes and methods for integrating code inside a docker image into a processing pipeline, using redis for exchanging data.
- Host: GitHub
- URL: https://github.com/waikato-datamining/redis-docker-harness
- Owner: waikato-datamining
- License: mit
- Created: 2021-09-21T21:57:13.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-22T04:57:32.000Z (7 months ago)
- Last Synced: 2024-10-07T19:04:00.547Z (about 1 month ago)
- Topics: python3, redis
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
# redis-docker-harness
Classes and methods for integrating code inside a docker image into a processing pipeline, using redis for exchanging data.## Examples
* [basic](examples/basic.py)
* [custom options and logging](examples/custom_options_and_logging.py)**Note:** For broadcasting data and listening to the generated output, you can use the
[simple-redis-helper](https://github.com/fracpete/simple-redis-helper) library
(executables `srh-broadcast` and `srh-listen`).