文件名称:google-big-query-js:帮助程序库,可轻松在NodeJS中使用BigQuery
文件大小:151KB
文件格式:ZIP
更新时间:2024-05-26 03:36:04
JavaScript
@ emartech / google-big-query 帮助程序库,可轻松在NodeJS中使用Google BigQuery 配置 @emartech/google-big-query使用config程序包进行配置。 您应该在““ GoogleCloud”命名空间下提供以下设置: { " projectId " : " " , " bucket " : " " , " dataset " : " " , " credentials " : {}, " maximumBillingTier " : 10 } projectId 您将用于计费的项目。 资料集 未指定的默认数据集。 证书 连接将使用的凭据。 例子: { " private_key " : " -----BEGIN PRIVATE KEY----- \n ... \n -----END PRI
【文件预览】:
google-big-query-js-master
----.eslintrc(564B)
----LICENSE.txt(1KB)
----src()
--------query-to-table()
--------file-to-table()
--------query-to-view()
--------table-to-file()
--------query-to-file()
--------query-to-stream()
--------index.spec.js(2KB)
--------query-to-file-to-stream()
--------job-runner()
--------big-query()
--------index.js(540B)
--------stream-to-table()
----.npmignore(10B)
----README.md(8KB)
----test-setup.spec.js(590B)
----.gitignore(48B)
----package-lock.json(611KB)
----package.json(2KB)
----.nvmrc(4B)