-
Kyle Banker 4.2
Description:
MongoDB seems like a great idea. But when it comes to building an application, we may start to miss all those patterns familiar to us from relational databases. Where are my joins? How do I handle polymorphic associations? Here, we'll examine a dozen ideas for working the MongoDB way, including plenty of code examples. These techniques will highlight the unique features of the database, among them atomic updates, map/reduce, and the notion of embedded documents. We'll also consider the hard questions, including how to achieve durability, plan for scale, and reassure our relational-database-oriented brethren of the viability of a document database like MongoDB. You'll come away with a good sense for the surprises and joys of building apps in MongoDB.
Links: Website
Comments on this Talk
ubolt,
23 Apr 12:53 PM
This was a great introduction to MongoDB. I didn't know much about XML databases when this talk started. After this talk, I felt like there was another tool that I needed to add to my toolbox.
David Keener,
24 May 06:44 PM
The video of this presentation is now available online at:
http://rubynation.blip.tv
It went online on Monday, May 24th.
David Keener,
11 Dec 06:10 PM
The direct link to Kyle's video is:
http://RubyNation.blip.tv/file/3664683/

Very informative talk, if not dense with information. Kyle did a great job of keeping it going without getting lost in the details. I'm now going to try it out and see where it makes sense in my current/future projects.