#rqlite — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #rqlite, aggregated by home.social.
-
@polarcoder Nice article, but it's aged a bit. #LiteFS and #rqlite are doing some really interesting things with distributed SQLite. I wrote up an article about LiteFS (using Go, but usable in all languages) if you're curious. 😊 https://www.golang.dk/articles/distributed-sqlite-with-litefs
-
@serge The Litestream website has a nice overview of similar alternatives: https://litestream.io/alternatives/
Quite nice selection for various priorities and trade-offs.
TL;DR:
- #Litestream is primarily for disaster recovery
- #LiteFS is a distributed file system from the same authors for "high availability and low global latency"
- #rqlite (and #dqlite) "trades higher durability for lower write throughput"