GitHub has Degraded Availability

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • go-multiverse

    Decentralized Version Control System

  • I started building Multiverse because of problems like this. Ironically it’s hosted on GitHub. Check it out if you are interested in decentralized VCS and code hosting.

    https://github.com/multiverse-vcs/go-multiverse

  • squawk

    🐘 linter for PostgreSQL, focused on migrations

  • 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
  • gh-ost

    GitHub's Online Schema-migration Tool for MySQL

  • GitHub uses MySQL, not Postgres. They built the best-in-class online schema change tool gh-ost [1], and have a custom declarative schema change execution system built around Skeema [2], which contains a wealth of linters [3].

    Even so, it's always possible for an engineer to submit a schema change which is detrimental to performance. For example, dropping an important index, or changing it such that some necessary column is no longer present. Linters simply cannot catch some classes of these problems. Usually they must be caught in code review, but people make mistakes and could approve a bad change.

    Disclosure: I'm the author of Skeema, but have not worked for or with GitHub in any capacity.

    [1] https://github.com/github/gh-ost

    [2] https://github.blog/2020-02-14-automating-mysql-schema-migra...

    [3] https://www.skeema.io/docs/options/#lint

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