Marmot - a distributed SQLite replicator

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

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • marmot

    A distributed SQLite replicator built on top of NATS

    I’ve been working Marmot on making a multi-master replicator for SQLite. Unlike rqlite (which requires single master and everyone to communicate to that single master); or litestream (which is meant for backup, copying page level changes, and then using CLI to reconstruct those changes). Marmot aims to be a simple tool, that will let you replicate your changes across various nodes, without requiring you to change your code. That means if you have a site that you are running on top of SQLite, and want to spin-up another node to scale horizontally. Now you can do it by running marmot on those nodes and just connecting them together.

  • litefs

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

    I really like the ongoing innovation in the SQLite ecosystem! How does this compare to LiteFS? https://github.com/superfly/litefs

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

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