A reactive streams example using play framework and slick 3
- setup environment
- execute
sbt -J-Xmx2g run
- navigate to
localhost:9000
- Create 1 million users
- Request and Streaming should work
- Create extra 2 million users
- Streaming should work, Request should'n