Apache Arrow#
Apache Arrow is a universal columnar format and multi-language toolbox for fast data interchange and in-memory analytics.
The project specifies a language-independent column-oriented memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware. The project houses an actively developed collection of libraries in many languages for solving problems related to data transfer and in-memory analytical processing. This includes such topics as:
Zero-copy shared memory and RPC-based data movement
Reading and writing file formats (like CSV, Apache ORC, and Apache Parquet)
In-memory analytics and query processing
To learn how to use Arrow refer to the documentation specific to your target environment.
Read about the Apache Arrow format and its related specifications and protocols.
Find documentation on building the libraries from source, building the documentation, contributing and code reviews, continuous integration, benchmarking, and the release process.