Skip to content

vintagecowboy/bigquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Google BigQuery Scripts

Contains scripts for interacting with Google BigQuery

Running the samples

  1. Your environment must be setup with authentication information. If you're running in your local development environment and you have the Google Cloud SDK installed, you can do this easily by running:

     $ gcloud init
    
  2. To use python scripts, Python 2.7.x and python-pip is required :

     $ sudo apt-get install python-pip
    
  3. Ensure the BigQuery API client library for python is up to date :

     $ pip install --upgrade google-api-python-client
    
  4. Install dependencies in requirements.txt:

     $ pip install -r requirements.txt
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages