arrow
by
apache

Description: Apache Arrow is the universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics

View on GitHub ↗

Summary Information

Updated 36 minutes ago
Added to GitGenius on January 3rd, 2025
Created on February 17th, 2016
Open Issues & Pull Requests: 2,568 (+5)
Number of forks: 4,174
Total Stargazers: 16,915 (+0)
Total Subscribers: 340 (+0)

Issue Activity (beta)

Open issues: 2,240
New in 7 days: 20
Closed in 7 days: 14
Avg open age: 832 days
Stale 30+ days: 2,012
Stale 90+ days: 1,663

Recent activity

Opened in 7 days: 13
Closed in 7 days: 11
Comments in 7 days: 29
Events in 7 days: 125

Top labels

  • Type: enhancement (14,320)
  • Component: C++ (10,000)
  • Type: bug (9,883)
  • Component: Python (5,834)
  • Component: R (2,728)
  • Type: task (2,158)
  • Component: Continuous Integration (2,116)
  • Status: stale-warning (1,992)

Repository Insights (GitGenius)

Median issue/PR response: 1659.2 days
Mean response time: 1409.5 days
90th percentile: 2427.7 days
Tracked items: 478

Most active contributors

Detailed Description

Apache Arrow is a columnar data format and cross-language toolkit maintained by the Apache Software Foundation, designed to enable fast data interchange and in-memory analytics across heterogeneous systems. The project provides a standardized in-memory representation of data that allows different programming languages and data systems to efficiently share, process, and analyze information without expensive serialization overhead.

The core of Apache Arrow consists of several interconnected components. The Arrow Columnar Format defines a standard and efficient in-memory representation for various data types, including nested structures. The Arrow IPC Format provides efficient serialization of columnar data and metadata for interprocess communication and cross-environment data exchange. The Arrow Flight RPC protocol, built on top of the IPC format, enables remote services to exchange Arrow data with application-defined semantics, making it suitable for storage servers and database systems. Additionally, ADBC (Arrow Database Connectivity) offers Arrow-powered APIs, drivers, and libraries for accessing databases and query engines.

The repository contains reference implementations across multiple programming languages. The main Apache Arrow repository includes C++ libraries, Python bindings, R libraries, Ruby libraries, and C bindings using GLib. Gandiva, an LLVM-based expression compiler, is integrated into the C++ codebase for optimized query execution. Separate repositories maintain implementations for Go, Java, JavaScript, Julia, Rust, Swift, and .NET, reflecting Arrow's commitment to true cross-language interoperability.

The Arrow libraries provide numerous software components beyond the core format. These include columnar vector and table-like containers supporting flat or nested types, a language-agnostic metadata messaging layer using Google's FlatBuffers, reference-counted off-heap buffer memory management for zero-copy data sharing, IO interfaces for local and remote filesystems, and self-describing binary wire formats for RPC and IPC. The project includes integration tests verifying binary compatibility between implementations and provides readers and writers for widely-used file formats such as Parquet and CSV.

Activity data shows substantial ongoing development and community engagement. The repository has tracked 7443 issues and pull requests with a median response latency of zero hours, indicating active triage and maintenance. Enhancement requests represent the largest category of tracked issues with 4049 items, followed by 3291 C++ component issues and 2699 bug reports. The most active contributors include thisisnic with 4713 tracked events, kou with 4231 events, and pitrou with 3203 events, demonstrating consistent community involvement. The project maintains connections with other major data ecosystem projects including pandas, Apache DataFusion, and Microsoft VSCode through overlapping contributor networks, positioning Arrow as a central infrastructure component for the broader data engineering and analytics ecosystem.

arrow
by
apacheapache/arrow

Repository Details

Fetching additional details & charts...