114 releases (15 breaking)

0.17.0 Jul 8, 2024
0.17.0-alpha.8 Jun 25, 2024
0.15.0-alpha.5 Mar 29, 2024
0.12.0-alpha.2 Dec 26, 2023
0.4.0 Mar 28, 2023

#160 in Database implementations

Download history 8047/week @ 2024-08-26 7149/week @ 2024-09-02 7003/week @ 2024-09-09 5434/week @ 2024-09-16 6029/week @ 2024-09-23 2231/week @ 2024-09-30 3068/week @ 2024-10-07 1343/week @ 2024-10-14 421/week @ 2024-10-21 450/week @ 2024-10-28 750/week @ 2024-11-04 536/week @ 2024-11-11 719/week @ 2024-11-18 509/week @ 2024-11-25 884/week @ 2024-12-02 792/week @ 2024-12-09

2,917 downloads per month
Used in 11 crates (2 directly)

MIT/Apache

745KB
15K SLoC

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.


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

~16–27MB
~424K SLoC