Join us Sept 17 at .local NYC! Use code WEB50 to save 50% on tickets. Learn more >
MongoDB Event
Docs Menu
Docs Home
/
Relational Migrator
/ /

Connect to Relational Migrator

1

Click New Project at the top-right of the Relational Migrator home screen.

If you already have a project in Relational Migrator, proceed to the next step.

2

Click the Connect Database button and select PostgreSQL in the drop-down menu. Enter the connection details for your PostgreSQL instance, including the host, port, database, user, and password.

Ensure that you test your connection before you click Connect. If you receive a no encryption error, click on the SSL tab and enable Use SSL.

3

After you select all the tables in the database, click Next.

4

Under Initial mappings, ensure that you select Start with a MongoDB schema that matches your relational schema and click Next.

5
6

This generates a schema where each collection corresponds to a table in the original relational schema.

By default, Relational Migrator displays a horizontally split view of the Relational (top) and MongoDB (bottom) models.

After you connect to your PostgreSQL database, you can start refactoring the Party domain.

Back

Example: Insurance Data Models

On this page