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
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,20 +6,23 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
6
6
7
7
# 👐 PostgreSQL Database
8
8
9
-
In this lab you will be migrating data from a PostgreSQL relational database. You have a few options to set up this database.
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
-
If you are participating in an instructor-led lab, they may have already set up this database for you. Ask your instructor for the
14
-
connection URI and credentials.
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.
15
14
16
-
### Option 2: Load the schema and data into your own PostgreSQL server
15
+
:::info
16
+
In an intructor-led lab you will use the provisioned PostgreSQL database, no need to do anything else
17
+
:::
18
+
19
+
## Option 2: Load the schema and data into your own PostgreSQL server
17
20
18
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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
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,12 @@ 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
+
## Option 2: Use an existing cluster
24
24
25
25
If you have an existing MongoDB Atlas, Enterprise or Community cluster, you can use it as the migration target. Make sure you
26
26
know the URI for the cluster, and have a database user with the readWriteAnyDatabase role.
27
27
28
-
###Option 3: Run a MongoDB container using Docker
28
+
## Option 3: Run a MongoDB container using Docker
29
29
30
30
31
31
If you don't have an existing PostgreSQL server but have Docker installed, you can easily load a container pre-configured with
Copy file name to clipboardExpand all lines: docs/20-prerequisites/30-relational-migrator.mdx
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,17 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
6
6
7
7
# 👐 MongoDB Relational Migrator
8
8
9
-
Download and install MongoDB Relational Migrator
9
+
Download and install MongoDB Relational Migrator.
10
10
11
-
Now you will need to go to the [MongoDB Relational Migrator downloads page](https://www.mongodb.com/try/download/relational-migrator), select your OS, download and install it. Once installed,
12
-
run it and it will be running on a browser at http://127.0.0.1:8278/.
11
+
- Go to the [MongoDB Relational Migrator downloads page](https://www.mongodb.com/try/download/relational-migrator), select your OS and download it
12
+
- Install the MongoDB Relational Migrator
13
+
- Start it
14
+
- It should open a browser at the address http://127.0.0.1:8278/
13
15
14
16
<Screenshoturl="https://www.mongodb.com/products/tools/relational-migrator"src="img/download-relational-migrator.png"alt="Screenshot of the download page for Relational Migrator" />
17
+
18
+
---
19
+
20
+
:::info
21
+
There are more advanced ways to install the MongoDB Relational Migrator. You can check them out in [the installation docs page](https://www.mongodb.com/docs/relational-migrator/installation/). These won't be covered during this Lab.
0 commit comments