40 releases

0.20.3 Dec 3, 2024
0.20.2 Nov 28, 2024
0.19.1 Nov 5, 2024
0.19.0 Oct 17, 2024
0.18.2 Aug 29, 2024

#910 in Database interfaces

Download history 572/week @ 2024-08-22 934/week @ 2024-08-29 416/week @ 2024-09-05 396/week @ 2024-09-12 593/week @ 2024-09-19 1080/week @ 2024-09-26 1339/week @ 2024-10-03 3585/week @ 2024-10-10 4577/week @ 2024-10-17 3862/week @ 2024-10-24 4994/week @ 2024-10-31 5052/week @ 2024-11-07 5593/week @ 2024-11-14 5085/week @ 2024-11-21 5745/week @ 2024-11-28 5353/week @ 2024-12-05

22,776 downloads per month
Used in 40 crates (20 directly)

MIT/Apache

1MB
23K 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

~17–28MB
~450K SLoC