Skip to content

Short example showing how to use GCS with Arrow C++

Notifications You must be signed in to change notification settings

amoeba/arrow-gcs-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

arrow-gcs-test

Using Apache Arrow's Google Cloud Storage API.

Building and Running

  • Compile and install Apache Arrow C++ and make available at $ARROW_HOME
    • Must include ARROW_FILEYSTEM=ON, ARROW_GCS=ON
  • cmake . && cmake --build .
  • ./test-gcs

About

Short example showing how to use GCS with Arrow C++

Topics

Resources

Stars

Watchers

Forks