nokv / docs

Documentation

To your tools and agents, NoKV looks like a filesystem: paths, folders, files — mountable, listable, readable. Underneath, file bodies live as immutable blocks in your S3-compatible object store, and NoKV's built-in metadata engine keeps the namespace — what exists, where, in which version — transactional, queryable, and snapshot-able. No separate database to run.

Status single-node today · no HA · POSIX surface incomplete · distributed metadata on the roadmap

Core

What NoKV is, how it is built, and the surface agents speak.

Storage

How namespace records and file bodies are laid out and kept honest.

Operations

Publishing checkpoints atomically and measuring the system.