re_data_store

Crates.iore_data_store
lib.rsre_data_store
version0.17.0
sourcesrc
created_at2023-02-12 18:40:29.807974
updated_at2024-07-08 13:47:58.7695
descriptionAn in-memory time series database for Rerun log data, based on Apache Arrow
homepagehttps://rerun.io
repositoryhttps://github.com/rerun-io/rerun
max_upload_size
id783387
size305,200
rerun.io (rerunio)

documentation

README

Rerun data store

Part of the rerun family of crates.

Latest version Documentation MIT Apache

Apache Arrow is a language-independent columnar memory format for arbitrary data.

The re_data_store crate is an in-memory time series database for Rerun log data. It is indexed by entity path, component, timeline, and time. It supports out-of-order insertions, and fast O(log(N)) queries.

Commit count: 4105

cargo fmt