This article will guide you on how to add MongoDB’s official #repository and install the latest stable release of MongoDB #NoSQL in the #Ubuntu 20.04 LTS system.
Also, you will learn how to completely uninstall from the system in case you no longer need it.
MongoDB stores data in db folder within data folder. But, since this data folder is not created automatically, you have to create it manually.
Remember that data directory should be created in the root (/).
To get stats about #MongoDB server, type the command db. stats() in MongoDB client.
This will show the database name, number of collection and documents in the database.
In MongoDB, data is stored as documents.
These documents are stored in MongoDB in JSON (JavaScript Object Notation) format.
#JSON documents support embedded fields, so related data and lists of data can be stored with the document instead of an external table.
https://linuxapt.com/blog/83-how-to-install-nosql-on-ubuntu-linux