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