tsink 0.10.2

A lightweight embedded time-series database with a straightforward API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
mod builders;
mod persisted;
mod segments;

pub(in crate::engine::storage_engine::tests) use self::builders::{
    base_storage_test_options, builder_at_time, default_future_skew_window,
};
pub(in crate::engine::storage_engine::tests) use self::persisted::{
    live_numeric_storage_with_config, open_raw_numeric_storage_from_data_path,
    open_raw_numeric_storage_from_data_path_with_background_fail_fast,
    open_raw_numeric_storage_with_registry_snapshot_from_data_path, persistent_numeric_storage,
    persistent_numeric_storage_with_metadata_shards, persistent_rollup_storage,
    reopen_persistent_numeric_storage, reopen_persistent_rollup_storage,
};
pub(in crate::engine::storage_engine::tests) use self::segments::make_persisted_numeric_chunk;