Saturday, July 12, 2014

Akka reactive stream examples

After my visit at ScalaDays 2014 where I attend "akka-http: (un)REST for your Actors" talk I started learning about reactive streams in Akka. There were two really good sources. First was talk by Roland Kuhn and Viktor Klang I missed at Scaladays (video) . Second is amazingly well commented code in akka-stream library.

I decided to present reactive streams to my colleges from javeo.eu . There (https://github.com/ppiotrow/javeo-akka-stream) are examples I presented them. Everything should be well documented in README. If something is not clear, then you can propose pull request;)

No comments:

Post a Comment