Crates.io | re_data_store |
lib.rs | re_data_store |
version | 0.17.0 |
source | src |
created_at | 2023-02-12 18:40:29.807974 |
updated_at | 2024-07-08 13:47:58.7695 |
description | An in-memory time series database for Rerun log data, based on Apache Arrow |
homepage | https://rerun.io |
repository | https://github.com/rerun-io/rerun |
max_upload_size | |
id | 783387 |
size | 305,200 |
Part of the rerun
family of crates.
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.