Skip to content

Commit facc085

Browse files
author
Bob Grabar
committed
DOCS-487 updated Applications sign-post
1 parent 76109d9 commit facc085

File tree

1 file changed

+25
-17
lines changed

1 file changed

+25
-17
lines changed

source/applications.txt

Lines changed: 25 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,42 +2,50 @@
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.
11+
12+
For API-level documentation, see :doc:`/applications/drivers`.
13+
14+
For an overview of topics with which every
15+
MongoDB application developer will want familiarity,
16+
see the :doc:`aggregation </aggregation>` and :doc:`indexes
17+
</indexes>` documents.
18+
For an introduction to basic
19+
MongoDB use, see the :ref:`administration tutorials <administration-tutorials>`.
20+
21+
.. seealso:: :wiki:`Developer Zone <Developer+Zone>` wiki pages and
22+
the :doc:`/faq/developers` document. Developers also should be
2023
familiar with the :doc:`mongo` shell and the MongoDB :doc:`query
2124
and update operators </reference/operators>`.
2225

2326
Application Development
2427
-----------------------
2528

29+
The following documents outline basic application development topics:
30+
2631
.. toctree::
2732
:maxdepth: 2
2833

2934
applications/drivers
3035
applications/database-references
31-
tutorial/expire-data
3236

33-
.. seealso:: ":doc:`/applications/replication`."
37+
.. seealso:: :doc:`/applications/replication` and
38+
:doc:`applications/sharding`.
3439

3540
.. _application-patterns:
3641

3742
Patterns
3843
--------
3944

45+
The following documents provide patterns for developing application features:
46+
4047
.. toctree::
4148
:maxdepth: 2
4249

4350
tutorial/perform-two-phase-commits
51+
tutorial/expire-data

0 commit comments

Comments
 (0)