Skip to main content

Crate laminar_storage

Crate laminar_storage 

Source
Expand description

Checkpoint persistence and object store integration.

Re-exports§

pub use checkpoint_manifest::CheckpointManifest;
pub use checkpoint_manifest::ConnectorCheckpoint;
pub use checkpoint_manifest::OperatorCheckpoint;
pub use checkpoint_store::CheckpointStore;
pub use checkpoint_store::CheckpointStoreError;
pub use checkpoint_store::FileSystemCheckpointStore;
pub use checkpoint_store::ObjectStoreCheckpointStore;
pub use checkpoint_store::RecoveryReport;
pub use checkpoint_store::ValidationIssue;
pub use checkpoint_store::ValidationResult;

Modules§

checkpoint_manifest
Unified checkpoint manifest types Checkpoint manifest types.
checkpoint_store
Checkpoint persistence trait and filesystem/object store implementations Checkpoint persistence via the CheckpointStore trait.
object_store_builder
Object store factory — builds S3, GCS, Azure, or local backends from URL schemes. Factory for building ObjectStore instances from URL schemes.