What is MongoDB Compass?什么是MongoDBCompass?
MongoDB Compass is a powerful GUI for querying, aggregating, and analyzing your MongoDB data in a visual environment.MongoDB Compass是一个强大的GUI,用于在可视化环境中查询、聚合和分析MongoDB数据。
Compass is free to use and source available, and can be run on macOS, Windows, and Linux.Compass是免费使用的,源代码可用,可以在macOS、Windows和Linux上运行。
Download Compass下载Compass
View installation instructions查看安装说明

Visually Explore Your Data直观地浏览您的数据
Explore some of the tasks Compass can help you accomplish, such as importing and managing data from an easy-to-navigate interface.探索Compass可以帮助您完成的一些任务,例如从易于导航的界面导入和管理数据。


Create aggregation pipelines创建聚合管道
Write aggregation pipelines that allow documents in a collection or view to pass through multiple stages where they are processed into a set of aggregated results.编写聚合管道,使集合或视图中的文档能够通过多个阶段,在这些阶段中,文档被处理为一组聚合结果。
To learn more, see Aggregation Pipeline Builder要了解更多信息,请参阅聚合管道生成器

Work with your data in the MongoDB Shell在MongoDB Shell中使用您的数据
Use the embedded MongoDB Shell in Compass to control your data in an interactive JavaScript environment.使用Compass中的嵌入式MongoDB Shell在交互式JavaScript环境中控制您的数据。
To learn more, see Embedded MongoDB Shell要了解更多信息,请参阅嵌入式MongoDB Shell

Go Further with CompassCompass更进一步
Expand your knowledge of MongoDB by using Compass with other MongoDB products.通过将Compass与其他MongoDB产品结合使用,扩展您对MongoDB的了解。
Use Compass to connect to your Atlas cluster使用Compass连接到Atlas集群
Learn MongoDB Basics with MongoDB University与MongoDB大学一起学习MongoDB基础知识
Access more in-depth examples of querying data访问更深入的查询数据示例