An open API service indexing awesome lists of open source software.

https://github.com/miliar/big-query-toolbelt

Tool for copy tables, delete tables and write queries for time range
https://github.com/miliar/big-query-toolbelt

big-query bootstrap docker flask-application jinja2 python webapp

Last synced: about 2 months ago
JSON representation

Tool for copy tables, delete tables and write queries for time range

Awesome Lists containing this project

README

          

# Big query toolbelt

Tool for copy tables, delete tables and write queries for time range

Screenshot 2019-09-13 at 10 57 00

Setup:
- Create a folder ```bq_service_account```, place your service account file inside and name it ```bq_service_account.json```
- ```docker build -t bq_toolbelt .``` (<-- Don't miss the point)

Run the app:
- ```docker run -p 4000:4000 bq_toolbelt```
- In your browser, visit http://localhost:4000/