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++
- Host: GitHub
- URL: https://github.com/amoeba/arrow-gcs-test
- Owner: amoeba
- License: apache-2.0
- Created: 2023-03-10T00:54:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T19:47:16.000Z (about 1 year ago)
- Last Synced: 2025-02-15T19:17:29.796Z (12 months ago)
- Topics: apache-arrow, cplusplus, google-cloud-storage
- Language: C++
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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