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

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

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).