Learn the most popular NO-SQL DBMS quickly and efficiently
0.0
Course in English
30 days Money Back Guarantee
Certificate of Completion
Additional Material
Lifetime access
Teacher: Vinod Kumar
Details
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 Humongous 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.
Objectives
Install and start Mongodb server
Learn CRUD operations in Mongodb
Learn Queries in Mongodb
Learn how to import documents from external sources
Instructional level
Multilevel
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
Who should take this online course
* Anyone interested about the rapidly expanding world of NO-SQL alternate DBMS
* Anyone looking for comparing RDBMS with NO-SQL databases