Expand description
Materialize’s storage layer.
Re-exports§
pub use server::serve;
Modules§
- decode
- This module provides functions that build decoding pipelines from raw source streams.
- fuzz_
exports - Internal upsert types re-exported under
cfg(feature = "fuzzing")so the storage fuzz crate can drive the upsert state machine and value encodings directly. The modules themselves stay crate-private; this facade exposes only the items the fuzz targets need (mirroringmz-persist-clientandmz-pgwire). Not part of the public API. - internal_
control - Types for cluster-internal control messages that can be broadcast to all workers from individual operators/workers.
- metrics
- Metrics for all things storage.
- render
- Renders ingestions and exports into timely dataflow
- server
- An interactive dataflow server.
- sink
- Moving data to external systems
- source
- Types related to the creation of dataflow raw sources.
- statistics
- Helpers for managing storage statistics.
- storage_
state - Worker-local state for storage timely instances.