In this project we are trying to analyse twitter's tweets using lambda architecture.
Lambda architecture is a data processing architecture designed to handle massive quantities of data by taking advantage of both batch and stream processing methods. For more details please check Twitter's tweets analysis using Lambda Architecture
- Clone the project into local system :
$ git clone git@github.com:knoldus/Lambda-Arch-Spark.git - Akka requires that you have Java 8 or later installed on your machine.
- Install SBT if you do not have
- Install Kafka
- Install Cassandra
- Execute
sbt clean compileto build the product - Execute
sbt runto execute the project it will show you multiple option.