An open API service indexing awesome lists of open source software.

https://github.com/amoeba/arrow-gcs-test

Short example showing how to use GCS with Arrow C++
https://github.com/amoeba/arrow-gcs-test

apache-arrow cplusplus google-cloud-storage

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# arrow-gcs-test

Using [Apache Arrow](https://arrow.apache.org)'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