Add `rand-many-types` data in Parquet and DuckDB formats (#47)

* Add Parquet and DuckDB versions

* Add missing newline

* Add .exit

* Add in a Makefile

---------

Co-authored-by: Bryce Mecum <petridish@gmail.com>
8 files changed
tree: e5fd8104aa2522bfc58bc9269d614c47896cdaff
  1. data/
  2. dissociated-ipc/
  3. http/
  4. .asf.yaml
  5. .clang-format
  6. .gitattributes
  7. .gitignore
  8. LICENSE.txt
  9. NOTICE.txt
  10. README.md
README.md

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