MongoDB Import Data
2021-05-28Sample data source
A variety of sample data is provided by the developers of MongoDB. They can be found here:
https://developer.mongodb.com/article/atlas-sample-datasets/
A link to directly download all available sample datasets (307 MB): …
Mongo Shell
2021-05-27Using mongo Shell
Mongo shell is an interactive JavaScript interface to perform query and administrative tasks. It can be launched in a command-line interface or operated by other applications.
Launching a mongo shell in command …
Installing MongoDB Server on Ubuntu
2021-05-26Installing MongoDB Community Server on Ubuntu 20.04 LTS
Ubuntu on Windows Subsystem for Linux cannot use this method because systemd is not enabled.
- Import MongoDB GnuPG public key
wget -qO - …
Project Page
2021-05-26Want to know what projects I am working on? Go to the “Projects Page” now.
SWOT analysis of MongoDB
2021-05-26What makes MongoDB different?
MongoDB being a document-oriented database, each record is contained in a BSON-formatted document. Without the typical restrictions of a table layout, fields and properties can be inserted and removed anytime, …