sift_stream 0.9.1

A robust Sift telemetry streaming library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#[cfg(feature = "unstable")]
pub mod bench;

#[cfg(test)]
mod test;

/// Concerned with ingestion-config-based streaming.
pub mod ingestion_config;

/// Concerned with file-backup-based streaming.
pub mod file_backup;

/// Transport for live streaming without disk backups.
pub mod live_only;

/// Transport for live streaming with disk backups and checkpointing.
pub mod live_with_backups;