https://github.com/adbc-drivers/bigquery
ADBC drivers for BigQuery
https://github.com/adbc-drivers/bigquery
adbc arrow bigquery database
Last synced: 3 months ago
JSON representation
ADBC drivers for BigQuery
- Host: GitHub
- URL: https://github.com/adbc-drivers/bigquery
- Owner: adbc-drivers
- License: apache-2.0
- Created: 2025-09-19T04:52:23.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2026-03-09T09:51:51.000Z (3 months ago)
- Last Synced: 2026-03-09T14:19:42.842Z (3 months ago)
- Topics: adbc, arrow, bigquery, database
- Language: C#
- Homepage: https://docs.adbc-drivers.org/drivers/bigquery
- Size: 778 KB
- Stars: 3
- Watchers: 2
- Forks: 9
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
- Notice: NOTICE.txt
Awesome Lists containing this project
README
# ADBC Drivers for BigQuery
This repository contains [ADBC drivers](https://arrow.apache.org/adbc/) for
[BigQuery](https://cloud.google.com/bigquery), implemented in different languages.
This project is not affiliated with Google.
## Installation
Pre-packaged builds of the drivers in this repo have been made available for
various platforms from the [Columnar](https://columnar.tech) CDN. These can be
installed by any tool that supports [ADBC](https://arrow.apache.org/adbc/)
Driver Manifests, such as [dbc](https://columnar.tech/dbc):
```sh
dbc install bigquery
```
See [Building](#building) if you would rather build the drivers yourself.
## Usage
See examples for:
- [Go](https://github.com/columnar-tech/adbc-quickstarts/tree/main/go/bigquery)
- [Python](https://github.com/columnar-tech/adbc-quickstarts/tree/main/python/bigquery)
- [R](https://github.com/columnar-tech/adbc-quickstarts/tree/main/r/bigquery)
- [Rust](https://github.com/columnar-tech/adbc-quickstarts/tree/main/rust/bigquery)
## Building
See [CONTRIBUTING.md](CONTRIBUTING.md).
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).