You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/20-prerequisites/10-postgres.mdx
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -8,21 +8,21 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
8
8
9
9
In this lab you will be migrating data from a PostgreSQL relational database. You have a few options to set up this database. __Choose one option for your PostgreSQL database__.
10
10
11
-
## Option 1: Use a pre-configured database
11
+
## 👐 Option 1: Use a pre-configured database
12
12
13
13
If you are participating in an instructor-led lab, they may have already set up this database for you. Ask your instructor for the connection URI and credentials.
14
14
15
15
:::info
16
16
In an intructor-led lab you will use the provisioned PostgreSQL database, no need to do anything else
17
17
:::
18
18
19
-
## Option 2: Load the schema and data into your own PostgreSQL server
19
+
## 🦸 Option 2: Load the schema and data into your own PostgreSQL server
20
20
21
21
If you already have a PostgreSQL server set up, you can import the schema and data used in this lab. Download the file
Copy file name to clipboardExpand all lines: docs/20-prerequisites/20-mongodb.mdx
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
9
9
As we'll be importing data from a Relational Database into MongoDB, you'll need to have a MongoDB database. You have a
10
10
few options to set up this database.
11
11
12
-
## Option 1: New MongoDB Atlas cluster
12
+
## 👐 Option 1: New MongoDB Atlas cluster
13
13
14
14
The easiest way to run MongoDB is to use MongoDB Atlas, our cloud-hosted database offering.
15
15
You can set a MongoDB Atlas account and a free forever M0 Cluster.
@@ -20,12 +20,16 @@ To get yours, follow the instructions on the [Intro Lab:](https://mongodb-develo
20
20
21
21
Be sure to [open up the cluster to allow connections from your local computer](https://www.mongodb.com/docs/guides/atlas/network-connections/#overview), and configure a database user with the readWriteAnyDatabase role.
22
22
23
-
## Option 2: Use an existing cluster
23
+
:::info
24
+
In an intructor-led lab you will use an Atlas Cluster
25
+
:::
26
+
27
+
## 🦸 Option 2: Use an existing cluster
24
28
25
29
If you have an existing MongoDB Atlas, Enterprise or Community cluster, you can use it as the migration target. Make sure you
26
30
know the URI for the cluster, and have a database user with the readWriteAnyDatabase role.
27
31
28
-
## Option 3: Run a MongoDB container using Docker
32
+
## 🦸 Option 3: Run a MongoDB container using Docker
29
33
30
34
31
35
If you don't have an existing PostgreSQL server but have Docker installed, you can easily load a container pre-configured with
0 commit comments