Apache Arrow Development Experiments

Clone this repo:

Branches

  1. 21449f5 Add IPC file to `rand-many-types` data (#48) by Ian Cook · 6 weeks ago main
  2. 2b619a2 Add `rand-many-types` data in Parquet and DuckDB formats (#47) by Ian Cook · 2 months ago
  3. dfd45f9 Improve READMEs and organization (#46) by Ian Cook · 6 months ago
  4. 7c03915 [MATLAB] Add simple HTTP `GET` MATLAB Client example (#45) by Kevin Gurney · 6 months ago
  5. 46d5547 [http] Add indirect HTTP GET examples (#44) by Ian Cook · 8 months ago

Apache Arrow Experiments

This repository is for collaborative prototyping and research in the Apache Arrow project.

DirectoryContents
dataVarious datasets that are used by the experiments in this repository or intended to be used in future Arrow experiments
dissociated-ipcReference example implementation of the experimental Arrow Dissociated IPC Protocol
httpExamples demonstrating ways of sending and receiving data in Arrow IPC stream format (IANA media type application/vnd.apache.arrow.stream) over HTTP APIs