~jgillis/apache-arrow-reading-writing

2e333fb30257c277cfb7fd98312065160c740782 — Joris Gillis 3 years ago 56fdafe
Adds README.md
1 files changed, 10 insertions(+), 0 deletions(-)

A README.md
A README.md => README.md +10 -0
@@ 0,0 1,10 @@
# Apache Arrow: Reading & Writing

Demo project to showcase how to read and write data with Apache Arrow. This is for
educational purposes only. 

## Running

The project contains multiple `main` functions. The easiest to run the code is from an
IDE. Make sure to add the `-Dio.netty.tryReflectionSetAccessible=true` JVM option if you
plan to run with JDK 9 or newer.