Data Models数据模型
Data in MongoDB has a flexible schema.MongoDB中的数据具有灵活的架构。Collections do not enforce document structure by default.默认情况下,集合不强制文档结构。This flexibility gives you data-modeling choices to match your application and its performance requirements.这种灵活性为您提供了数据建模选择,以匹配您的应用程序及其性能需求。
Data Modeling Introduction数据建模简介
An introduction to data modeling in MongoDB.MongoDB数据建模简介。
Schema Validation架构验证
MongoDB provides the capability for schema validation during updates and insertions.MongoDB提供了在更新和插入期间进行架构验证的功能。
Data Modeling Concepts数据建模概念
The core documentation detailing the decisions you must make when determining a data model, and discussing considerations that should be taken into account.核心文档详细说明了在确定数据模型时必须做出的决策,并讨论了应考虑的因素。
Data Model Examples and Patterns数据模型示例和模式
Examples of possible data models that you can use to structure your MongoDB documents.可以用来构造MongoDB文档的可能数据模型的示例。
Data Model Reference数据模型参考
Reference material for data modeling for developers of MongoDB applications.MongoDB应用程序开发人员数据建模参考资料。