Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cubejs-backend/bigquery-driver

Package Overview
Dependencies
Maintainers
0
Versions
593
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cubejs-backend/bigquery-driver

Cube.js BigQuery database driver

  • 1.1.15
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2K
decreased by-3.63%
Maintainers
0
Weekly downloads
 
Created
Source

Cube.js

WebsiteDocsBlogSlackTwitter

npm version GitHub Actions

Cube.js BigQuery Database Driver

Pure Javascript BigQuery driver.

Learn more

Credentials

CUBEJS_DB_BQ_PROJECT_ID=gcp-project-id
CUBEJS_DB_BQ_KEY_FILE=/path/to/key-file.json

Or get base64 version of your key file json using

$ cat /path/to/key-file.json | base64

And then put base64 string in .env:

CUBEJS_DB_BQ_PROJECT_ID=gcp-project-id
CUBEJS_DB_BQ_CREDENTIALS=<base_64_credentials_json>

License

Cube.js BigQuery Database Driver is Apache 2.0 licensed.

FAQs

Package last updated on 13 Jan 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc