Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)