Skip to content

Commit ec64350

Browse files
author
Sam Kleinman
committed
merge and edit: data modeling for DOCS-661
2 parents 02e8288 + 932cc58 commit ec64350

17 files changed

+1154
-15
lines changed

source/applications.txt

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,24 @@ For an overview of topics with which every
1414
MongoDB application developer will want familiarity,
1515
see the :doc:`aggregation </aggregation>` and :doc:`indexes
1616
</indexes>` documents.
17-
For an introduction to basic
17+
For an introduction too basic
1818
MongoDB use, see the :ref:`administration tutorials <administration-tutorials>`.
1919

2020
.. seealso:: :wiki:`Developer Zone <Developer+Zone>` wiki pages and
2121
the :doc:`/faq/developers` document. Developers also should be
2222
familiar with :doc:`mongo` and the MongoDB :doc:`query
2323
and update operators </reference/operators>`.
2424

25-
Application Development
26-
-----------------------
25+
Development Considerations
26+
--------------------------
2727

2828
The following documents outline basic application development topics:
2929

3030
.. toctree::
3131
:maxdepth: 2
3232

3333
applications/drivers
34+
core/data-modeling
3435
applications/optimization
3536
applications/database-references
3637
applications/server-side-javascript
@@ -48,8 +49,8 @@ The following documents outline basic application development topics:
4849

4950
.. _application-patterns:
5051

51-
Patterns
52-
--------
52+
Application Patterns
53+
--------------------
5354

5455
The following documents provide patterns for developing application features:
5556

@@ -61,3 +62,19 @@ The following documents provide patterns for developing application features:
6162
tutorial/create-an-auto-incrementing-field
6263
tutorial/expire-data
6364
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

Comments
 (0)