说明
As the GUI for MongoDB, MongoDB Compass allows you to make smarter decisions about document structure, querying, indexing, document validation, and more. Commercial subscriptions include technical support for MongoDB Compass.
下载地址
https://www.mongodb.com/try/download/compass
mongo docker 容器
docker run -p 27017:27017 -v $PWD/data:/data/db --name docker_mongodb_migration -d mongo