All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

pgstream: Open Source PostgreSQL Replication Tool with DDL Change Support

By

fenn

8mo ago· 5 min readenCode

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 pulled
pgstream 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
Snippet from the RSS feed
PostgreSQL replication with DDL changes. Contribute to xataio/pgstream development by creating an account on GitHub.

You might also wanna read