Our great sponsors
-
then there is https://github.com/benbjohnson/litestream
-
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 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].
[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?