Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs Menu
Docs Home
/
MongoDB Manual
/ /

Model Relationships Between Documents

Model One-to-One Relationships with Embedded Documents
Presents a data model that uses embedded documents to describe one-to-one relationships between connected data.
Model One-to-Many Relationships with Embedded Documents
Presents a data model that uses embedded documents to describe one-to-many relationships between connected data.
Model One-to-Many Relationships with Document References
Presents a data model that uses references to describe one-to-many relationships between documents.

Back

Data Model Examples and Patterns