Skip to content

Instantly share code, notes, and snippets.

@cameront
cameront / bq-streamer.go
Created February 8, 2016 09:50
An go approach to streaming inserts of BigQuery records
package bigquery
import (
"fmt"
"sync"
"time"
"golang.org/x/net/context"
"google.golang.org/api/bigquery/v2"
"google.golang.org/api/googleapi"