Read this guide to learn how to connect your PostgreSQL database to Adobe Experience Platform using the sources workspace in the Experience Platform user interface.
This tutorial requires a working understanding of the following components of Adobe Experience Platform:
If you already have a valid PostgreSQL connection, you may skip the remainder of this document and proceed to the tutorial on configuring a dataflow.
Read the PostgreSQL overview for more information on authentication.
You can enable SSL encryption for your PostgreSQL connection string by appending your connection string with the following properties:
Property | Description | Example |
---|---|---|
EncryptionMethod |
Allows you to enable SSL encryption on your PostgreSQL data. |
|
ValidateServerCertificate |
Validates certificate sent by your PostgreSQL database when EncryptionMethod is applied. |
|
The following is an example of a PostgreSQL connection string appended with SSL encryption: Server={SERVER};Database={DATABASE};Port={PORT};UID={USERNAME};Password={PASSWORD};EncryptionMethod=1;ValidateServerCertificate=1
.
In the Experience Platform UI, select Sources from the left navigation to access the Sources workspace. Select the appropriate category in the Categories panel Alternatively, use the search bar to navigate to the specific source that you want to use.
To use PostgreSQL, select the PostgreSQL DB source card under Databases and then select Set up.
Sources in the sources catalog display the Set up option when a given source does not yet have an authenticated account. Once an authenticated account is created, this option changes to Add data.
To use an existing account, select Existing account and then select the PostgreSQL account that you want to use.
If you do not have an existing account, then you must create a new account by providing the necessary authentication credentials that correspond with your source.
To create a new account, select New account and then provide a name and optionally add a description for your account.
You can connect your PostgreSQL account to Experience Platform on Azure using either account key or basic authentication.
To use account key authentication, select Account key authentication, provide your connection string, and then select Connect to source.
To use basic authentication, select Basic authentication, provide values for your authentication credentials, and then select Connect to source.
This section applies to implementations of Experience Platform running on Amazon Web Services (AWS). Experience Platform running on AWS is currently available to a limited number of customers. To learn more about the supported Experience Platform infrastructure, see the Experience Platform multi-cloud overview.
To create a new PostgreSQL account and connect to Experience Platform on AWS, ensure that you are in a VA6 sandbox and then provide the necessary credentials for authentication.
By following this tutorial, you have established a connection to your MariaDB account. You can now continue on to the next tutorial and configure a dataflow to bring data into Experience Platform.