12 releases

0.18.2 Aug 29, 2024
0.18.1 Aug 29, 2024

#540 in Database interfaces

Download history 913/week @ 2024-08-11 310/week @ 2024-08-18 1062/week @ 2024-08-25 472/week @ 2024-09-01 427/week @ 2024-09-08

2,302 downloads per month
Used in 30 crates (18 directly)

MIT/Apache

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

~15–25MB
~375K SLoC