In this post I intend to present two architectures to processing data analytics using Akka and Spark.
Solution based on Akka
Akka is a toolkit and runtime for building highly concurrent, non-blocking and fault-tolerant event-driven applications.
Solution based on Spark
Spark is lightning-fast cluster computing, an in-memory data-processing framework.