|
2 | 2 | Application Development
|
3 | 3 | =======================
|
4 | 4 |
|
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 |
20 | 23 | familiar with the :doc:`mongo` shell and the MongoDB :doc:`query
|
21 | 24 | and update operators </reference/operators>`.
|
22 | 25 |
|
23 | 26 | Application Development
|
24 | 27 | -----------------------
|
25 | 28 |
|
| 29 | +The following documents outline basic application development topics: |
| 30 | + |
26 | 31 | .. toctree::
|
27 | 32 | :maxdepth: 2
|
28 | 33 |
|
29 | 34 | applications/drivers
|
30 | 35 | applications/database-references
|
31 |
| - tutorial/expire-data |
32 | 36 |
|
33 |
| -.. seealso:: ":doc:`/applications/replication`." |
| 37 | +.. seealso:: :doc:`/applications/replication` and |
| 38 | + :doc:`applications/sharding`. |
34 | 39 |
|
35 | 40 | .. _application-patterns:
|
36 | 41 |
|
37 | 42 | Patterns
|
38 | 43 | --------
|
39 | 44 |
|
| 45 | +The following documents provide patterns for developing application features: |
| 46 | + |
40 | 47 | .. toctree::
|
41 | 48 | :maxdepth: 2
|
42 | 49 |
|
43 | 50 | tutorial/perform-two-phase-commits
|
| 51 | + tutorial/expire-data |
0 commit comments