Skip to content
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.

ModuleDescription
strata_serverstrata_server — top-level bootstrap.
strata_server/admin_channelRead-only admin status channel.
strata_server/admin_statusRead-only admin status snapshot encoding.
strata_server/authConnection-time authentication for strata.
strata_server/checkpointOne recoverable checkpoint for document state and deletion parent links.
strata_server/codecStrata wire codec for beryl.
strata_server/doc_presenceTracks live socket counts per document for read-only admin status.
strata_server/document_channelBeryl channel handler for strata document topics.
strata_server/observationsBounded, process-local operational measurements. No document IDs or payloads
strata_server/staticStatic file serving for the strata HTTP layer.
strata_server/storePersistent document store backed by shelf (ETS + DETS).