PostgreSQL

In this page, we'll show you how to add a PostgreSQL source to Dataflake.

Choose the Connection strings tab.

Click the Add button.

Enter the Name of your connection.

Select PostgreSQL from the Connection type.

Enter your connection string.

  1. Hostname: where your database is hosted

You can paste the host url in the Host box to connect to your database quickly

  1. Port:

  • The port the database server uses

  • For example, the default port number for PostgreSQL is 5432

  1. Database: name of your database

  2. User: username of the Database you want to connect

  3. Password: password of the Database you wish to connect

Click Next then Click the Complete button to establish your Connection.

Last updated