Data Modeling Concepts

Consider the following aspects of data modeling in MongoDB:

  • Data Model Design
  • Presents the different strategies that you can choose from whendetermining your data model, their strengths and their weaknesses.
  • Operational Factors and Data Models
  • Details features you should keep in mind when designing your datamodel, such as lifecycle management, indexing, horizontalscalability, and document growth.

For a general introduction to data modeling in MongoDB, see theData Modeling Introduction. For example data models, seeData Modeling Examples and Patterns.