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
