links-logs-vault 0.20.0

An associative log vault with LiNo text and compact binary stores
Documentation
1
2
3
4
5
6
7
8
9
//! Associative storage, ingestion, and search primitives for log data.

mod model;
mod pipeline;
mod vault;

pub use model::{LogLevel, LogPayload, LogRecord, Query, StorageFormat, StoredRecord};
pub use pipeline::{AddField, Filter, MinimumLevel, Pipeline};
pub use vault::{Vault, VaultError};