Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 440 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 440 Bytes

Description

This repo demonstrates reading a parquet file with Node.js using parquetjs-lite and nestjs.

Go straight to ParquetReader here.

Installation

yarn install

Running the app

# development
yarn run start

# watch mode
yarn run start:dev

Test

curl 127.0.0.1:3000/read-parquet