@@ -20,7 +20,7 @@ Connect to Your MongoDB Deployment
20
20
:depth: 1
21
21
:class: singlecol
22
22
23
- This task page shows you how to connect to your MongoDB deployment using
23
+ On this page, you'll learn how to connect to your MongoDB deployment using
24
24
the {+intellij-full+}.
25
25
26
26
.. note:: MongoDB Atlas
@@ -32,11 +32,11 @@ the {+intellij-full+}.
32
32
copyable URI to easily connect the {+intellij-short+} to your
33
33
deployment.
34
34
35
- Prerequisites
36
- -------------
35
+ Before You Begin
36
+ ----------------
37
37
38
38
Ensure that an instance of MongoDB is running and the {+intellij-short+}
39
- is installed.
39
+ is :ref:` installed <intellij-install>` .
40
40
41
41
Steps
42
42
-----
51
51
52
52
.. image:: /images/connect/intellij-database-explorer.png
53
53
:alt: Click the Database Explorer icon.
54
+ :width: 600px
54
55
55
56
.. step:: Select MongoDB as the data source.
56
57
59
60
60
61
.. image:: /images/connect/intellij-select-data-source.png
61
62
:alt: Click the + button > Data Source > MongoDB.
63
+ :width: 600px
62
64
63
65
.. step:: Enter your connection string.
64
66
@@ -74,14 +76,14 @@ Steps
74
76
75
77
.. step:: (*Optional*) Select databases to load.
76
78
77
- You should see the connected MongoDB data source in Database
78
- Explorer.
79
+ Find the connected MongoDB data source in Database Explorer.
79
80
80
81
You can load as many databases as you’d like by clicking on
81
- ``1 of 11`` text as shown below:
82
+ ``1 of 11`` text as shown in the following image.
82
83
83
84
.. image:: /images/connect/intellij-select-databases-to-load.png
84
85
:alt: Select the databases to load.
86
+ :width: 600px
85
87
86
88
.. step:: Select a data source using the Connections Toolbar.
87
89
@@ -90,12 +92,12 @@ Steps
90
92
from within the editor window.
91
93
92
94
When you open a file that contains MongoDB code, a toolbar appears at
93
- the top of the file as shown in the image below .
95
+ the top of the file as shown in the following image .
94
96
95
97
.. image:: /images/connect/intellij-connections-toolbar.png
96
98
:alt: The Connections Toolbar appears at the top of the file.
97
99
98
- This toolbar has a drop-down that allows you to select a data source
100
+ This toolbar has a drop-down menu that allows you to select a data source
99
101
associated with your application.
100
102
101
103
For the best experience, the data source you select should
@@ -112,11 +114,16 @@ Steps
112
114
113
115
.. image:: /images/connect/intellij-launch-playgrounds.png
114
116
:alt: To launch the Playgrounds, click the highlighted button in Database Explorer.
115
-
117
+ :width: 600px
116
118
117
119
Next Steps
118
120
----------
119
121
120
- - :ref:`<intellij-type-validation>`
121
122
- :ref:`<intellij-autocomplete>`
123
+ - :ref:`<intellij-type-validation>`
122
124
- :ref:`<intellij-index-warning>`
125
+
126
+ Learn More
127
+ ----------
128
+
129
+ - :ref:`mongodb-uri`
0 commit comments