Duration: 17:40 min
Summary: The MongoDB organizes the data that is stored in objects called databases, collections and documents. This video explain the concepts behind these objects and show how to create a simple database with a single collections that contains a document with two columns. Since this is an overview of how to work with documents, the video also explain how to associate databases, collections and documents in MongoDB with the concepts of databases, tables and rows of a relational database. The video also shows how to create a services for the MongoDB deamon in order to avoid the manual start of the database server.
Technology Used: Windows 7, MongoDB, NoSQL
Examples: The video shows how to create a service for the MongoDB deamon, and how to create a simple database with a collection that contain one document with two columns.
Keyword: MongoDB, NoSQL, Database, Documents, Database, Collection