50 releases (4 breaking)

0.22.1 Feb 20, 2025
0.22.1-rc.1 Feb 19, 2025
0.21.0 Dec 18, 2024
0.20.3 Dec 3, 2024
0.18.2 Aug 29, 2024

#1285 in Database interfaces

Download history 5746/week @ 2024-11-29 5914/week @ 2024-12-06 4608/week @ 2024-12-13 3622/week @ 2024-12-20 2058/week @ 2024-12-27 5061/week @ 2025-01-03 5719/week @ 2025-01-10 5214/week @ 2025-01-17 4592/week @ 2025-01-24 5716/week @ 2025-01-31 4773/week @ 2025-02-07 4250/week @ 2025-02-14 6141/week @ 2025-02-21 8035/week @ 2025-02-28 13937/week @ 2025-03-07 9971/week @ 2025-03-14

39,149 downloads per month
Used in 48 crates (30 directly)

MIT/Apache

1.5MB
29K SLoC

Rerun chunk 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_chunk_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 chunk store, implemented on top of Apache Arrow using the arrow 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

~29–45MB
~754K SLoC