|
1 | 1 | import Screenshot from "@site/src/components/Screenshot";
|
2 | 2 |
|
3 |
| -# 👐 Get your connection string |
| 3 | +# 👐 Get Your Connection String |
4 | 4 |
|
5 |
| -In order to load the dataset into your cluster, you will need to get the connection string for your cluster. |
| 5 | +To load the dataset into your cluster, you will need to get the connection string for your cluster. |
6 | 6 |
|
7 |
| -In the Atlas UI, navigate to the **Overview** page. In the **Clusters section**, click **Connect**. |
| 7 | +In the Atlas UI, navigate to the **Overview** page. In the **Clusters** section, click "Connect." |
8 | 8 |
|
9 |
| -<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-importing-data/2-get-connection-string/1-connect-button.png" alt="Screenshot of the connect button" /> |
| 9 | +<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-importing-data/2-get-connection-string/1-connect-button.png" alt="Connect button" /> |
10 | 10 |
|
11 | 11 | A modal will display several ways to connect to your database.
|
12 | 12 |
|
13 |
| -<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-importing-data/2-get-connection-string/2-connect-modal.png" alt="Screenshot of the connect modal" /> |
| 13 | +<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-importing-data/2-get-connection-string/2-connect-modal.png" alt="Connect modal" /> |
14 | 14 |
|
15 |
| -Select **Compass**. While we won't be using Compass to import the data, it's an easy way to see your connection string. |
| 15 | +Select "Compass." While we won't be using Compass to import the data, it's an easy way to see your connection string. |
16 | 16 |
|
17 |
| -<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-importing-data/2-get-connection-string/3-connect-compass.png" alt="Screenshot of the connection string" /> |
| 17 | +<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-importing-data/2-get-connection-string/3-connect-compass.png" alt="Connection string" /> |
18 | 18 |
|
19 |
| -Look for your connection string. It should look something like |
| 19 | +Look for your connection string. It should look something like this: |
20 | 20 |
|
21 | 21 | ```
|
22 | 22 | mongodb+srv://<username>:<password>@<cluster-url>/
|
|
0 commit comments