PostgreSQL Walkthrough
  • 1 Minute to read
  • Dark
    Light
  • PDF

PostgreSQL Walkthrough

  • Dark
    Light
  • PDF

Article Summary

Introduction

This document aims to guide users through the process of creating a PostgreSQL instance, and performing basic database operations.

How to Work with PostgreSQL?

Step 1: Establish a Connection

Make sure you possess appropriate credentials for establishing a connection with a PostgreSQL database server.

Step 2: Choose the River Mode

Once you have successfully established a connection to PostgreSQL, select the River mode to load data into a Target. There are 3 available options for you to choose from:

Please Note:

By clicking on the highlighted modes below, you will be taken to a relevant page that offers a comprehensive explanation and presents a Product Tour example showcasing the available features in PostgreSQL.

  • Multi-Tables : Simultaneously load multiple tables from PostgreSQL to your desired Target.
    • Standard Extraction - This River mode maps, transforms, and loads data from multiple tables into a unified schema. It uses SQL queries for transformations and can be scheduled or manually triggered.
    • Change Data Capture (CDC) - This mode monitors Source database logs, capturing and transforming changes in real-time. This ensures minimal data loss and low latency transfer when loading the transformed data into the target database, keeping it in sync with the Source.
  • Custom Query : Create a customized query and import it into your designated Target.
  • Legacy River: Select a sole Source table for loading into a Target.

image.png

Step 3: Run the River

Once you have successfully configured the River mode, selected the extraction method, and set up the scheduling, you are now ready to initiate the River and start its operation.


Was this article helpful?