https://github.com/thebeachmaster/akka-streams-factorial
Intro to Akka Streams -> https://doc.akka.io/docs/akka/2.5/stream/stream-quickstart.html
https://github.com/thebeachmaster/akka-streams-factorial
Last synced: 1 day ago
JSON representation
Intro to Akka Streams -> https://doc.akka.io/docs/akka/2.5/stream/stream-quickstart.html
- Host: GitHub
- URL: https://github.com/thebeachmaster/akka-streams-factorial
- Owner: TheBeachMaster
- License: mit
- Created: 2018-11-05T12:59:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T13:03:32.000Z (over 7 years ago)
- Last Synced: 2026-02-20T11:09:28.641Z (4 months ago)
- Language: Scala
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Akka-Streams Example - (Factorials)
## Running
+ Configure SBT as per [the docs](https://www.scala-sbt.org/1.x/docs/Installing-sbt-on-Linux.html)
+ Navigate to project root directory and run
- `cd $WHERE-PROJECT-IS-CLONED`
- ```shell
$ sbt clean
$ sbt compile
$ sbt run
```
+ Possible errors
- Sbt not installed propely
- Packages not installed poperly (`rm -fr ~/.sbt`)
- User does not have permission to create files in current directory
## Reference
[Akka Docs](https://doc.akka.io/docs/akka/2.5/stream/stream-quickstart.html)