apache/arrow-rs
Official Rust implementation of Apache Arrow observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 99
- Release rhythm 96
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 15
- age_days: 1964
- days_rel: 27
- days_push: 7
- n_releases_24m: 32
Adoption not part of the score
3592 stars · 1281 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
The official Rust implementation of Apache Arrow, providing the in-memory columnar format, and of Apache Parquet for columnar file reading and writing. It ships as a set of crates including core arrow arrays, compute kernels, IPC, CSV/JSON support, and the parquet crate.
Use cases
- read and write parquet files in rust
- columnar in-memory data processing
- zero-copy data interchange between processes
- build analytical query engines in rust
- convert csv and json to arrow record batches
- efficient data transfer between rust and python via arrow
When to choose
- you need fast, memory-efficient columnar data processing in Rust
- you are reading or writing Parquet files
- you want zero-copy interoperability with other Arrow implementations like PyArrow
- you are building data infrastructure such as query engines or ETL pipelines in Rust
When to avoid
- you just need simple row-based data handling with small datasets
- you need the full C++ feature set such as Flight SQL or Gandiva
- your project is not in Rust and native bindings exist for your language
Facets
library · maturity active
serialization parser data-science etl databases big-data analytics developer-tools rust cross-platform apache-arrow parquet columnar-format in-memory-analytics zero-copy dataframes data-engineering
10 sources
- readme: https://github.com/apache/arrow-rs · fetched 2026-08-28 · 35263ca8bfab
- homepage: https://arrow.apache.org/ · fetched 2026-08-29 · 6d4fe8b813e4
- site_page: https://arrow.apache.org/install · fetched 2026-08-29 · 49746bd5a01f
- site_page: https://arrow.apache.org/docs · fetched 2026-08-29 · 019af2cc6d05
- site_page: https://arrow.apache.org/docs/format/Columnar.html · fetched 2026-08-29 · 1865d8487754
- site_page: https://arrow.apache.org/docs/c_glib · fetched 2026-08-29 · f10a4eb11b9b
- site_page: https://arrow.apache.org/docs/cpp · fetched 2026-08-29 · c6752d031e57
- site_page: https://arrow.apache.org/docs/python · fetched 2026-08-29 · 7bf112b1dd74
- site_page: https://arrow.apache.org/faq · fetched 2026-08-29 · 23376e75a49d
- site_page: https://arrow.apache.org/release · fetched 2026-08-29 · 052acd09a846
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| apache/arrow-rs | main | 98 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem