re_arrow_store

Crates.iore_arrow_store
lib.rsre_arrow_store
version0.12.0-alpha.3
sourcesrc
created_at2023-02-12 18:37:35.665383
updated_at2024-01-02 06:29:51.62559
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
id783385
size494,508
rerun.io (rerunio)

documentation

README

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

Commit count: 4811

cargo fmt