@hackage parquet-haskell0.1.0.0

Streaming Parquet reader

parquet-haskell

A Streaming Parquet reader for Haskell.

Haskell CI

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

  • GHC (Glasgow Haskell Compiler)
  • Cabal (build system)
  • Python 3 with pyspark (for integration tests)

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