Docs Home / Compass

Interact with Your Data与数据交互

Note

Try Compass with Sample Data使用示例数据尝试Compass

MongoDB Atlas is a cloud-hosted database-as-a-service that provides free sample datasets for your clusters. You can use Compass to explore and interact with these sample datasets.是一个云托管的数据库即服务,为集群提供免费的示例数据集。您可以使用Compass探索这些示例数据集并与之交互。

Manage Databases in Compass在Compass中管理数据库
Learn how to create and manage databases in your deployment.了解如何在部署中创建和管理数据库。
Manage Collections in Compass在Compass中管理集合
Learn how to manage collections in your databases.了解如何管理数据库中的集合。
Manage Views in Compass在Compass中管理视图
Learn how to manage views in your databases. Views are read-only results of an aggregation run against a collection.了解如何管理数据库中的视图。视图是对集合进行聚合运行的只读结果。
Manage Documents in Compass在Compass中管理文档
Learn how to manage documents in your collections.了解如何管理集合中的文档。
Query Your Data查询数据
Learn how to query your data to return data that matches a specified criteria.了解如何查询数据以返回符合指定条件的数据。
Manage Indexes管理索引
Learn how to create indexes to improve query performance.了解如何创建索引以提高查询性能。
Analyze Your Data Schema分析数据模式
Learn how to analyze your data schema and shape of the fields in a particular collection.学习如何分析特定集合中的数据模式和字段形状。
View Real-Time Performance查看实时性能
Learn how to view and analyze deployment performance.了解如何查看和分析部署性能。
Set Validation Rules for Your Schema为架构设置验证规则
Learn how to ensure that all documents in a collection follow a defined set of rules.了解如何确保集合中的所有文档都遵循一组定义的规则。
Sampling采样
Learn how Compass samples documents to provide insights about a collection.了解Compass如何对文档进行采样,以提供有关集合的见解。
In-Use Encryption Tutorial使用中加密教程
Learn how to use In-Use Encryption to encrypt data in your collections.了解如何使用正在使用的加密来加密集合中的数据。