Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sjednac/reactive-time-series
Time series computation based on Kafka, Akka Streams and Reactive Kafka.
https://github.com/sjednac/reactive-time-series
akka akka-streams kafka proof-of-concept scala
Last synced: 26 days ago
JSON representation
Time series computation based on Kafka, Akka Streams and Reactive Kafka.
- Host: GitHub
- URL: https://github.com/sjednac/reactive-time-series
- Owner: sjednac
- License: other
- Created: 2015-12-20T23:29:18.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-20T23:29:41.000Z (almost 9 years ago)
- Last Synced: 2024-04-16T18:58:25.374Z (7 months ago)
- Topics: akka, akka-streams, kafka, proof-of-concept, scala
- Language: Scala
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reactive Time Series
Time series computation based on [Kafka](http://kafka.apache.org/), [Akka Streams](http://doc.akka.io/docs/akka-stream-and-http-experimental/1.0/scala.html) and [Reactive Kafka](https://github.com/softwaremill/reactive-kafka). Key components:
* An event producer for sample data generation
* An event consumer for actual time series calculation
* A basic test case with [Akka Streams TestKit](http://doc.akka.io/docs/akka-stream-and-http-experimental/1.0/scala/stream-testkit.html)