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

#2361 in Database interfaces

Download history 20/week @ 2024-07-19 42/week @ 2024-07-26 6/week @ 2024-08-02 31/week @ 2024-08-16 69/week @ 2024-08-23 99/week @ 2024-08-30 53/week @ 2024-09-06 14/week @ 2024-09-13 88/week @ 2024-09-20 20/week @ 2024-09-27 12/week @ 2024-10-04 7/week @ 2024-10-11 9/week @ 2024-10-18 32/week @ 2024-10-25 26/week @ 2024-11-01

76 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–28MB
~433K SLoC