Good embedded database with replication support?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • 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

  • 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
  • Ask HN: What is your distributed and fault-tolerant PostgreSQL setup?

    2 projects | news.ycombinator.com | 26 Dec 2022