From https://community.plot.ly/t/support-for-google-bigquery/8894 --- ~~This is a good first issue~~, since [@google-cloud/bigquery](https://github.com/googleapis/nodejs-bigquery) provides all the needed functionality: - [query](https://cloud.google.com/nodejs/docs/reference/bigquery/1.0.x/BigQuery#query) - [list of all datasets](https://cloud.google.com/nodejs/docs/reference/bigquery/1.0.x/BigQuery#getDatasets) - [list of all tables](https://cloud.google.com/nodejs/docs/reference/bigquery/1.0.x/Dataset#getTables) - [column types](https://cloud.google.com/nodejs/docs/reference/bigquery/1.0.x/Dataset#getMetadata)
From https://community.plot.ly/t/support-for-google-bigquery/8894
This is a good first issue, since @google-cloud/bigquery provides all the needed functionality: