Saturday, November 27, 2021

How to download mongodb database. An intro to mongodb database

MongoDB is not a SQL database, it is a document database.


Download  Mongodb compass (The GUI for MongoDB)

https://www.mongodb.com/try/download/compass

Also you have to download mongodb community.

https://www.mongodb.com/try/download/community


-------------------****************---------------------

Also you can use MongoDB Atlas for cloud database.


---------------------***************-----------------------

In mangodb, you can say, collections are your tables.

And documents are your data(records)

-----------------------

To find the data in filter(in mongodb compass), enter below code

{ Country: "Brazil" }
and click on find.

------------------------------***********************---------------------------

No comments:

Post a Comment