https://github.com/bluecube246/kafka-score-streaming
The project simulates a game where scores come in on real time. Kafka and Kafka Streams are used to sum of the scores and provide it as an api so users could pull the current total score.
https://github.com/bluecube246/kafka-score-streaming
Last synced: over 1 year ago
JSON representation
The project simulates a game where scores come in on real time. Kafka and Kafka Streams are used to sum of the scores and provide it as an api so users could pull the current total score.
- Host: GitHub
- URL: https://github.com/bluecube246/kafka-score-streaming
- Owner: bluecube246
- Created: 2024-02-20T05:13:04.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-20T05:48:30.000Z (over 2 years ago)
- Last Synced: 2025-01-28T12:44:26.559Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###
Data -> Kafka -> Kafka Streams -> API -> USER
```
api: example
CURL
```