Resources
Architecture
Technical entry points for the StrataDB engine, embedded runtime, branch model, durability path, and data capabilities.
Core reads
Index→Internals→Concept→
Architecture
The public architecture front door for layers, runtime modes, durability, and data capabilities.
Engine internals
A deeper technical surface covering MVCC, storage layout, recovery, vector indexing, and tests.
Embedded architecture
How StrataDB runs as a local embedded database rather than a separate service.
Topics
Branches
Branches
Branch isolation, fork, diff, preview, merge, and deletion.
Open →CommitsCommits
The write clock, commit history, and how changes become visible.
Open →DurabilityDurability
What the durable runtime promises and how failures are surfaced.
Open →DataData capabilities
How KV, JSON, events, vectors, and graph share the same state model.
Open →