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

#298 in Database implementations

Download history 537/week @ 2024-11-08 755/week @ 2024-11-15 591/week @ 2024-11-22 840/week @ 2024-11-29 705/week @ 2024-12-06 678/week @ 2024-12-13 154/week @ 2024-12-20 33/week @ 2024-12-27 364/week @ 2025-01-03 586/week @ 2025-01-10 893/week @ 2025-01-17 902/week @ 2025-01-24 868/week @ 2025-01-31 906/week @ 2025-02-07 319/week @ 2025-02-14

2,265 downloads per month
Used in 12 crates (2 directly)

MIT/Apache

740KB
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–28MB
~448K SLoC