Arrow2 0.9 has been released

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • arrow2

    Discontinued Transmute-free Rust library to work with the Arrow format

  • For the IPC format, an example is here: https://github.com/jorgecarleitao/arrow2/tree/main/examples/ipc_pyarrow

  • arrow-rs

    Official Rust implementation of Apache Arrow

  • Deeply nested parquet support would be nice. Even the official implementation lack this. https://github.com/apache/arrow-rs/issues/993

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • planus

  • flatbuffers dependency was replaced by planus, a re-implementation of the flatbuffers specification in Rust (you should check out that project, awesome work by @kristoff3r and @TethysSvensson) lower risks of unsound easier-to-maintain code base

  • miri

    An interpreter for Rust's mid-level intermediate representation

  • One way to detect occurences of undefined behavior is running the code under test with MIRI.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts