1.2.1 • Published 9 years ago
bigquery-model v1.2.1
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
- Node.js 0.8+
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.
- Issue Tracker: github.com/visionmobile/bigquery-model/issues
License
MIT
1.2.1
9 years ago
1.2.0
9 years ago
1.1.0
9 years ago
1.0.5
9 years ago
1.0.4
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago
0.3.0
10 years ago
0.3.0-alpha.2
10 years ago
0.3.0-alpha.1
10 years ago
0.2.3
10 years ago
0.2.1
10 years ago
0.2.0
10 years ago
0.1.3
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago
0.1.0-alpha.4
10 years ago
0.1.0-alpha.3
10 years ago
0.1.0-alpha.2
10 years ago
0.1.0-alpha.1
10 years ago