LiteSync – Easy synchronization of SQLite databases

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
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
  1. litestream

    Streaming replication for SQLite.

    then there is https://github.com/benbjohnson/litestream

  2. Stream

    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.

    Stream logo
  3. litefs

    FUSE-based file system for replicating SQLite databases across a cluster of machines

    Litestream is one-way replication, so it can't sync across multiple writers.

    LiteFS is Ben Johnson's newer project that does SQLite synchronization across nodes: https://github.com/superfly/litefs

  4. rqlite

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

    rqlite author here -- happy to answer any questions. While rqlite[1] does replicate a SQLite database, it's not simply a replication system (just to be clear). It's a distributed database that uses SQLite as its database engine, and replicates for fault tolerance. That said, it mostly exposes SQLite via its HTTP API, so can work for many SQLite applications[2].

    [1] https://rqlite.io

    [2] https://rqlite.io/docs/faq/#is-it-a-drop-in-replacement-for-...

  5. xrc4

    eXtended RC4

    Looks like it uses a homemade version of RC4 (mentioned here https://litesync.io/en/licensing.html):

    Many have discouraged the use of RC4 for its weaknesses. But why not enhance it? Or create another algorithm based on it?

    https://github.com/litereplica/xrc4

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

  • Litestream doesn't do SQLite replication anymore (LiteFS does)

    9 projects | news.ycombinator.com | 14 Oct 2022
  • Rearchitecting: Redis to SQLite

    5 projects | news.ycombinator.com | 25 Sep 2024
  • Why SQLite Is Taking over with Brian Holt and Marco Bambini

    5 projects | news.ycombinator.com | 12 Jun 2024
  • Ask HN: What is your distributed and fault-tolerant PostgreSQL setup?

    2 projects | news.ycombinator.com | 26 Dec 2022
  • LibSQL is an open source, open contribution fork of SQLite

    3 projects | news.ycombinator.com | 5 Oct 2022

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