Skip to main content

protobuf-bigquery-go

Recommendation
Updated
Moved
HOLD
2023-10-10

What is it

protobuf-bigquery-go is a library to seamlessly save and load protobuf to and from BigQuery.

This library provides add-ons to cloud.google.com/go/bigquery for first-class protobuf support using protobuf reflection.

Why hold it

When building something new, use Google supported protoc-gen-bq-schema to generate the BigQuery schema and the native BigQuery Storage Write API to write data into BigQuery instead.

How to learn it