[go: up one dir, main page]

Crate re_data_store

source ·
Expand description

The Rerun datastore, 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

  • deadlock_detection — Enables parking_lot’s deadlock detection background thread.

  • polars — Integration with polars, to efficiently use the datastore with dataframes.

Re-exports

Modules

Structs

Enums

Traits

Type Aliases