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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • gitdb

    Distributed Embeddable Database (by gogitdb)

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • 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.

  • 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

  • Git-bug – Distributed, offline-first bug tracker embedded in Git

    1 project | news.ycombinator.com | 8 Jul 2024
  • Nintendo emulator 'Suyu' removed from Gitlab following DMCA request

    1 project | news.ycombinator.com | 22 Mar 2024
  • CRDTs Turned Inside Out

    2 projects | news.ycombinator.com | 25 Jan 2024
  • Gothub: Alternative front-end for GitHub written with Go

    5 projects | news.ycombinator.com | 1 Sep 2023
  • Clocks and Causality – Ordering Events in Distributed Systems

    1 project | news.ycombinator.com | 2 Apr 2023

Did you konow that Go is
the 4th most popular programming language
based on number of metions?