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

#153 in Database implementations

Download history 458/week @ 2024-12-17 36/week @ 2024-12-24 122/week @ 2024-12-31 477/week @ 2025-01-07 740/week @ 2025-01-14 888/week @ 2025-01-21 887/week @ 2025-01-28 877/week @ 2025-02-04 879/week @ 2025-02-11 917/week @ 2025-02-18 918/week @ 2025-02-25 748/week @ 2025-03-04 705/week @ 2025-03-11 785/week @ 2025-03-18 912/week @ 2025-03-25 1617/week @ 2025-04-01

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

MIT/Apache

780KB
16K SLoC

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


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.

Dependencies

~16–28MB
~453K SLoC