Skip to content

Commit

Permalink
Added some screenshots, fixed errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreniche committed Jun 12, 2024
1 parent e77a801 commit 1564433
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/50-Create a Project/50-create-new-project.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Screenshot from "@site/src/components/Screenshot";

# Creating a New Project

Ensure Relational Migrator is installed and running (normally at http://127.0.0.1:8080).
Ensure Relational Migrator is installed and running (normally at http://127.0.0.1:8278/).



Expand Down
6 changes: 6 additions & 0 deletions docs/50-Create a Project/60-connect-database.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ import Screenshot from "@site/src/components/Screenshot";

# Connect Database

## Select PostgreSQL as Database

<Screenshot url="https://www.mongodb.com/products/tools/relational-migrator" src="img/60-image-000.png" alt="Selecting PostgreSQL as Database" />

## Enter connection details

Enter the details for the PostgreSQL database you will be migrating from.

- If your instructor has configured a server for you to use, ask them for the host name, username and password.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ We want to modify the authors collection to include an array of IDs representing
- On the MongoDB diagram view, click the `authors` collection
- On the relational mappings list on the right, click on the edit icon of `author_book`
- Edit the field name from `authorBooks` to just `books`
- In the mapping rule's advanced settings, Check `create array of primitive values`
- In the list of fields, uncheck `authorId`, leaving `bookId` checked
- In the mapping rule's advanced settings, Check `create array of primitive values`
- Click `Save and close`


Expand Down
Binary file added static/img/100-image-000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/100-image-001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/img/60-image-000.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/60-image-001.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1564433

Please sign in to comment.