A lightweight replication manager for PostgreSQL (Postgres)
Sync data from one Postgres database to another
Litestream is a database backup utility that provides continuous, incremental replication for SQLite databases. It operates as a background process that monitors local database files and streams modifications to remote cloud storage, ensuring that off-site backups are maintained without manual intervention. The tool functions by intercepting the database file system layer to capture page-level changes and tailing the write-ahead log. This approach allows for real-time synchronization of transactions to various cloud object storage providers through a unified abstraction layer. Beyond continu
Streaming Postgres logical replication changes atleast-once over websockets
Distributed Data Transfer Service for MySQL
The main features of actiontech/dtle are: Data Replication.
Open-source alternatives to actiontech/dtle include: 2ndquadrant/repmgr — A lightweight replication manager for PostgreSQL (Postgres). ankane/pgsync — Sync data from one Postgres database to another. benbjohnson/litestream — Litestream is a database backup utility that provides continuous, incremental replication for SQLite databases. It… hasura/pgdeltastream — Streaming Postgres logical replication changes atleast-once over websockets.