| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Talk: Introduction to MongoDB

Page history last edited by kristina 14 years, 3 months ago

MongoDB is a fast, scalable database that was designed for web development.  This talk will cover:

  • Scaling with MongoDB (replica pairs, master/slave, sharding)
  • Getting started - CRUD and the JavaScript shell
  • Creating schemas for a document-oriented DB
  • Interesting features for developers (capped collections, file storage, upserts and more)

 

MongoDB's goals are:

 

  1. Be easy to learn and simple to deploy
  2. Have the scalability BigTable clones but with dynamic queries
  3. Have the speed of key value stores but with secondary indexes
  4. Be a floor wax and a dessert topping

 

Maybe not that last one. 

 

MongoDB is being used by SourceForge, EA Games, Github, the New York Times, and tons of other companies.

Comments (0)

You don't have permission to comment on this page.