M001: MongoDB Basics

Darshan
1 min readJul 19, 2018

--

mongoDB data representation

MongoDB Compass : GUI to visualize and explore data with no knowledge of MongoDB query language required.

MongoDB Atlas : Database as service.

When MongoDB Compass is connected to a database server or cluster, list of all the Databases in the cluster is displayed in the home screen. When clicked on a particular database, a list of all the collections in it is displayed and further clicking on a collection opens up several information about that collection, importantly(for now?) Document and Schema tabs. Schema is nothing but the data model.

[Putting this course on hold, may visit it back later]

[This is a note of my comprehension on the course M001: MongoDB Basics, please feel free to correct my wrong understanding(if any) and also note that this is subjected to changes as I go through the course]

--

--