Link to the project:
MongoDB stores data in flexible, JSON-like
documents. Fields in a database can vary from document to document and data structure can be changed over time. For our example application, we are adding book records to MongoDB that contain book name, isbn number, author, and number of pages.