Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 326 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 326 Bytes

Fast Data in the IoT

This repository contains the following parts of a streaming data solution:

  • generator = data generator that produces data on a Kafka bus, built with Scala
  • backend = data processing with rules (ETL) and machine learning, built with Akka and Spark (Streaming, MLlib)
  • util = generic Kafka connectors