forked from tjworks/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
data-modeling.txt
27 lines (20 loc) · 1.03 KB
/
data-modeling.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
===========
Data Models
===========
.. default-domain:: mongodb
Data in MongoDB has a *flexible schema*. :term:`Collections
<collection>` do not enforce :term:`document` structure. This
flexibility gives you data-modeling choices to match your application
and its performance requirements.
Read the :doc:`/core/data-modeling-introduction` document for a high
level introduction to data modeling, and proceed to the documents in
the :doc:`/core/data-models` section for additional documentation of
the data model design process. The :ref:`data-modeling-patterns`
documents provide examples of different data models. In addition, the
:ecosystem:`MongoDB Use Case Studies </use-cases>` provide overviews of
application design and include example data models with MongoDB.
.. only:: (website or singlehtml)
You can download this section in PDF form as :hardlink:`Data Model
Design for MongoDB <MongoDB-data-models-guide.pdf>`.
.. include:: /includes/toc/dfn-list-data-modeling-landing.rst
.. include:: /includes/toc/data-modeling-landing.rst