BigQuery

김지영·2022년 6월 26일
0

With GCP's BigQuery, we can ingest, store, analyze, and visualize big data, using simple SQL. This fully-managed data warehouse (by Google!) takes care of the infrastructure so users (eg. data scientists/analysts) can focus on analyzing the enormous amount (up to petabyte) of data.

To use BigQuery on your code editor, you will need to download the keyfile (available either in JSON or P12), and then instantiate a Big Query object in the entity file, to which you'd like to connect the big query. You need to authenticate with a service account key file by passing the keyFilename (the name of the file which you've downloaded from GCP website) and the projectId to the BigQuery constructor.

profile
아줌마

0개의 댓글