Crates.io | re_chunk_store |
lib.rs | re_chunk_store |
version | 0.19.1 |
source | src |
created_at | 2024-08-12 12:43:36.634523 |
updated_at | 2024-11-05 10:54:30.56884 |
description | A storage engine for Rerun's Chunks |
homepage | https://rerun.io |
repository | https://github.com/rerun-io/rerun |
max_upload_size | |
id | 1334414 |
size | 279,907 |
Part of the rerun
family of crates.
Apache Arrow is a language-independent columnar memory format for arbitrary data.
The re_chunk_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.