-
then there is https://github.com/benbjohnson/litestream
-
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.
-
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
-
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-...
-
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