File tree Expand file tree Collapse file tree 3 files changed +29
-42
lines changed Expand file tree Collapse file tree 3 files changed +29
-42
lines changed Original file line number Diff line number Diff line change
1
+ Welcome to the MongoDB {+version-dev+} Manual! MongoDB is a
2
+ document database designed for ease of development
3
+ and scaling. The Manual introduces key concepts in MongoDB, presents the
4
+ query language, and provides operational and administrative
5
+ considerations and procedures as well as a comprehensive reference
6
+ section.
7
+
8
+ MongoDB offers both local and cloud-hosted deployment options:
9
+
10
+ - For locally hosted deployments, MongoDB offers both a *Community *
11
+ and an *Enterprise * version of the database:
12
+
13
+ - MongoDB Community is the {+source-available+} edition of MongoDB.
14
+
15
+ - MongoDB Enterprise is available as part of the MongoDB Enterprise
16
+ Advanced subscription and includes comprehensive support for your
17
+ MongoDB deployment. MongoDB Enterprise also adds enterprise-focused
18
+ features such as LDAP and Kerberos support, on-disk encryption,
19
+ and auditing.
20
+
21
+ - `MongoDB Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_server >`__
22
+ is a hosted MongoDB Enterprise service option in the cloud which
23
+ requires no installation overhead and offers a free tier to get
24
+ started.
Original file line number Diff line number Diff line change @@ -8,31 +8,10 @@ The MongoDB {+version-dev+} Manual (Upcoming Release)
8
8
9
9
.. include:: /includes/in-dev.rst
10
10
11
- Welcome to the MongoDB {+version-dev+} Manual! MongoDB is a
12
- document database designed for ease of development
13
- and scaling. The Manual introduces key concepts in MongoDB, presents the
14
- query language, and provides operational and administrative
15
- considerations and procedures as well as a comprehensive reference
16
- section.
17
-
18
- MongoDB offers both a *Community* and an *Enterprise* version of the
19
- database:
20
-
21
- - MongoDB Community is the {+source-available+} edition of MongoDB.
22
-
23
- - MongoDB Enterprise is available as part of the MongoDB Enterprise
24
- Advanced subscription and includes comprehensive support for your
25
- MongoDB deployment. MongoDB Enterprise also adds enterprise-focused
26
- features such as LDAP and Kerberos support, on-disk encryption,
27
- and auditing.
28
-
29
- MongoDB also offers
30
- `Atlas <https://www.mongodb.com/cloud/atlas?tck=docs_server>`__,
31
- a hosted MongoDB Enterprise service option in the cloud which requires
32
- no installation overhead and offers a free tier to get started.
33
-
34
- The Manual documents both MongoDB Community and Enterprise features and
35
- functionality.
11
+ .. include:: /includes/fact-mongodb-intro.rst
12
+
13
+ The Manual documents features and functionality for MongoDB Community,
14
+ Enterprise, and Atlas deployments.
36
15
37
16
Getting Started
38
17
---------------
Original file line number Diff line number Diff line change @@ -12,23 +12,7 @@ Introduction to MongoDB
12
12
13
13
.. include:: /includes/in-dev.rst
14
14
15
- Welcome to the MongoDB {+version-dev+} Manual! MongoDB is a
16
- document database designed for ease of development
17
- and scaling. The Manual introduces key concepts in MongoDB, presents the
18
- query language, and provides operational and administrative
19
- considerations and procedures as well as a comprehensive reference
20
- section.
21
-
22
- MongoDB offers both a *Community* and an *Enterprise* version of the
23
- database:
24
-
25
- - MongoDB Community is the {+source-available+} edition of MongoDB.
26
-
27
- - MongoDB Enterprise is available as part of the MongoDB Enterprise
28
- Advanced subscription and includes comprehensive support for your
29
- MongoDB deployment. MongoDB Enterprise also adds enterprise-focused
30
- features such as LDAP and Kerberos support, on-disk encryption,
31
- and auditing.
15
+ .. include:: /includes/fact-mongodb-intro.rst
32
16
33
17
Document Database
34
18
-----------------
You can’t perform that action at this time.
0 commit comments