45 releases

0.21.0 Dec 18, 2024
0.21.0-rc.5 Dec 17, 2024
0.20.3 Dec 3, 2024
0.20.2 Nov 28, 2024
0.18.2 Aug 29, 2024

#881 in Database interfaces

Download history 1067/week @ 2024-09-27 1445/week @ 2024-10-04 4360/week @ 2024-10-11 4342/week @ 2024-10-18 3730/week @ 2024-10-25 5014/week @ 2024-11-01 5688/week @ 2024-11-08 5203/week @ 2024-11-15 5273/week @ 2024-11-22 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 4821/week @ 2025-01-10

16,367 downloads per month
Used in 47 crates (28 directly)

MIT/Apache

1.5MB
27K 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 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

~27–42MB
~697K SLoC