package
Version:
v0.0.0-...-3be5551
Opens a new window with list of versions in this module.
Published: Apr 3, 2018
License: Apache-2.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Accessing BigQuery from App Engine
This code has been written to support this blog post.
Prerequisites
Deploy and run
You can run this application locally or deploy it to App Engine app servers.
-
Get the dependencies:
goapp get .
-
Run the app locally:
dev_appserver.py -A [your-project-id] .
-
Deploy the app:
goapp deploy --application=[your-project-id] -version=[choose-a-version] .
Documentation
¶
This App Engine application uses its default service account to list all
the BigQuery datasets accessible via the BigQuery REST API.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.