MongoDB official recommended the use of the GUI tools -Compass

The easiest way to explore and operate MongoDB data

MongoDB for the GUI. Visually view the data. Run ad hoc queries in seconds. Use the full CRUD functionality and data exchange. View and optimize query performance. It can be used on Linux, Mac or Windows. Compass enables you to make more informed decisions in the index, document verification and so on.

1. Download

https://www.mongodb.com/download-center/compass

 

I downloaded the archive, directly after decompression, find MongoDBCompass.exe file folder, just click on it to run.

2. Configure Connection

 

 

Once inside, you can see related information

 

 

3. Use of tools

 

 

Create a database

 

 Insert data

 

 

 

 Query data

 

 change the data

 

 

 

 delete data

 

   

 

 

Guess you like

Origin www.cnblogs.com/hello-wei/p/11966632.html