MongoDB
We have been using MongoDB in production for over a year as the backend to our server monitoring application, Server Density.
MongoDB bridges the gap between key-value stores (which are fast and highly scalable) and traditional RDBMS systems (which provide rich queries and deep functionality). MongoDB (from “humongous”) is a scalable, high-performance, open source, document-oriented database.
Post index
- Choosing a non-relational database; why we migrated from MySQL to MongoDB
- Notes from a production MongoDB deployment
- MongoDB monitoring
- MongoDB Webinar: Approaching 1 Billion Document (5th May 2010) – slides / audio recording
- Map reduce and MongoDB
- Automating partitioning, sharding and failover with MongoDB
Presentation slides:
- MongoDB Webinar: Approaching 1 Billion Documents (5th May 2010)
- MongoUK: Approaching 1 Billion Documents (19th June 2010)
- MongoUK: PHP Development (19th June 2010)

