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. MongoDB Atlas是一种云托管的数据库即服务,它为您的集群提供免费的示例数据集You can use Compass to explore and interact with these sample datasets.您可以使用Compass来探索这些示例数据集并与之交互。

Databases数据库
Learn how to create and manage databases in your deployment.了解如何在部署中创建和管理数据库。
Collections集合
Learn how to manage collections in your databases.了解如何管理数据库中的集合。
Views视图
Learn how to manage views in your databases. 了解如何管理数据库中的视图。Views are read-only results of an aggregation run against a collection.视图是针对集合运行的聚合的只读结果。
Manage Documents管理文档
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.了解如何分析特定集合中的数据架构和字段形状。
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如何对文档进行采样以提供有关集合的见解。