Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)