50 releases (4 breaking)

new 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

#1346 in Database interfaces

Download history 4941/week @ 2024-10-30 4849/week @ 2024-11-06 5868/week @ 2024-11-13 4787/week @ 2024-11-20 5717/week @ 2024-11-27 6459/week @ 2024-12-04 4467/week @ 2024-12-11 4815/week @ 2024-12-18 1873/week @ 2024-12-25 4089/week @ 2025-01-01 5353/week @ 2025-01-08 5141/week @ 2025-01-15 4916/week @ 2025-01-22 5230/week @ 2025-01-29 5269/week @ 2025-02-05 3498/week @ 2025-02-12

19,565 downloads per month
Used in 49 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

~28–44MB
~739K SLoC