Skip to content

Latest commit

 

History

History
27 lines (14 loc) · 606 Bytes

README.md

File metadata and controls

27 lines (14 loc) · 606 Bytes

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