MongoDB
What is MongoDB?
Ever heard of the term NoSQL? One of the most popular NoSQL databases, MongoDB is a document-oriented
database, as in data is stored in documents. A document
is a collection of key-value
pairs. The keys
are also referred to as fields
.
It is an open sourced implementation with ease of use
and scaling
as its main motives.
This book records my thoughts, actions and experiences with MongoDB.