@@ -14,23 +14,24 @@ For an overview of topics with which every
14
14
MongoDB application developer will want familiarity,
15
15
see the :doc:`aggregation </aggregation>` and :doc:`indexes
16
16
</indexes>` documents.
17
- For an introduction to basic
17
+ For an introduction too basic
18
18
MongoDB use, see the :ref:`administration tutorials <administration-tutorials>`.
19
19
20
20
.. seealso:: :wiki:`Developer Zone <Developer+Zone>` wiki pages and
21
21
the :doc:`/faq/developers` document. Developers also should be
22
22
familiar with :doc:`mongo` and the MongoDB :doc:`query
23
23
and update operators </reference/operators>`.
24
24
25
- Application Development
26
- -----------------------
25
+ Development Considerations
26
+ --------------------------
27
27
28
28
The following documents outline basic application development topics:
29
29
30
30
.. toctree::
31
31
:maxdepth: 2
32
32
33
33
applications/drivers
34
+ core/data-modeling
34
35
applications/optimization
35
36
applications/database-references
36
37
applications/server-side-javascript
@@ -48,8 +49,8 @@ The following documents outline basic application development topics:
48
49
49
50
.. _application-patterns:
50
51
51
- Patterns
52
- --------
52
+ Application Patterns
53
+ --------------------
53
54
54
55
The following documents provide patterns for developing application features:
55
56
@@ -61,3 +62,19 @@ The following documents provide patterns for developing application features:
61
62
tutorial/create-an-auto-incrementing-field
62
63
tutorial/expire-data
63
64
tutorial/model-data-for-keyword-search
65
+
66
+ Data Modeling Patterns
67
+ ----------------------
68
+
69
+ .. toctree::
70
+ :maxdepth: 1
71
+
72
+ tutorial/model-embedded-one-to-one-relationships-between-documents
73
+ tutorial/model-embedded-one-to-many-relationships-between-documents
74
+ tutorial/model-referenced-one-to-many-relationships-between-documents
75
+ tutorial/model-data-for-atomic-operations
76
+ tutorial/model-tree-structures-with-parent-references
77
+ tutorial/model-tree-structures-with-child-references
78
+ tutorial/model-tree-structures-with-ancestors-array
79
+ tutorial/model-tree-structures-with-materialized-paths
80
+ tutorial/model-tree-structures-with-nested-sets
0 commit comments