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

#1542 in Database interfaces

Download history 295/week @ 2024-01-01 603/week @ 2024-01-08 341/week @ 2024-01-15 568/week @ 2024-01-22 736/week @ 2024-01-29 656/week @ 2024-02-05 387/week @ 2024-02-12 72/week @ 2024-02-19 1387/week @ 2024-02-26 368/week @ 2024-03-04 333/week @ 2024-03-11 61/week @ 2024-03-18 89/week @ 2024-03-25 153/week @ 2024-04-01 46/week @ 2024-04-08 51/week @ 2024-04-15

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

MIT/Apache

755KB
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–29MB
~425K SLoC