This paper describe how to load data from Cloud Storage to BigQuery on automatically via Cloud Functions.
이 문서에서는 Cloud Functions을 활용하여 Cloud Storage에서 BigQuery로 자동으로 데이터를 로드하는 방법을 설명합니다.
- Google Cloud Storage : Google Cloud의 Object Storage (likely AWS S3)
- Google BigQuery : Google Cloud의 Data Warehouse (likely AWS Redshift)
- Google Cloud Functions : Google Cloud의 Severless Computeing Service (likely AWS Lambda)
- Sample CSV files : What do you want data are loaded to BigQuery?