Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 744 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 744 Bytes

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