Duration: 18:21 min
Summary: One of the main features of the MongoDB database is the concept of free schema design, where you don't have to store the same datatype and the same columns for each document of a collections. This video shows examples of values for differents datatypes inside documents of the same collection. The video also discuss details about the symbols, delimiters and syntax elements of the language used by mongoDB. In the end, the video also shows how to use direct link and embedding to connect different documents in separated collections.
Technology Used: Windows 7, MongoDB, NoSQL
Examples: The video shows how to create free schema design collections, use MongoDB's datatypes and how to link documents.
Keywords: MongoDB, NoSQL, Database, Documents, DataTypes, Collections, Free schema design