Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Play2 Scala - Streaming Reactive Mongo with Iteratees

Play2 Scala - Streaming Reactive Mongo with Iteratees

These slides are part of tech talk for the XII Betabeers Cádiz. It is just an intro to a demo app that features the use of Iteratees along with the Reactive Mongo Driver with capped collections and the Twitter Streaming API over Comet. Part of the talk was an intro to Heroku and how easy it is to deploy Play2 apps on Heroku and how Heroku makes it easy to scale horizontally Play based apps.

Raúl Raja Martínez

June 28, 2013
Tweet

More Decks by Raúl Raja Martínez

Other Decks in Programming

Transcript

  1. #Create a play App play new <app_name> #Add it to

    Git git init git add . git commit -m "First deployment" #Deploy to Heroku heroku create git push heroku master