GitDB, a distributed embeddable database on top of Git

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

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

    Distributed Embeddable Database (by gogitdb)

  • litestream

    Streaming replication for SQLite.

  • It doesn't appear to be doing much more than replication though. https://litestream.io does that for sqlite already. They seem to have more "distributed" ideas in their roadmap for v3 maybe.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • git-bug

    Distributed, offline-first bug tracker embedded in git, with bridges

  • You can already store and sync issues in git repo metadata, check out git-bug: https://github.com/MichaelMure/git-bug

  • dqlite

    Embeddable, replicated and fault-tolerant SQL engine.

  • Check out dqlite, it's sqlite but with a raft consensus to distribute changes through a log: https://dqlite.io/ You can link it in as a library too, it sounds like exactly what you want.

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