Extracting BigQuery Result to Google Cloud Storage Files
This is a Java project and it has completed the following three tasks:
-
Consciously read and execute Query statements in the SQL folder
-
Save the Query Result To Table by BigQuery API
-
Extracting the Query Result Tables to single Google Cloud Storage .
You can automate the export of BQ data to GCS through this project.
Upload data from sftp to Google Analytics
This is a Java project and it has completed the following two tasks:
-
Download the data from SFTP .
-
Upload the csv file to GA by GA management API
You can automate the upload data to GA through this project.