reductstore 1.19.0

ReductStore is a time series database designed specifically for storing and managing large amounts of blob data.
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright 2023 ReductSoftware UG
// Licensed under the Business Source License 1.1
pub mod bucket;
pub mod engine;
pub mod entry;
pub mod proto;

mod block_manager;
mod folder_keeper;
pub mod query;