Not a database. A storage engine. POMSE is the
page-oriented substrate beneath your AI stack—E9‑routed,
vector-native, crash-resilient, and built from the metal up in Rust.
Every key lands in its optimal page — placed by a 9-state recursive dynamical system. No hash collisions. No hot shards. Self-optimizing placement that learns your access patterns.
P0 Routing state
P1–P4 Recursive refinement
P5–P8 Overflow & compaction
Every capability is a page. Slot them together. No bloat. No magic.
Store, index, and query embeddings at the storage level — no translation layer. Cosine, dot, L2 built in.
Append-only write-ahead log. Crash recovery is O(1). Every write accounted. No data loss, ever.
No fixed block sizes. Logical pages adapt to your workload. E9 metadata rides on every page header.
Pure Rust. No runtime. No GC. Every byte accounted. C FFI for integration into any stack.
axum HTTP server with WebSocket push. REST API for all storage ops. Ready for distributed deployment.
Single TOML file defines your storage topology. No DSL, no YAML maze. Point, run, store.
Core engine compiled, passing all tests. Production-ready substrate.
From the E9 router at the top to the config at the base — every layer is swappable, measurable, and open.
POMSE is licensed per-project. Source access, C FFI headers, documentation, and direct support included.