February 2018
Intermediate to advanced
552 pages
13h 46m
English
In this section, we will develop our WF (Weather Forecasting) Reactive Akka Persistence application using Apache Cassandra as its data store.
Execute the following steps to develop this application:
Project Name : play-akka-streams-scala-chatroom-app
build.sbt:
name := "wf-akka-persistence-query-cassandra-scala-app" version := "1.0.0" scalaVersion := "2.12.4" lazy val akkaVersion = "2.5.9" libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-actor" % akkaVersion, "com.typesafe.akka" %% "akka-testkit" % akkaVersion, "com.typesafe.akka" %% "akka-persistence" % akkaVersion, "com.typesafe.akka" ...
Read now
Unlock full access