@@ -13,13 +13,25 @@ MongoDB Package Components
13
13
Core Processes
14
14
--------------
15
15
16
- The core components in the MongoDB package are: :binary:`~bin.mongod`,
17
- the core database process; :binary:`~bin.mongos` the controller and query
18
- router for :term:`sharded clusters <sharded cluster>`; and
19
- :binary:`~bin.mongo` the interactive MongoDB Shell.
16
+ The core components in the MongoDB package are:
20
17
18
+ .. list-table::
19
+
20
+ * - :binary:`~bin.mongod`,
21
+
22
+ - the core database process
23
+
24
+ * - :binary:`~bin.mongos`
25
+
26
+ - the controller and query router for :term:`sharded clusters
27
+ <sharded cluster>`
28
+
29
+ * - :binary:`~bin.mongo`
30
+ - the interactive MongoDB Shell.
31
+
21
32
.. toctree::
22
33
:maxdepth: 1
34
+ :hidden:
23
35
24
36
/reference/program/mongod
25
37
/reference/program/mongos
@@ -34,8 +46,12 @@ Service. The :binary:`~bin.mongod.exe` and :binary:`~bin.mongos.exe` binaries
34
46
provide a superset of the :binary:`~bin.mongod` and :binary:`~bin.mongos`
35
47
options.
36
48
49
+ - :doc:`/reference/program/mongod.exe`
50
+ - :doc:`/reference/program/mongos.exe`
51
+
37
52
.. toctree::
38
53
:maxdepth: 1
54
+ :hidden:
39
55
40
56
/reference/program/mongod.exe
41
57
/reference/program/mongos.exe
@@ -49,8 +65,13 @@ dump files from the :binary:`~bin.mongod` instances, while
49
65
dumps. :binary:`~bin.bsondump` converts BSON dump files into
50
66
:term:`JSON`.
51
67
68
+ - :doc:`/reference/program/mongodump`
69
+ - :doc:`/reference/program/mongorestore`
70
+ - :doc:`/reference/program/bsondump`
71
+
52
72
.. toctree::
53
73
:maxdepth: 1
74
+ :hidden:
54
75
55
76
/reference/program/mongodump
56
77
/reference/program/mongorestore
@@ -69,9 +90,13 @@ a :binary:`~bin.mongod` instance into JSON, CSV, or TSV.
69
90
The conversion between BSON and other formats lacks full
70
91
type fidelity. Therefore you cannot use :binary:`~bin.mongoimport` and
71
92
:binary:`~bin.mongoexport` for round-trip import and export operations.
72
-
93
+
94
+ - :doc:`/reference/program/mongoimport`
95
+ - :doc:`/reference/program/mongoexport`
96
+
73
97
.. toctree::
74
98
:maxdepth: 1
99
+ :hidden:
75
100
76
101
/reference/program/mongoimport
77
102
/reference/program/mongoexport
@@ -97,8 +122,14 @@ later time. :binary:`~bin.mongoreplay` is available for Linux and macOS.
97
122
MongoDB 3.4 provides :binary:`~bin.mongoldap` for testing native operating system
98
123
LDAP configuration options against a running LDAP server or set of servers.
99
124
125
+ - :doc:`/reference/program/mongostat`
126
+ - :doc:`/reference/program/mongotop`
127
+ - :doc:`/reference/program/mongoreplay`
128
+ - :doc:`/reference/program/mongoldap`
129
+
100
130
.. toctree::
101
131
:maxdepth: 1
132
+ :hidden:
102
133
103
134
/reference/program/mongostat
104
135
/reference/program/mongotop
@@ -111,8 +142,11 @@ GridFS
111
142
:binary:`~bin.mongofiles` provides a command-line interact to a MongoDB
112
143
:term:`GridFS` storage system.
113
144
145
+ - :doc:`/reference/program/mongofiles`
146
+
114
147
.. toctree::
115
148
:maxdepth: 1
149
+ :hidden:
116
150
117
151
/reference/program/mongofiles
118
152
@@ -125,7 +159,10 @@ MongoDB Compass
125
159
is a platform-specific installer for
126
160
:ref:`MongoDB Compass Community Edition <compass-index>`.
127
161
162
+ - :doc:`/reference/program/install_compass`
163
+
128
164
.. toctree::
129
165
:maxdepth: 1
166
+ :hidden:
130
167
131
168
/reference/program/install_compass
0 commit comments