MongoDB
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. Written in C++, MongoDB features include: Document-oriented storage Full Index Support Replication & High Availability Auto-Sharding Querying Fast In-Place Updates Map/Reduce GridFS Commercial Support MongoDB is developed and supported by 10gen, which delivers technical support, professional services, and training for commercial-grade deployments of MongoDB.
-
MongoUK After Party!
10Gen has organised the MongoUK After Party at the 1920 bar on Great Sutton Street! Find a map here
-
-
Deployment Strategies
Featuring Nosh Petigara
Now that you have developed your application, it is time to deploy it into production. In this session we examine the tradeoffs of some of the standard deployment configurations. We'll highlight how to scale for read/write and maximum availability.
mongodb nosql -
Monitoring MongoDB
Featuring David Mytton
What you need to keep tabs on to make sure your MongoDB cluster stays running healthily. At Boxed Ice, David uses MongoDB to handle billions of database documents.
mongodb nosql -
Scaling with MongoDB
Featuring Eliot Horowitz
For applications that outgrow the resources of a single database server, MongoDB can convert to a sharded cluster, automatically managing failover and balancing of nodes, with few or no changes to the original application code. This talk discusses when to shard and continues on to describe...
mongodb nosql sharding scaling -
-
Morphia: MongoDB for Java Developers
Featuring Philipp Krenn
While NoSQL in general and MongoDB in specific are gaining massive popularity in dynamic programming languages, many Java developers are rather conservative. They are often too accustomed to their approaches and tools, for example JPA to access relational databases. Morphia is successfully...
-
2
Project Phoenix
Featuring Ashok Subramanian and Stephen Rose
Phoenix is a flexible and powerful platform for analysis, primarily aimed at time-series data, such physiological signals, location information, or the weather. The platform is designed to allow custom algorithms to be used to pre-process, combine, and derive insight from time-series data. This...
phoenix mongodb -
Administration
Featuring Mathias Stearn
This talk centers around the responsibilities of anyone administering MongoDB: security, server status, replication, and backups are all covered in detail. We'll describe how to integrate with monitoring services, discuss the output of various important diagnostic command, provide hardware...
mongodb nosql operations administration -
Open Q&A with Eliot Horowitz
Featuring Eliot Horowitz
An open white board session with one of the key architects of MongoDB.
mongodb