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

#260 in Database implementations

Download history 937/week @ 2024-10-16 236/week @ 2024-10-23 531/week @ 2024-10-30 729/week @ 2024-11-06 619/week @ 2024-11-13 750/week @ 2024-11-20 552/week @ 2024-11-27 784/week @ 2024-12-04 791/week @ 2024-12-11 372/week @ 2024-12-18 21/week @ 2024-12-25 200/week @ 2025-01-01 482/week @ 2025-01-08 814/week @ 2025-01-15 892/week @ 2025-01-22 730/week @ 2025-01-29

2,996 downloads per month
Used in 12 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–28MB
~432K SLoC