🌫 - 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 11
withScala 2.13.8
. - Build the whole project within
IDEA
. - Run the
Main
methods in each scala file.