package
0.0.0-20180403234405-3be5551c975d
Repository: https://github.com/guregodevo/golang-samples.git
Documentation: pkg.go.dev

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

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