Prerequisites
- Connection details
- Streamkap user and role
Granting Privileges
It’s recommended to create a separate user and role for Streamkap to access your PostgreSQL database. Below is an example script that does that.Streamkap Setup
- Go to Destinations and choose Neon
-
Input the following information:
- Name - A unique and memorable name for this Connector
- Hostname - The hostname connection string without the port.
- Port - The port number of the connection
- Username (Case sensitive) -
STREAMKAP_USER
OR the username you chose - Password - The password for your username
- Database Name (Case sensitive) -
STREAMKAPDB
OR the database name you chose - Schema Name (Case sensitive) -
STREAMKAP
OR the schema name you chose - Insert Mode Insert or Upserts (i.e. append only or replace)
- Delete Mode - Delete records in destination if deleted at source
- Schema Evolution - Handle additional columns automatically?
- Tasks - Amount of parallelism in writing events.
- Click Save
How this Connector Works
The PostgreSQL connector supports idempotent write operations by using upsert semantics and basic schema evolution. The following features are supported:- At-least-once delivery
- Delete mode
- Idempotent writes (Insert/Upsert mode)
- Schema evolution