Create a PostgreSQL data source that connects Quick BI to your AWS RDS for PostgreSQL instance.
Prerequisites
-
You have an existing AWS PostgreSQL database.
-
You have the username and password for the database.
Limitations
Supports PostgreSQL 8.2 and later.
Procedure
-
Add IP addresses to the whitelist.
Add the Quick BI IP addresses to the whitelist of your AWS PostgreSQL instance. For more information about configuring the whitelist, see Control access with security groups.
-
Test the data source connection and create the data source.
-
Log on to the Quick BI console.
-
Follow these steps to add a data source:
-
Open the data source creation page by following the instructions in Create Data Source Entry Points.
-
On the AWS Database tab, select the RDS for PostgreSQL data source.

-
-
-
In the Configure Connection dialog box, configure the following parameters.

Parameter
Description
Display name
The name of the data source as it appears in the list.
Enter a unique name. The name cannot contain special characters or leading or trailing spaces.
Database host and port
The public endpoint of the PostgreSQL instance, which you can find on the instance details page in the Amazon RDS console. Example: xxxxxxxxxxxxxxxxx.rds.amazonaws.com.
For more information, see Connecting to a DB instance running the PostgreSQL database engine.
Database
The name of the database to connect to.
Schema
The name of the schema in your PostgreSQL database.
Username and password
The username and password to connect to the PostgreSQL database.
SSL
If your data source uses SSL, select this option to encrypt the connection.
Initialize SQL
Run specified SQL statements automatically after each connection is established.
Only
SETstatements are allowed. Use a semicolon (;) to separate multiple statements.Enable uploading files
Allow file uploads to this data source.
-
Click Test Connection to verify the connection.

-
After the connection test is successful, click OK to add the data source.
Next steps
Create a dataset and start analyzing your data.
-
To add data tables or custom SQL queries from your PostgreSQL database to Quick BI, see Create a dataset.
-
To add visualizations to a dashboard and analyze data, see Create a dashboard and Visualization overview.
-
To perform a drill-down analysis of your data, see Step 3: Configure and display drill-down data.