Mongodb fundamentals

Course Provided by:
Course Taken on: coursary
starstarstarstarstar_border 4.1

Description

Mongodb is a one of the most popular NO-SQL database management system today. As against the traditional RDBMS, it stores the data in an unnormalized way, in binary JSON format. Mongodb is an open source document database. The name is derived from Hu mongo us DB . This falls into the category of NO-SQL databases. The data in Mongodb is stored in an un-normalized format, as a collection of documents. A collection in Mongodb is equivalent of a table in RDBMS and a document is equivalent of a record. However, unlike a record, a document need not have the same structure as other documents in the same collection. All the best!

Requrirements

Requirements Laptop or PC Knowledge of JavaScript will help, but not necessary Good internet connection to download the relevant software Any decent text editor like SublimeText or Notepad++ Basic idea about any RDBMS would be of some help

Course Includes