https://github.com/tirkarthi/python-redis-streams-playground
https://github.com/tirkarthi/python-redis-streams-playground
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tirkarthi/python-redis-streams-playground
- Owner: tirkarthi
- License: mit
- Created: 2018-08-21T16:47:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T01:50:58.000Z (about 5 years ago)
- Last Synced: 2024-12-28T03:41:54.192Z (5 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Code for [my post](https://tirkarthi.github.io/programming/2018/08/21/redis-streams-python.html) on redis streams.
### Requirements
* Python 3.6+
* Redis 5.0 (RC 1) and above that has streams or use the unstable branch to compile Redis yourself.### Installation
* Clone the repo
* Activate virtualenv and install requirements with `pip install -r requirements.txt`
* To injest data `python producer.py`
* To start a consumer `python consumer.py `### License
Copyright © 2018 Karthikeyan S
Distributed under the MIT License