nowfound

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…

  1. 1PA

    Happy Cyber Monday!

    2014 · psequel.com

  2. 2

    Hands-on tutorials to learn Postgres

    2022

  3. 3AU
  4. 41R

    2016 · magic.io

  5. 5
    bit.io130

    All your data in one place

    2021

  6. 6PA
  7. 7

    Edit your database with the ease of a spreadsheet

    2020

  8. 8PB

    2019 · github.com

  9. 9RP

    2020 · github.com

  10. 10AT
  11. 11

    Instant batch data import for Postgres

    2024

  12. 12

    Generate timesheets from GitHub code history. Free

    2018

  13. 13SB
  14. 14ML

    2017 · migra.readthedocs.io

  15. 15RS
  16. 16RT
  17. 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

  18. 18PD
  19. 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

  20. 20SW
  21. 21T2
  22. 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

  23. 23WA
  24. 24DA

Ranked by how close each launch is in meaning, then by votes. Refine with a description →