Skip to content

Releases: spark-in-action/first-edition

Kafka Logs Simulator

22 Dec 16:43
Compare
Choose a tag to compare

Simulates access log traffic and sends it to a Kafka topic.

Streaming Log Analyzer

22 Dec 16:44
Compare
Choose a tag to compare

Spark Streaming application for reading access logs coming from a Kafka topic, processing them and writing the aggregated results to another Kafka topic.

Web Stats Dashboard

22 Dec 16:46
Compare
Choose a tag to compare

Web application for reading aggregated results from a Kafka topic and displaying them on a graph, updating in realtime.