Good embedded database with replication support?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io
featured
  1. litestream

    Streaming replication for SQLite.

    sqlite3 was one of the first options I checked. Unfortunately, sqlite does not have replication API out-of-box. And litestream removed streaming replication https://github.com/benbjohnson/litestream/commit/868d5649885ac35111c93346f40fc0f0dd061128

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. go-dqlite

    Go bindings for libdqlite

    You could also look at something like this https://github.com/canonical/go-dqlite.

  4. rqlite

    The lightweight, user-friendly, distributed relational database built on SQLite.

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

  • Why SQLite Is Taking over with Brian Holt and Marco Bambini

    5 projects | news.ycombinator.com | 12 Jun 2024
  • Strong Consistency with Raft and SQLite

    6 projects | news.ycombinator.com | 21 Mar 2023
  • 9 years of open-source database development: reviewing the designs

    2 projects | /r/programming | 10 Mar 2023
  • SQLite the only database you will ever need in most cases

    12 projects | news.ycombinator.com | 15 Feb 2023
  • LiteSync – Easy synchronization of SQLite databases

    4 projects | news.ycombinator.com | 5 Jan 2023

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