zero-downtime

Open-source projects categorized as zero-downtime
Language: + C + Go + Java

Top 5 zero-downtime Open-Source Projects

  • criu

    Checkpoint/Restore tool

  • Project mention: When "letting it crash" is not enough | news.ycombinator.com | 2024-02-07

    Checkpoint/Restore I feel is a bigger concept than just saving state. At the zeroth level it's a system that can correctly stop and serialize a running process (as criu https://github.com/checkpoint-restore/criu has shown is a huge pain in the ass to still not be perfect) in a way that can initiated from within the process itself.

    The 1st level more-work-but-easier way to do this is to build or use a heavily constrained VM/language you run from within your main application that doesn't allow for most of the hard problems to even exist.

    I can't find any ready-made tools to do this that I wouldn't consider an endeavor.

  • pgroll

    PostgreSQL zero-downtime migrations made easy

  • Project mention: How not to change PostgreSQL column type | news.ycombinator.com | 2024-05-07

    My thoughts exactly. It's surprising that external online schema change tools for Postgres have only become a thing fairly recently! The only two I'm aware of are:

    * pgroll: Written in Golang, first commits June 2023. https://github.com/xataio/pgroll

    * pg-osc: Written in Ruby, first commits Dec 2021. https://github.com/shayonj/pg-osc

    Meanwhile over in the MySQL and MariaDB ecosystem, external OSC tools have been around for quite some time, starting with oak-online-alter-table over 15 years ago. The most popular options today are pt-online-schema-change or gh-ost, but other battle-tested solutions include fb-osc, LHM, and the latest entry Spirit.

  • 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
  • pglogical

    Logical Replication extension for PostgreSQL 15, 14, 13, 12, 11, 10, 9.6, 9.5, 9.4 (Postgres), providing much faster replication than Slony, Bucardo or Londiste, as well as cross-version upgrades.

  • quantumdb

    Zero-downtime schema evolution for PostgreSQL

  • Project mention: Pgroll: zero-downtime, undoable, schema migrations for Postgres | news.ycombinator.com | 2023-10-03

    Very cool! Congratulations to the authors on the release! I'm the author of a similar (zero-downtime migration) tool for PG called QuantumDB[0]. It was the first (to my knowledge at least) tool to support foreign keys, by creating table copies (keeping those in sync using triggers), and exposing multiple schemas through a custom database driver. I never got to production-ready version unfortunately, but I'm happy this one did. I'm seeing a lot of familiar concepts, and it looks well thought out.

    [0] https://github.com/quantumdb/quantumdb

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

zero-downtime related posts

  • Revolutionizing PostgreSQL Schema Changes with pg-osc

    1 project | news.ycombinator.com | 18 Feb 2024
  • PostgreSQL zero-downtime and reversible migrations

    1 project | news.ycombinator.com | 30 Jan 2024
  • How pgroll works under the hood

    1 project | dev.to | 7 Dec 2023
  • Introducing pgroll: zero-downtime, reversible, schema migrations for Postgres

    1 project | dev.to | 3 Oct 2023
  • Pgroll: zero-downtime, undoable, schema migrations for Postgres

    15 projects | news.ycombinator.com | 3 Oct 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 21 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source zero-downtime projects? This list will help you:

Project Stars
1 criu 2,672
2 pgroll 2,603
3 pglogical 945
4 nginx-link-function 226
5 quantumdb 60

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com