[Free] Mongodb Fundamentals
Learn the most popular NO-SQL DBMS quickly and efficiently – Free Course
What you’ll learn
- Install and start Mongodb server
- CRUD operations in Mongodb
- Queries in Mongodb
- Importing documents from external sources
- Aggregations and Map & Reduce
- Indexing in MongoDB
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
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.
All the best!
Author(s): Vinod Kumar Kayartaya