Alternatives
Products that do what Script to compare Postgres data between two points in time does
https://github.com/denvaar/pgdiff I cobbled together various programs into a bash script to compare how data changes between two points in time. My idea was basically to have a `git diff` but for data inside postgres. I wanted a util like this to help get to know a new code base: Interact with an app and watch how the data changes. You run the script with a given key (anything) before interacting with an app, then run it again with the same key to see the data diff. I'm not much of a bash scripter, as you can probably see from the script, but it was a fun and useful tool…
- 1PA
- 2

- 3AU
2019 · pgmustard.com
- 41R
2016 · magic.io
- 5

- 6PA
2015 · pgcli.com
- 7

- 8PB
2019 · github.com
- 9RP
2020 · github.com
- 10AT
2024 · masteringpostgres.com
- 11

- 12

- 13SB
2020 · splitgraph.com
- 14ML
2017 · migra.readthedocs.io
- 15RS
2020 · github.com
- 16RT
2015 · thanksgiving.semantics3.com
- 17PC
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
- 18PD
2024 · github.com
- 19SS
I'm developing a storage system for versioning data at the subfile level, especially well suited for SSDs due to its log-structured COW nature. It implements a novel versioning algorithm called sliding snapshot, a diff-algorithm which makes use of our stable record-identifiers and optionally hashes, another diff algorithm for importing similar XML-documents as a versioned resource as well as novel XPath axis to navigate not only in space, but also in time. Recently, I've implemented a higher level, asynchronous REST-API with Kotlin (Coroutines) and Vert.x in a seperate module. The system is…
2018
- 20SW
2017 · github.com
- 21T2
2020 · github.com
- 22PS
At work we were using python-rq for background tasks. It does the job for simple things, but we kept bumping into limitations. We needed to schedule tasks hours / days out and trust they'd survive a restart. We wanted periodic tasks with proper overlap control. So we built a scheduling / enqueuing system around Postgres to bring these durability capabilities to python-rq. This worked fine for a while but was trickier to reason about due to its more complicated architecture (we'd run two separate services just for getting jobs from Postgres into the rq Redis queue, plus N actual…
Feb 2026 · github.com
- 23WA
2021 · retool.com
- 24DA
2018 · github.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →