pgstream: Open Source PostgreSQL Replication Tool with DDL Change Support
By
fenn
Slow-proofed and worth the wait. Worth its weight in flour.
Summary
pgstream is an open-source command-line tool and library that provides PostgreSQL replication with support for DDL (Data Definition Language) changes. It functions as a CDC (Change Data Capture) tool that can replicate Postgres data to any target destination while handling schema changes. The tool offers multiple installation methods including pre-built binaries for Linux, macOS, and Windows, source compilation, and Homebrew package manager installation.
Key quotes
· 4 pulledpgstream is an open source CDC command-line tool and library that offers Postgres replication support with DDL changes to any provided target
Binaries are available for Linux, macOS & Windows, check our Releases
To install pgstream from the source, run the following command:
To install pgstream with homebrew, run the following comm
You might also wanna read
GitGres: A PostgreSQL-based private GitHub reimplementation for teams
GitGres is an open-source project that provides a starting point for private, PostgreSQL-based reimplementations of GitHub, optimized for in
pgBackRest Project Discontinued After 13 Years of Development
The creator of pgBackRest, a popular open-source PostgreSQL backup and restore tool, announces that the project is no longer being maintaine
pg_jitter: Lightweight JIT Compilation Provider for PostgreSQL with Alternative Backends
pg_jitter is a lightweight JIT compilation provider for PostgreSQL that offers three alternative JIT backends (sljit, AsmJit, and MIR) as al
SQLite Graph Extension: Adding Graph Database Capabilities to SQLite
sqlite-graph is an alpha-release SQLite extension that adds graph database capabilities with Cypher query support, allowing users to work wi
Netflix engineer's open-source tool cuts AI token usage by up to 90%
Netflix senior engineer Tejas Chopra created software called "Project Headroom" that prunes redundant tokens from AI agent instructions befo
Copyparty: A Lightweight File Server That Runs as a Single Python Script
Copyparty is a lightweight, full-featured file server that runs as a single Python script, making it extremely easy to set up without needin
