re_chunk_store

Crates.iore_chunk_store
lib.rsre_chunk_store
version0.19.1
sourcesrc
created_at2024-08-12 12:43:36.634523
updated_at2024-11-05 10:54:30.56884
descriptionA storage engine for Rerun's Chunks
homepagehttps://rerun.io
repositoryhttps://github.com/rerun-io/rerun
max_upload_size
id1334414
size279,907
rerun.io (rerunio)

documentation

README

Rerun chunk 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_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.

Commit count: 4811

cargo fmt