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

#788 in Database interfaces

Download history 552/week @ 2024-09-18 1093/week @ 2024-09-25 1168/week @ 2024-10-02 2706/week @ 2024-10-09 4981/week @ 2024-10-16 3867/week @ 2024-10-23 4941/week @ 2024-10-30 4849/week @ 2024-11-06 5868/week @ 2024-11-13 4787/week @ 2024-11-20 5717/week @ 2024-11-27 6459/week @ 2024-12-04 4467/week @ 2024-12-11 4815/week @ 2024-12-18 1873/week @ 2024-12-25 4089/week @ 2025-01-01

16,607 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

~26–42MB
~694K SLoC