The datasource represents a database or storage in the cloud to which ADX reads and exports data. PostgreSQL DataSource can be configured to access tables in PostgreSQL.
1. From the ADP console, click the user icon in the upper left corner of the screen to display the account information.
2. Click the "+" button from "DataSources".
3. Enter the details of the data source and click the "SAVE" button.
DataSource name : Name of the data source
Description : Description of the data source
Product : Product of the data source to connect to (PostgreSQL)
User & Password : user & password used for connecting to the database
Host & Port : hostname and port number where PostgreSQL is running
Database name : name of the database connecting to
SSL : Enable SSL when connecting (true or false)
4. When the data source is successfully added, it will appear in the DataSources list.
Next Step : Creating an Entity Set