Description
Streaming Parquet reader.
Description
Please see the README on GitHub at https://github.com/manishsencha/parquet-haskell#readme
README.md
parquet-haskell
A Streaming Parquet reader for Haskell.
Description
parquet-haskell is a library for streaming data from Parquet files in Haskell. It provides a way to read and parse Parquet files efficiently.
Prerequisites
Building the Project
You can build the library and tests using cabal:
cabal build all
Running Tests
Run the unit and integration tests using:
cabal test all