Installing and starting MongoDB
- Windows User wizard: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-windows/
- Linux User wizard: https://docs.mongodb.com/manual/administration/install-on-linux/
- MAC User wizard: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/
1.2 Robomongo and Mongochef
1.2.1 Robomongo
Robomongo is a shell-based, cross-platform, open-source MongoDB visual management tool that supports Windows, Linux, and Macs, embeds JavaScript engines and MongoDB MONGO, and as long as you use the MONGO shell, you Uses Robomongo, which also provides syntax highlighting, auto-completion, and differential views.
Robomongo
After the download and installation is successful, click Create a connection in the upper left corner Create
, give the connection a name such as: localhost
, using the default address (localhost) and port (27017), click Save
Save.
1.2.2 Mongochef
Mongochef is another powerful MongoDB visual management tool that supports Windows, Linux, and Macs.
Mongochef, we choose the free download for non-commercial use on the left.
After successful installation, like Robomongo, you also need to create a new connection configuration, and then double-click to enter the Mongochef main page.
Tip: Mongochef is a bit more powerful than Robomongo, but Robomongo is lighter to meet most of the regular needs, so it's up to the reader to try it out for itself.
node. JS Learning Journey (ii)-----MONGODB installation and start-up