Skip to main content

Module sync

Module sync 

Source
Expand description

Sync layer — writer (long-lived WS) and reader (short-lived REST backfill). Lockfile coordinates at most one writer per machine.

Re-exports§

pub use local_pusher::IngestError;
pub use local_pusher::LocalPusher;
pub use lockfile::LockKind;
pub use lockfile::Lockfile;
pub use reader::backfill_once;
pub use reader::BackfillBudget;
pub use reader::BackfillError;
pub use writer::Writer;

Modules§

local_pusher
Local-clip ingest path.
lockfile
map
reader
writer
Long-lived WS-driven sync writer.