We have integrated Client websites Google Analytics Acc with BigQuery. So GA dump raw data every day into Bigtable. Now my goal is to move that data to Amazon S3.
i can move this raw data from bigtables to google cloud and from there to S3 using GCP transfer job. However GCP cost you for storing the data into cloud.
Now, Google also provide client libraries in diff languages which intern call GCP APIs. Now, i can query BigTable using Java client libraries, however im not sure if they charge you for such queries and if there is any quota limit on these client libraries.
So if anyone has worked on GA & bigQuery altogether, please guide me how i can read the data from Bigtable without costing client any penny.