🌫 - Let's surf on the Reactive Stream!
Akka-Stream
├─project
├─src
│ ├─main
│ │ ├─resources
│ │ │ └─application.conf
│ │ └─scala
│ │ ├─part1recap
│ │ ├─part2primer
│ │ ├─part3graphs
│ │ ├─part4techniques
│ │ ├─part5advanced
│ │ └─playground
│ └─test
│ └─scala
├─build.sbt
├─.gitignore
└─README.md- Install
JDK 1.8.0/OpenJDK 11withScala 2.13.8. - Build the whole project within
IDEA. - Run the
Mainmethods in each scala file.