Fast, Simple and a cost effective tool to replicate data from Postgres to Data Warehouses, Queues and Storage
The main features of peerdb-io/peerdb are: Change Data Capture.
Open-source alternatives to peerdb-io/peerdb include: debezium/debezium — Debezium is a distributed change data capture platform that streams row-level database modifications as real-time… zendesk/maxwell — Maxwell is a MySQL change data capture tool and binlog streaming application that converts database modifications into…
Debezium is a distributed change data capture platform that streams row-level database modifications as real-time events. By parsing database transaction logs, the system broadcasts structural and data changes to message brokers, enabling reactive processing and data integration across distributed architectures. The platform utilizes log-based capture to extract modifications directly from transaction logs, ensuring minimal impact on source system performance while maintaining the original commit order of operations. It employs database-specific connector adapters to translate proprietary bin
Maxwell is a MySQL change data capture tool and binlog streaming application that converts database modifications into structured JSON events. It functions as a data pipeline that reads MySQL binary logs to synchronize changes across external indices, search engines, and distributed messaging systems such as Kafka. The project provides capabilities to maintain persistent audit trails by recording a chronological history of all database modifications. It enables real-time data synchronization and event-driven architecture integration by streaming database changes to external platforms to trigg