https://github.com/ghostwriternr/kafka-session
https://github.com/ghostwriternr/kafka-session
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghostwriternr/kafka-session
- Owner: ghostwriternr
- Created: 2020-01-31T19:21:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-01T04:31:07.000Z (over 5 years ago)
- Last Synced: 2025-02-25T12:16:29.109Z (3 months ago)
- Language: Python
- Size: 38.1 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kafka-session
* Workshop #1
* Decoupling of prediction to a different scalable process using kafka.
* Workshop #2
* Adding training to one of the downstream tasks along with predict.
* Workshop #3
* Scaling number of consumers when predict takes more time.## Useful links
- [Official Kafka Quickstart](https://kafka.apache.org/quickstart)
- ['kafka-python' Python module](https://kafka-python.readthedocs.io/en/master/usage.html)