Skip to content

Commit d6a83ca

Browse files
author
Sam Kleinman
committed
merge: DOCS-487
2 parents 2af9a93 + f42f0f3 commit d6a83ca

File tree

2 files changed

+33
-23
lines changed

2 files changed

+33
-23
lines changed

source/aggregation.txt

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
Aggregation
55
===========
66

7-
The :ref:`Aggregation framework <aggregation-framework>` provides
8-
a natural method for aggregating data inside of MongoDB. This manual
9-
contains documentation of both :doc:`aggregation itself
10-
</applications/aggregation>` and the :doc:`aggregation operators
11-
</reference/aggregation>`, as well as a collection of :doc:`example
12-
aggregation operations </tutorial/aggregation-examples/>`.
7+
Aggregation provides
8+
a natural method for aggregating data inside of MongoDB.
9+
10+
For a description of MongoDB aggregation, see
11+
:doc:`/applications/aggregation`. For examples of aggregation, see
12+
:doc:`/tutorial/aggregation-examples`. For descriptions of aggregation
13+
operators, see :doc:`/reference/aggregation`.
14+
15+
The following is the outline of the aggregation documentation:
1316

1417
.. toctree::
1518
:maxdepth: 3

source/applications.txt

Lines changed: 24 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,49 @@
22
Application Development
33
=======================
44

5-
These documents address application development with MongoDB. Most
6-
applications interact with MongoDB using client libraries (drivers.)
7-
The drivers provide language-specific interfaces to the database for
8-
use in your applications. The :doc:`/applications/drivers` page
9-
contains more information about the drivers themselves and links to
10-
more through API-level documentation.
11-
12-
Also consider the :ref:`administration tutorials
13-
<administration-tutorials>` that provide an introduction to basic
14-
MongoDB use. The :doc:`aggregation </aggregation>` and :doc:`indexes
15-
</indexes>` chapters provide an overview of topics with which every
16-
MongoDB application developer will want familiarity.
17-
18-
.. seealso:: ":wiki:`Developer Zone <Developer+Zone>`" wiki pages and
19-
the ":doc:`/faq/developers`" document. Developers also should be
5+
MongoDB provides language-specific client libraries called
6+
:term:`drives <driver>` that let you develop applications to interact
7+
with your databases.
8+
9+
This page lists the documents, tutorials, and reference pages that
10+
describe application development. qor API-level documentation, see
11+
:doc:`/applications/drivers`.
12+
13+
For an overview of topics with which every
14+
MongoDB application developer will want familiarity,
15+
see the :doc:`aggregation </aggregation>` and :doc:`indexes
16+
</indexes>` documents.
17+
For an introduction to basic
18+
MongoDB use, see the :ref:`administration tutorials <administration-tutorials>`.
19+
20+
.. seealso:: :wiki:`Developer Zone <Developer+Zone>` wiki pages and
21+
the :doc:`/faq/developers` document. Developers also should be
2022
familiar with the :doc:`mongo` shell and the MongoDB :doc:`query
2123
and update operators </reference/operators>`.
2224

2325
Application Development
2426
-----------------------
2527

28+
The following documents outline basic application development topics:
29+
2630
.. toctree::
2731
:maxdepth: 2
2832

2933
applications/drivers
3034
applications/database-references
31-
tutorial/expire-data
3235

33-
.. seealso:: ":doc:`/applications/replication`."
36+
.. seealso:: :doc:`/applications/replication` and
37+
:doc:`applications/sharding`.
3438

3539
.. _application-patterns:
3640

3741
Patterns
3842
--------
3943

44+
The following documents provide patterns for developing application features:
45+
4046
.. toctree::
4147
:maxdepth: 2
4248

4349
tutorial/perform-two-phase-commits
50+
tutorial/expire-data

0 commit comments

Comments
 (0)