57 releases (10 breaking)

0.12.0-alpha.3 Jan 2, 2024
0.12.0-alpha.2 Dec 26, 2023
0.11.0 Nov 28, 2023
0.8.0 Jul 27, 2023
0.4.0 Mar 28, 2023

#2276 in Database interfaces

Download history 9/week @ 2024-06-27 3/week @ 2024-07-04 18/week @ 2024-07-11 18/week @ 2024-07-18 38/week @ 2024-07-25 15/week @ 2024-08-01 26/week @ 2024-08-15 64/week @ 2024-08-22 99/week @ 2024-08-29 62/week @ 2024-09-05 15/week @ 2024-09-12 78/week @ 2024-09-19 29/week @ 2024-09-26 11/week @ 2024-10-03 9/week @ 2024-10-10

130 downloads per month
Used in 4 crates (2 directly)

MIT/Apache

745KB
15K SLoC

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.


lib.rs:

The Rerun datastore, implemented on top of Apache Arrow using the arrow2 crate.

This 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.

Feature flags

Dependencies

~14–27MB
~428K SLoC