Skip to content

ValerioL29/akka-stream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akka-Stream

Description

🌫 - Let's surf on the Reactive Stream!

Software Architecture

Akka-Stream
├─project
├─src
│  ├─main
│  │  ├─resources
│  │  │   └─application.conf
│  │  └─scala
│  │      ├─part1recap
│  │      ├─part2primer
│  │      ├─part3graphs
│  │      ├─part4techniques
│  │      ├─part5advanced
│  │      └─playground
│  └─test
│      └─scala
├─build.sbt
├─.gitignore
└─README.md

Installation

  1. Install JDK 1.8.0 / OpenJDK 11 with Scala 2.13.8.
  2. Build the whole project within IDEA.
  3. Run the Main methods in each scala file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages