Store
AllSource Core
Rust event-store database for ordered, immutable application events, replay, and point-in-time inspection.
- Holds
- Application events and system metadata in a CRC32-checked WAL, Parquet persistence, and concurrent indexes.
- Use when
- Your application needs durable history, provenance, replay, or event-sourced state.
- Boundary
- Not PostgreSQL, a vector database, a cache, or the hosted control plane.
