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

#1546 in Database interfaces

Download history 481/week @ 2024-01-19 682/week @ 2024-01-26 762/week @ 2024-02-02 326/week @ 2024-02-09 233/week @ 2024-02-16 581/week @ 2024-02-23 1113/week @ 2024-03-01 352/week @ 2024-03-08 94/week @ 2024-03-15 72/week @ 2024-03-22 145/week @ 2024-03-29 66/week @ 2024-04-05 50/week @ 2024-04-12 53/week @ 2024-04-19 78/week @ 2024-04-26 43/week @ 2024-05-03

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

MIT/Apache

1MB
16K 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

~13–27MB
~420K SLoC