This package browser is in early development. Mind the rough edges.

apache-arrow 21.0.0

Columnar in-memory analytics

Apache Arrow is a columnar in-memory analytics layer designed to accelerate big data. It houses a set of canonical in-memory representations of flat and hierarchical data along with multiple language-bindings for structure manipulation. It also provides IPC and common algorithm implementations.

Installation

Install apache-arrow 21.0.0 as follows:

guix install apache-arrow@21.0.0

Or install the latest version:

guix install apache-arrow

The apache-arrow package provides more outputs besides the default (out). You can install them by appending :output-name to the package specification. For example:

guix install apache-arrow:include
guix install apache-arrow:lib

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.