Streaming Data into Postgres with Estuary - Mailing list pgsql-announce

From Estuary Flow via PostgreSQL Announce
Subject Streaming Data into Postgres with Estuary
Date
Msg-id 174590649719.671.15681491565241312845@wrigleys.postgresql.org
Whole thread Raw
List pgsql-announce
 

Streaming Data into Postgres with Estuary

Estuary now provides native support for real-time data streaming into PostgreSQL via its PostgreSQL materialization connector. With this, users can configure Flow collections to automatically write into PostgreSQL tables — in seconds, at scale, and with exactly-once semantics.

Whether you’re using a self-hosted Postgres instance or a managed database like Amazon RDS, Google Cloud SQL, or Azure Database for PostgreSQL, Estuary ensures secure and reliable connectivity — including support for SSL and SSH tunneling.

Key Features:

  • Automatically creates target tables for each collection
  • Supports standard and delta updates
  • Handles schema evolution and reserved Postgres keywords
  • Preserves column capitalization and converts data types (e.g., ipv4, macaddr, duration)
  • Open-source compatible with Docker image:
    ghcr.io/estuary/materialize-postgres:dev

This connector is part of Estuary Flow — a real-time data platform that bridges Postgres with upstream systems like Kafka, MongoDB, APIs, and more.

📘 Documentation: Streaming into PostgreSQL with Estuary
🚀 Get started with Estuary Flow
🔧 Contact the team

 

pgsql-announce by date:

Previous
From: Dalibo via PostgreSQL Announce
Date:
Subject: PostgreSQL Anonymizer 2.1: Blurring Images
Next
From: vitabaks via PostgreSQL Announce
Date:
Subject: pg_auto_reindexer v1.4 released