Strata is pre-1.0. APIs, protocol, and storage format may change.
strata_server
This reference comes from Gleam documentation metadata for
strata_server 0.1.0.
| Module | Description |
|---|---|
strata_server | strata_server — top-level bootstrap. |
strata_server/admin_channel | Read-only admin status channel. |
strata_server/admin_status | Read-only admin status snapshot encoding. |
strata_server/auth | Connection-time authentication for strata. |
strata_server/checkpoint | One recoverable checkpoint for document state and deletion parent links. |
strata_server/codec | Strata wire codec for beryl. |
strata_server/doc_presence | Tracks live socket counts per document for read-only admin status. |
strata_server/document_channel | Beryl channel handler for strata document topics. |
strata_server/observations | Bounded, process-local operational measurements. No document IDs or payloads |
strata_server/static | Static file serving for the strata HTTP layer. |
strata_server/store | Persistent document store backed by shelf (ETS + DETS). |