@@ -7,7 +7,6 @@ Get Started with the {+driver-short+}
7
7
.. contents:: On this page
8
8
:local:
9
9
:backlinks: none
10
- :depth: 2
11
10
:class: singlecol
12
11
13
12
.. facet::
@@ -25,6 +24,7 @@ Get Started with the {+driver-short+}
25
24
Create a Connection String </get-started/connection-string/>
26
25
Connect to MongoDB </get-started/connect-to-mongodb/>
27
26
Next Steps </get-started/next-steps/>
27
+ Databases & Collections </get-started/databases-and-install/>
28
28
29
29
Overview
30
30
--------
@@ -36,10 +36,21 @@ and query data in your cluster.
36
36
37
37
.. tip::
38
38
39
- MongoDB Atlas is a fully managed cloud database service that hosts your MongoDB
40
- deployments. You can create your own free (no credit card required) MongoDB Atlas
41
- deployment by following the steps in this guide.
39
+ :atlas:` MongoDB Atlas </getting-started/>` is a fully managed cloud database service
40
+ that hosts your MongoDB deployments. You can create your own free (no credit card required)
41
+ MongoDB Atlas deployment by following the steps in this guide.
42
42
43
- Follow this guide to connect a sample Java application to a MongoDB Atlas
44
- deployment. If you prefer to connect to MongoDB using a different driver or
43
+ Follow this tutorial to connect a sample Java application to a MongoDB Atlas
44
+ deployment. The tutorial includes the following sections:
45
+
46
+ - :ref:`java-get-started-download-and-install`: Learn how to install
47
+ the {+driver-short+}
48
+ - :ref:`java-get-started-create-deployment`: Learn how to create
49
+ a free MongoDB deployment on Atlas
50
+ - :ref:`java-get-started-connection-string`: Learn how to retrieve
51
+ your Atlas deployment's connection string
52
+ - :ref:`java-connect-to-mongodb`: Learn how to create an application
53
+ that connects to MongoDB and queries data stored in your deployment
54
+
55
+ If you prefer to connect to MongoDB using a different driver or
45
56
programming language, see our :driver:`list of official drivers <>`.
0 commit comments