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
- Host: GitHub
- URL: https://github.com/miliar/big-query-toolbelt
- Owner: miliar
- Created: 2019-07-19T19:07:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T14:14:58.000Z (over 6 years ago)
- Last Synced: 2025-04-09T22:45:03.844Z (about 1 year ago)
- Topics: big-query, bootstrap, docker, flask-application, jinja2, python, webapp
- Language: Python
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Big query toolbelt
Tool for copy tables, delete tables and write queries for time range

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/