rikedyp / ParquetDotNet

Read Parquet files in Dyalog APL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parquet .NET for Dyalog

This is a Tatin package for Dyalog APL for reading .parquet files as inverted tables.

Data types

C# type APL type
String Character vector or matrix
Int32 Number
DateTime Dyalog Date Number (see ⎕DT)

Get the package

Load the package with Tatin:

Read parquet file

A sample is provided in tests.

TO DO

  • Create Cider project and Tatin package
  • Check out NuGetConsum to get NuGet package rather than host files separately.
  • Set up to handle assets appropriately for Cider dev and Tatin deploy
  • Create Make function for deployment, including copying README as docs index?
  • Test publishing tatin package
  • Write minimum docs and tests
  • Make the docs not lies
  • Make the tests not lies

About

Read Parquet files in Dyalog APL

License:MIT License