Stitch Database to data warehouse Integration
· 1 min read
Given
- Source database connection details (endpoint, port, username, password and database name)
- Source table to replicate
- destination schema name
- run frequency can be set to
10min
We are assuming the destination data warehouse is already setup in stitch.
Steps
- Log into your stitch account. here
- Click on
Add Integration
button on your dashboard. - Choose
PostgreSQL
option as the integration in the next page. - Enter the source endpoint, port, username, password and database name and use the given destination db name as the name if the integration, as shown.
- Choose a replication frequency of 10 min(given run frequency) for fast testing.
- In the next section you can choose one or more tables to replicate, click the given source table to replicate
- Click on
Table Settings
, choosekey based incremental replication
and pressContinue to order
. - Press
Finalize your selection
.