LiteSync – Easy synchronization of SQLite databases

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

Our great sponsors
  • InfluxDB - Access the most powerful time series database as a service
  • SonarQube - Static code analysis for 29 languages.
  • SaaSHub - Software Alternatives and Reviews
  • litestream

    Streaming replication for SQLite.

  • 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

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • rqlite

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

  • 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