27 releases

new 0.19.1 Nov 5, 2024
0.19.1-rc.6 Nov 4, 2024
0.19.0 Oct 17, 2024
0.18.2 Aug 29, 2024

#976 in Database interfaces

Download history 171/week @ 2024-08-06 845/week @ 2024-08-13 353/week @ 2024-08-20 1101/week @ 2024-08-27 415/week @ 2024-09-03 414/week @ 2024-09-10 525/week @ 2024-09-17 975/week @ 2024-09-24 1066/week @ 2024-10-01 2055/week @ 2024-10-08 5134/week @ 2024-10-15 3926/week @ 2024-10-22 4839/week @ 2024-10-29

16,317 downloads per month
Used in 33 crates (20 directly)

MIT/Apache

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

~16–26MB
~402K SLoC