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

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.

Awesome Lists containing this project

README

          

###

Data -> Kafka -> Kafka Streams -> API -> USER

```
api: example
CURL
```