55 releases (5 breaking)

new 0.23.0-rc.3 Apr 17, 2025
0.22.1 Feb 20, 2025
0.21.0 Dec 18, 2024
0.20.2 Nov 28, 2024

#1210 in Database interfaces

Download history 1861/week @ 2024-12-26 4620/week @ 2025-01-02 5815/week @ 2025-01-09 5091/week @ 2025-01-16 4669/week @ 2025-01-23 5228/week @ 2025-01-30 5100/week @ 2025-02-06 4235/week @ 2025-02-13 6506/week @ 2025-02-20 6840/week @ 2025-02-27 12770/week @ 2025-03-06 13091/week @ 2025-03-13 10821/week @ 2025-03-20 6793/week @ 2025-03-27 10153/week @ 2025-04-03 10106/week @ 2025-04-10

39,905 downloads per month
Used in 52 crates (31 directly)

MIT/Apache

2MB
37K SLoC

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


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.

Dependencies

~31–45MB
~730K SLoC