| Crates.io | re_arrow_store |
| lib.rs | re_arrow_store |
| version | 0.12.0-alpha.3 |
| created_at | 2023-02-12 18:37:35.665383+00 |
| updated_at | 2024-01-02 06:29:51.62559+00 |
| 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 | 783385 |
| size | 494,508 |
Part of the rerun family of crates.
Apache Arrow is a language-independent columnar memory format for arbitrary data.
The re_arrow_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.