DBConvert Streams 2.0 released with PostgreSQL CDC and cross-database querying

From: "Slotix s(dot)r(dot)o(dot) via PostgreSQL Announce" <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: DBConvert Streams 2.0 released with PostgreSQL CDC and cross-database querying
Date: 2026-04-10 17:26:03
Message-ID: 177584196353.403059.8143732608663761486@wrigleys.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-announce

DBConvert Streams 2.0 has been released, introducing a combined approach to PostgreSQL data migration, exploration, and real-time replication.

The tool supports log-based Change Data Capture (CDC) using PostgreSQL logical replication (WAL), allowing continuous data streaming between PostgreSQL and other systems without requiring Kafka or external pipeline infrastructure.

Key features:

- PostgreSQL ↔ MySQL migration with automatic schema conversion
- Real-time CDC using WAL
- Built-in SQL interface for querying and editing data
- Federated queries across PostgreSQL, MySQL, and files (CSV, JSON, Parquet)

The system supports both one-time migrations and continuous synchronization workflows.

DBConvert Streams can be run locally or deployed via Docker.

More information:
https://streams.dbconvert.com/blog/dbconvert-streams-2-0/

Project page:
https://streams.dbconvert.com

Browse pgsql-announce by date

  From Date Subject
Next Message UCLL via PostgreSQL Announce 2026-04-17 00:44:33 PGConf.BE : Preliminary schedule, registrations open and speakers online
Previous Message vitabaks via PostgreSQL Announce 2026-04-10 17:25:13 Autobase 2.7.0 released