/akka-streams-factorial

Intro to Akka Streams -> https://doc.akka.io/docs/akka/2.5/stream/stream-quickstart.html

Primary LanguageScalaMIT LicenseMIT

Akka-Streams Example - (Factorials)

Running

  • Configure SBT as per the docs
  • Navigate to project root directory and run
    • cd $WHERE-PROJECT-IS-CLONED
    •   $ 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