Postgres integration¶
You can develop data applications on top of your Data Product by PostgreSQL API endpoint, to do so follow the below steps:
-
Go to the Access Options tab of your Data Product, and navigate to the App Development section.
-
To develop data applications using PostgreSQL API, You need to choose a PostgreSQL client like
psql
or any other client tool (e.g., pgAdmin, DBeaver) to connect to the database. -
The connection string below is what you’ll need to connect to the PostgreSQL database. Execute the given string on your terminal, when prompted for a password, you'll enter your DataOS API key.
-
After entering the necessary details, ensure your connection is successful by testing. This makes sure you're connected and ready to start querying data. A successful connection will look like the following where you can start querying: