MongoDB, .NET and LINQ
This video shows how to build a website in ASP.NET MVC with MongoDB as the back-end using LINQ.
This video shows how to build a website in ASP.NET MVC with MongoDB as the back-end using LINQ.
MongoDB’s architecture features built-in support for horizontal scalability, and high availability through replica sets. This video provides an introduction to scaling with MongoDB by one of the developers working on the project. [youtube dJVBs2z0Nzs]
MongoDB supports asynchronous replication of data between servers for failover and redundancy. This video introduces the different modes the replication, including master-slave and replica sets, and describes how to achieve better durability by adjusting the write concern. Slides
Where did MongoDB come from? What are its design goals and best use cases? How does it work internally? And why isn’t it more like Dynamo? While most talks about MongoDB describe how to use the system, this video focuses on its design philosophy and how it contrasts with the …
Tony Tam describes Wordnik’s migration from MySQL to MongoDB. Slides of the presentation Video Producer: MongoDB conference San Francisco 2010
MongoDB (from “humongous”) is a high-performance, open source, schema-free, non-relational, document-oriented database. Trading off a few traditional features of databases (notably joins and transactions) in order to achieve much better performance, MongoDB is fast, scalable, and designed for web development. Mongo is in use at SourceForge, Etsy, foursquare, GitHub, NYTimes, …