Duration: 23:41 min
Summary: . Schema design is an important task that need to be done before the implementation of any database. In the relational world there are many well know database schemas and details that facilitates the creation of the model. This video explore how the modeling is done in the NoSQL world, specifically with MongoDB. The video show how one to one, one to many, many to many and tree relationships between entities are modeled in the relational world and in the NoSQL, detailing patterns to implement all these relationships in MongoDB. The video also shows many examples of relationships and discuss some schema-design criteria that must be evaluated when using a NoSQL database such as MongoDB.
Technology Used: Windows 7, MongoDB, NoSQL
Examples: The video shows how to model one to one, one to many, many to many a tree relationships in MongoDB
Keywords: MongoDB, NoSQL, Database, Schema, Design, One to One, One to Many, Many to Many, Tree