Hacker symbol

November 2, 2022 ~ 1 min read

SQL lite Litestream


https://litestream.io/how-it-works/

Litestream is a streaming replication tool for SQLite databases. It runs as a separate background process and continuously copies write-ahead log pages from disk to one or more replicas.

Note To Self: This can be a useful replication mechanism with a light weigh db. Fly.io basically replicates their consul state with litestream.


Sebastian BolaƱos

Hi, I'm Sebastian. I'm a software developer from Costa Rica. You can follow me on Twitter. I enjoy working on distributed systems.