https://github.com/bakdata/kafka-streams-kserve-demo
A demo to accompany our blogpost "Scalable Machine Learning with Kafka Streams and KServe"
https://github.com/bakdata/kafka-streams-kserve-demo
kafka kafka-streams kserve kubeflow kubernetes
Last synced: about 2 months ago
JSON representation
A demo to accompany our blogpost "Scalable Machine Learning with Kafka Streams and KServe"
- Host: GitHub
- URL: https://github.com/bakdata/kafka-streams-kserve-demo
- Owner: bakdata
- License: mit
- Created: 2022-01-24T10:49:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T11:08:59.000Z (about 3 years ago)
- Last Synced: 2025-04-10T23:48:10.780Z (about 2 months ago)
- Topics: kafka, kafka-streams, kserve, kubeflow, kubernetes
- Language: Java
- Homepage: https://medium.com/bakdata/scalable-machine-learning-with-kafka-streams-and-kserve-85308858d867
- Size: 61.5 KB
- Stars: 4
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kafka-streams-kserve-demo
A demo to accompany our blogpost about [Scalable Machine Learning with Kafka Streams and KServe](https://medium.com/bakdata/scalable-machine-learning-with-kafka-streams-and-kserve-85308858d867). More information on how to run the demo can be found in the blogpost.
The three Docker images for the demo have been published on the [bakdata Docker Hub page](https://hub.docker.com/u/bakdata). They are automatically pulled if you follow the setup instructions in the blogpost.
In case you want to modify any of the three components, you can build your own version. There is a `mlserver-translator/Dockerfile` for the `kserve-demo-mlserver-translator` image. JIB build steps for the `kserve-demo-text-producer` and `kserve-demo-kafka-streams-app` images can be found in `kserve-demo/build.gradle`.