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
  • Mergify - Updating dependencies is time-consuming.
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • SonarQube - Static code analysis for 29 languages.
  • 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.

  • Mergify

    Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.

  • 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