Show HN: Safe Data Changes in PostgreSQL

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • csv-import

    The open-source CSV importer, maintained by @tableflowhq

  • neon

    Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage.

  • I'd guess that https://neon.tech/ could help with this. Neon is branded as "Serverless Postgres". They have APIs to create branches of your database.

    So you could effectively:

    1) Create a snapshot of your production DB -> DB_2A

    2) Then create a snapshot of that snapshot -> DB_2B

    3) Now you have two copies of the exact same database. Run your query/workload/migration on DB_2B.

    4) Run some metadata queries against DB_2A and DB_2B and compare the results.

    5) If your metadata queries are inline with expectations, delete the snapshots. If not, leave them around for a bit for manual inspection.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to ditch Neon

    2 projects | dev.to | 1 May 2024
  • Serverless Postgres with Neon - My first impression

    1 project | dev.to | 24 Apr 2024
  • Neon Is Generally Available: Serverless Postgres

    6 projects | news.ycombinator.com | 15 Apr 2024
  • 11 Planetscale alternatives with free tiers

    8 projects | dev.to | 11 Apr 2024
  • Why PlanetScale broke our trust in database startups

    1 project | news.ycombinator.com | 15 Mar 2024