benbjohnson/litestream
Streaming replication for SQLite. observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 96
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 13
- age_days: 2157
- days_rel: 28
- days_push: 7
- n_releases_24m: 18
Adoption not part of the score
14306 stars · 402 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Litestream is a standalone disaster recovery tool for SQLite that runs as a background process and continuously streams database changes to S3-compatible object storage or local files. It communicates only through the SQLite API, enabling point-in-time recovery without code changes to existing applications.
Use cases
- continuously back up a SQLite database to S3
- restore a SQLite database after a server crash
- run a single-server app with replicated SQLite storage
- replicate SQLite changes to MinIO or other S3-compatible storage
- achieve point-in-time recovery for SQLite without code changes
- cheap offsite disaster recovery for small databases
When to choose
- you run SQLite on a single server and need no-worry backups
- you want low-cost replication using cheap object storage
- you need disaster recovery without modifying your application code
When to avoid
- you need multi-master or active-active replication across servers
- you require a full relational database server with concurrent writers
- your database is too large or write-heavy for SQLite
Facets
cli-tool · maturity active
database backup streaming developer-tools databases self-hosted developer-tools backend windows go cli self-hosted sqlite disaster-recovery replication s3 object-storage point-in-time-recovery linux macos docker
4 sources
- readme: https://github.com/benbjohnson/litestream · fetched 2026-08-28 · be4deb279d62
- homepage: https://litestream.io · fetched 2026-08-29 · 08cede036807
- site_page: https://litestream.io/install · fetched 2026-08-29 · 40e89f6ff561
- site_page: https://litestream.io/getting-started · fetched 2026-08-29 · 2d9b753d18ac
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| benbjohnson/litestream | main | 98 |
For agents
markdown · JSON · MCP: product_card(name="benbjohnson/litestream")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem