Tool for tracking/killing BigQuery jobs, i.e. JobTracker for BigQuery, runs on AppEngine.
Run,
go run *.go
and open http://localhost:8080
Deploy on AppEngine on the same project where you use BigQuery, and secure it with IAP (Identity Aware Proxy)
$ gcloud app deploy --version flip --project <PROJECT>
$ git clone git@github.com:sojern/baqman
$ go mod download
## make changes
$ go mod tidy
$ go test ./...
ok github.com/sojern/baqman 0.012s
...