Skip to main content

Crate alopex_skulk

Crate alopex_skulk 

Source
Expand description

Alopex Skulk wide-column time-series storage engine.

Version 0.3 separates the wide data model, durable Arrow/Parquet storage, and protocol-independent ingestion into explicit responsibility modules. The v0.2 single-value TSM/Gorilla format is intentionally unsupported.

Re-exports§

pub use error::Result;
pub use error::TsmError;
pub use model::Timestamp;

Modules§

error
Error and result types shared by Skulk components.
ingest
Protocol-independent ingestion and protocol decoder boundaries.
model
Wide time-series data model and series identity.
query
Public query types and the query-engine namespace.
store
Durable Arrow and Parquet storage components.