Skip to main content

Get Started

Installing Arrow JS

The Apache Arrow JS bindings are published as an npm module.

npm install apache-arrow
# or
yarn add apache-arrow

Importing Arrow JS

You should now be able to import arrow into your projects

import {Table} from 'apache-arrow';