BigQuery Model
Managing BigQuery complexity using simple, well-defined models.
Features
- Promise and callback interface;
- Simple API.
Quick start
var BigQuery = require('bigquery-model');
var bq = new BigQuery({
email: 'xx@domain.com',
projectId: 'xxx',
key: 'pem-key'
});
return bq.query('SELECT first_name, last_name FROM [dataset.table];')
For further information on how to use this library please refer to the API docs.
Installation
$ npm install bigquery-model
Requirements
Contribute
Source code contributions are most welcome. The following rules apply:
- JavaScript source code needs to follow the Airbnb Style Guide;
- Functions need to be well documented in API docs;
- Unit tests are necessary.
Support
If you are having issues with this library, please let us know.
License
MIT