Software Engineering KB

Home

❯

03 Data Management

❯

04 Data Modeling

❯

01 Concept

❯

Document Modeling

Document Modeling

Feb 10, 20261 min read

  • data-modeling
  • nosql
  • document

Document Modeling

← Back to NoSQL Modeling

Designing document schemas with choices between embedding (nesting related data in one document) and referencing (linking to other documents).

Key Properties

  • Embedding vs Referencing
  • Polymorphic Patterns

data-modeling nosql document


Graph View

  • Document Modeling
  • Key Properties

Backlinks

  • NoSQL Modeling
  • Embedding vs Referencing
  • Polymorphic Patterns

Created with Quartz v4.5.2 © 2026

  • GitHub