https://github.com/fastly/compute-starter-kit-rust-connect-google-bigquery
Google BigQuery package template for Rust based Fastly Compute projects.
https://github.com/fastly/compute-starter-kit-rust-connect-google-bigquery
compute-starter fastly-oss-tier1
Last synced: 6 months ago
JSON representation
Google BigQuery package template for Rust based Fastly Compute projects.
- Host: GitHub
- URL: https://github.com/fastly/compute-starter-kit-rust-connect-google-bigquery
- Owner: fastly
- License: mit
- Created: 2022-04-12T04:10:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-04T11:18:00.000Z (7 months ago)
- Last Synced: 2025-12-12T18:10:10.514Z (6 months ago)
- Topics: compute-starter, fastly-oss-tier1
- Language: Rust
- Homepage: https://developer.fastly.com/solutions/starters/
- Size: 94.7 KB
- Stars: 2
- Watchers: 10
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Google BigQuery Starter Kit for Rust
## About this starter
This Fastly Compute starter kit is to connect to Google's BigQuery. You can use Data Manipulation Language (DML) since this uses [`jobs.query` of bigquery API](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query). The reason why this uses `jobs.query` to insert data rather than [streaming insert api](https://cloud.google.com/bigquery/docs/reference/rest/v2/tabledata/insertAll) is to allow the inserted data to be modified immediately.
## Configuration
Put your GCP project information in the `[bigquery]` section of the `src/config.toml` file. You will need [a service account](https://cloud.google.com/iam/docs/service-accounts) for your project to connect BigQuery.
## Security issues
Please see [SECURITY.md](SECURITY.md) for guidance on reporting security-related issues.