baqman

command module
v0.0.0-...-5d6fe61 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 3, 2020 License: MIT Imports: 16 Imported by: 0

README

BaqMan Build Status

Synopsis

Tool for tracking/killing BigQuery jobs, i.e. JobTracker for BigQuery, runs on AppEngine.

Jobs

Run Locally,

Run,

go run *.go

and open http://localhost:8080

Deploy

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>

Development and Testing

Install the Go dependencies:
$ git clone git@github.com:sojern/baqman
$ go mod download
## make changes
$ go mod tidy
Run the Tests
$ go test ./...
ok    github.com/sojern/baqman   0.012s
...

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL