Documentation / modules
FSStore
Put the neutral storage primitives under one owner-only local directory with crash-aware recovery.
Repository
| Field | Value |
|---|---|
| Repository | github.com/looprig/fsstore |
| Version | v0.4.0 |
| GitHub | looprig/fsstore |
Description
Put the neutral storage primitives under one owner-only local directory with crash-aware recovery.
Where it fits
FSStore is useful on its own when a Go application needs durable ledgers, key-value records, and blobs in an owner-controlled local directory. Within Looprig, it implements Storage for Harness, Flow Store, and local client deployments. FSStore chooses the filesystem backend; callers retain ownership of record meaning and retention policy.