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

https://github.com/ghostwriternr/kafka-session


https://github.com/ghostwriternr/kafka-session

Last synced: 3 months ago
JSON representation

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)