Skip to main content

Crate concept_store

Crate concept_store 

Source
Expand description

The memory-mapped concept store.

A redb database holding one code system version’s concepts, displays, designations, and property values, keyed by dense ordinal, that the terminology operations read point-wise: $lookup and $validate-code resolve a code here without touching the graph. Built offline by ferroterm-build, opened read-only by the server. No spec governs the layout: our own design (docs/architecture.md decision 3).

Modules§

builder
Writing an artifact, offline, in one transaction.
keys
A sorted u64 key to u32 ordinal table beside an artifact.
record
The byte encodings of the stored records.
store
Read-only access to a built artifact.
tables
The table set of one artifact.