Chevron DownCommand-Line Reference
Chevron DownAPI Reference

Overview

logo

The @loaders.gl/arrow module handles Apache Arrow, an emerging standard for large in-memory columnar data.

Installation

npm install @loaders.gl/core @loaders.gl/arrow

Loaders and Writers

Loader
ArrowLoader
ArrowWorkerLoader
Writer
ArrowWriter

Additional APIs

Arrow provides a rich JavaScript API for working with Arrow formatted data. Please refer to the ArrowJS API documentation.

Attributions

@loaders.gl/arrow was developed with the benefit of extensive technical advice from Paul Taylor @ Graphistry.