Good embedded database with replication support?

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

Our great sponsors
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • SonarLint - Clean code begins in your IDE with SonarLint
  • Mergify - Updating dependencies is time-consuming.
  • 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

  • go-dqlite

    Go bindings for libdqlite

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

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • rqlite

    The lightweight, 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