About

Metadata

  • Last updated , by manishsencha
  • License BSD-3-Clause
  • Maintained by: Manish Sencha <manishsencha2001@gmail.com>

  • Lottery factor: 1

Links

Installation

Readme

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