An open API service indexing awesome lists of open source software.

https://github.com/strise/bigquery-reader

Simple script for reading from Google BigQuery
https://github.com/strise/bigquery-reader

Last synced: about 1 month ago
JSON representation

Simple script for reading from Google BigQuery

Awesome Lists containing this project

README

          

# Google BigQuery Reader
Simple utility for showing how to read data from Google BigQuery using Python 3.

Run by first defining your credentials
```
export GOOGLE_APPLICATION_CREDENTIALS=.json
```
install the dependencies
```
pip install -r requirements.txt
```
and then execute the script
```
python run.py
```
which should print some sample data.