Skip to content

ceocoder/baqman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
...

About

BigQuery Manager

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.9%
  • Go 37.8%
  • JavaScript 1.2%
  • CSS 0.1%