Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/waikato-datamining/shallowflow-redis
Redis support for the shallowflow Python workflow system.
https://github.com/waikato-datamining/shallowflow-redis
python3 redis workflow-engine
Last synced: 5 days ago
JSON representation
Redis support for the shallowflow Python workflow system.
- Host: GitHub
- URL: https://github.com/waikato-datamining/shallowflow-redis
- Owner: waikato-datamining
- License: mit
- Created: 2023-01-10T19:50:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-24T02:32:02.000Z (7 months ago)
- Last Synced: 2024-04-24T14:01:05.552Z (7 months ago)
- Topics: python3, redis, workflow-engine
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
# shallowflow-redis
[Redis](https://github.com/andymccurdy/redis-py) components for shallowflow.## Installation
Install via pip:
```bash
pip install "git+https://github.com/waikato-datamining/shallowflow-redis.git"
```## Classes
[Documentation](docs/README.md)
## Examples* [send and receive](examples/redis_send_and_receive.py)
* [transform data](examples/redis_transform_data.py)