This document provides an overview of MongoDB and discusses how it compares to traditional SQL databases. MongoDB is a document-oriented NoSQL database that uses dynamic schemas and stores data in JSON-like documents with schemaless collections. It discusses how MongoDB is versatile, scalable, and easy to install. It also summarizes some drivers and ORMs for Ruby, like MongoMapper, that make it easy to interact with MongoDB from Ruby applications.