How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
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
The main features of hasura/pgdeltastream are: Data Replication.
Projects with overlapping indexed features include: 2ndquadrant/repmgr — A lightweight replication manager for PostgreSQL (Postgres). actiontech/dtle — Distributed Data Transfer Service for MySQL. 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…