PostgreSQL
Boltic supports Integration with SQL databases like PostgreSQL. It fetches data from your PostgreSQL data source and allows you to create a Pipe that contains a sequence of actions such as source integration, choosing databases and destination integration. In addition to this, you can schedule a pipe at a fixed interval or date and time.
Getting Started
Requirements
To integrate PostgreSQL as a source, you'll need:
-
PostgreSQL User Access
- A PostgreSQL user with
read
access to both:- The
target
database - The
local
database
- The
- A PostgreSQL user with
-
SSH Details
- SSH access details (if using an SSH tunnel server)
- A private key for secure connections
-
IP Whitelisting
- Visit our IP Whitelisting Guide for whitelisting IPs and CIDR ranges to ensure secure access to your database or service.
-
PostgreSQL Configuration
- To ensure that Change Data Capture (CDC) functions seamlessly, proper configuration of PostgreSQL is essential. For comprehensive instructions on setting up PostgreSQL for CDC, please check out the PostgreSQL Configuration documentation.
Setup Guide to Integrate PostgreSQL With Boltic
This guide will give you a brief idea of what steps you need to follow to integrate PostgreSQL into Boltic.
-
Integration Name: Enter a unique name for this integration.
-
Host Details:
Parameter Description Host name IP address of the PostgreSQL server. Port Number Enter PostgreSQL port number (default is 5432). Database Name Name of the database to connect to (required).
Authentication
To validate the identity of database users and ensure high-level security, authentication can be done using the following methods:
-
Username and Password (Required)
-
SSH Authentication (If needed):
-
SSH Host
-
SSH Port
-
SSH Username
-
SSH Authentication Method (supports private key and password). For more details, refer to SSH Authentication.
Additional Info
Provide metadata to enhance data management:
Field | Details |
---|---|
Tags | Use tags for easy data discovery for you and your team. |
Description | Provide a detailed and meaningful description of your database. |
Test & Save
Click on Test & Save to validate your data source configuration and confirm that the connection is successfully established.
Congratulations! You have successfully integrated PostgreSQL with Boltic.
🤓 Have Questions?
We're here to help! Feel free to reach out via email at 📧 [email protected].