Skip to content

fastly/compute-starter-kit-rust-connect-google-bigquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. The reason why this uses jobs.query to insert data rather than streaming insert api 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 for your project to connect BigQuery.

Security issues

Please see SECURITY.md for guidance on reporting security-related issues.