February 2018
Intermediate to advanced
552 pages
13h 46m
English
In this section, let's develop one complex non-linear graph using Akka Streams Graph DSL.
Refer to the Akka Streams Graph DSL's Non-Linear Graph image in the Akka Streams GraphDSL section. We will develop the same example here.
Follow these steps to execute this example:
Project name: akka-streams-scala-graphdsl-example
build.sbt:
name := "akka-streams-scala-graphdsl-app"
version := "1.0.0"
scalaVersion := "2.12.2"
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-stream" % "2.5.9"
)
Read now
Unlock full access