Alternatives
Products that do what pg-online-schema-change – Zero downtime schema changes in PostgreSQL does
- 1PO
2022 · github.com
- 2DG
2019 · github.com
- 3

- 4

- 5GF
2015 · github.com
- 6RP
2020 · github.com
- 7PE
2018 · bluejekyll.github.io
- 8

- 9PA
- 10JF
2019 · github.com
- 11SD
2018 · github.com
- 12PN
2020 · ongres.com
- 13ML
2017 · migra.readthedocs.io
- 14

- 15PC
2016 · github.com
- 16DL
2014 · databaselabs.io
- 17OS
I am currently working on a Node.js utility for a schema-based approach on CDC for Postgres. It is a lightweight utility that you can plug on top of your existing WAL events service (eg. Debezium, WAL-listener...) and allows you to define schemas to listen to. Instead of listening to raw individual table-level events, you can aggregate those events into high-level schema events automatically. Conceptually, it is like having WAL events but on an SQL view, any modification to a table the view is based on would trigger a high-level event on the view itself. This has many real-world applications…
2025 · github.com
- 18PA
2019 · github.com
- 19TS
2016 · torodb.com
- 20UP
2015 · github.com
- 21PD
2018 · github.com
- 22PS
2018 · github.com
- 23PM
2017 · medium.com
- 24PC
Hi HN, pgstream is an open source CLI tool and Go library for Postgres logical replication events. We have some bigger plans with it, but as of now its main "differentiator" is that it includes not only data changes but also DDL changes in the same ordered and consistent stream. We have developed this because in the Xata platform we handle automatic replication from Postgres to Elasticsearch/OpenSearch. Initially schema changes were problematic because they required us intercepting them at the API layer and then apply them to the search engine. But if the replication is slightly delayed…
2024 · xata.io
Ranked by how close each launch is in meaning, then by votes. Refine with a description →