Skip to content

Commit

Permalink
Merge pull request #16 from mongodb-developer/Meg528-patch-6
Browse files Browse the repository at this point in the history
Update 2-get-connection-string.mdx
  • Loading branch information
sis0k0 authored Jun 5, 2024
2 parents fe77fd6 + bcb6e1f commit 9903aae
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/30-importing-data/2-get-connection-string.mdx
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
import Screenshot from "@site/src/components/Screenshot";

# 👐 Get your connection string
# 👐 Get Your Connection String

In order to load the dataset into your cluster, you will need to get the connection string for your cluster.
To load the dataset into your cluster, you will need to get the connection string for your cluster.

In the Atlas UI, navigate to the **Overview** page. In the **Clusters section**, click **Connect**.
In the Atlas UI, navigate to the **Overview** page. In the **Clusters** section, click "Connect."

<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" />
<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-importing-data/2-get-connection-string/1-connect-button.png" alt="Connect button" />

A modal will display several ways to connect to your database.

<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" />
<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-importing-data/2-get-connection-string/2-connect-modal.png" alt="Connect modal" />

Select **Compass**. While we won't be using Compass to import the data, it's an easy way to see your connection string.
Select "Compass." While we won't be using Compass to import the data, it's an easy way to see your connection string.

<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" />
<Screenshot url="https://cloud.mongodb.com" src="img/screenshots/30-importing-data/2-get-connection-string/3-connect-compass.png" alt="Connection string" />

Look for your connection string. It should look something like
Look for your connection string. It should look something like this:

```
mongodb+srv://<username>:<password>@<cluster-url>/
Expand Down

0 comments on commit 9903aae

Please sign in to comment.