# @loaders.gl/parquet

> Framework-independent loader for Apache Parquet files

Latest version **4.5.1** (published 2026-09-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install @loaders.gl/parquet
pnpm add @loaders.gl/parquet
yarn add @loaders.gl/parquet
bun add @loaders.gl/parquet
```

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 4.5.1 |
| Published | 2026-09-09 |
| First published | 2021-07-04 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 854 |
| Maintainers | pessimistress, kylebarron, ibgreen, dryabinin, belom88, dterekhova, openjs-operations, felixpalmer |
| Keywords | loader, parser, table, parquet, streaming, cloud native, geoparquet, Apache Parquet, apache-parquet |

## Links

- npm: https://www.npmjs.com/package/@loaders.gl/parquet
- Repository: https://github.com/visgl/loaders.gl
- Homepage: https://github.com/visgl/loaders.gl#readme
- Issues: https://github.com/visgl/loaders.gl/issues
- npm.io page: https://npm.io/package/@loaders.gl/parquet

## Alternatives

- [@lexical/table](https://npm.io/package/@lexical/table.md) — 3.0M weekly downloads
- [mantine-datatable](https://npm.io/package/mantine-datatable.md) — 98.2K weekly downloads
- [react-native-collapsible-tab-view](https://npm.io/package/react-native-collapsible-tab-view.md) — 70.6K weekly downloads
- [@handsontable/vue3](https://npm.io/package/@handsontable/vue3.md) — 16.1K weekly downloads
- [vuewordcloud](https://npm.io/package/vuewordcloud.md) — 7.2K weekly downloads

## Recent versions

- 4.5.1 (latest) — 2026-09-09
- 5.0.0-alpha.6 (beta) — 2026-09-14
- 4.5.0-alpha.1 (v4.5-beta) — 2026-08-21
- 5.0.0-alpha.5 — 2026-08-30
- 5.0.0-alpha.4 — 2026-08-30
- 5.0.0-alpha.3 — 2026-08-30
- 5.0.0-alpha.2 — 2026-08-21
- 4.4.5 — 2026-08-21
- 4.4.4 — 2026-08-01
- 5.0.0-alpha.1 — 2026-08-01
- 4.4.3 — 2026-06-13
- 4.4.2 — 2026-05-13
- 4.4.1 — 2026-03-31
- 4.4.0 — 2026-03-31
- 4.4.0-alpha.19 — 2026-03-30
- … 193 more at https://npm.io/package/@loaders.gl/parquet/versions

## README

# loaders.gl

<p align="center">
  <img src="https://badge.fury.io/js/%40loaders.gl%2Fcore.svg" />
  <img src="https://flat.badgen.net/badge/icon/Typed?icon=typescript&label&labelColor=blue&color=555555)" />
  <img src="https://img.shields.io/badge/License-MIT-green.svg" />
  <img src="https://img.shields.io/npm/dm/@loaders.gl/core.svg" />
  <br />
</p>

[loaders.gl](https://loaders.gl) is a framework in the [vis.gl](https://vis.gl) framework suite that provides a collection of framework-independent loaders focused on geospatial, 3D and big data visualization use cases.

## Documentation

loaders.gl is extensively documented on the [loaders.gl](https://loaders.gl) website.

## Contributing

See [CONTRIBUTING.md](CONTRIBUTING.md).

## Build and test workflows

- Run `yarn build-modules` to execute the existing ocular and lerna build flow for modules. The default `yarn build` command delegates to this script for backward compatibility.
- Run `yarn test` to list available test modes, or `yarn test full` for the standard module test suite.
- Run `yarn build-apps` to run the tile-converter app build (currently the only app in this repository).
- Run `yarn test-apps` to exercise the tile-converter app test/build script when available.

## License

loaders.gl is licensed under a permissive open source license, using an MIT umbrella license.

Some individual loaders are forked from other open source code bases that are licensed be under different but compatible permissive licenses such as Apache 2 or BSD.

No code that uses proprietary, copy-left or non-permissive licenses is included in loaders.gl.

You can check the "Attributions" section for each loader module before you install it if the details matter to you.

---
_Source: https://npm.io/package/@loaders.gl/parquet · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
