Skip to content

Latest commit

 

History

History
 
 

bigquery

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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.

  1. Get the dependencies:

     goapp get .
    
  2. Run the app locally:

     dev_appserver.py -A [your-project-id] .
    
  3. Deploy the app:

     goapp deploy --application=[your-project-id] -version=[choose-a-version] .