This demos showcases how to use Apache Ignite and Apache Spark for processing of real-time time-series data using Spark Streaming, Spark RDDs and Ignite Integration for Spark.
Watch Apache Spark and Apache Ignite: Where Fast Data Meets the IoT for more details.
To start the example do the following:
- Start one or many Apache Ignite nodes using
IgniteNodeStartup
. - Start time-series data generator using
SensorDataGenerator
. - Start Spark streamer using
SparkStreamerStartup
.