Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
158 views
in Technique[技术] by (71.8m points)

How to calcuate the cost when moving data from azure datalake to google BigQuery

We have a Datafactory pipeline in Azure to move a on-premise SQL table to Azure blob storage Gen2 in parquet format. I think the majority cost would come from the Azure storage, right?

Now we want to move those data to BigQuery. Due to our security policy, we still need the Datafactory pipeline to read from SQL table. So we create a databrick notebook to read the parquet file and move to BigQuery using the Spark BigQuery connector. Now I need to estimate the total cost. On top of the Azure storage, do we have to pay some kind of egress cost to move data out of Azure storage? And does google would charge us some kind of ingress cost to move data to BQ?

question from:https://stackoverflow.com/questions/65832481/how-to-calcuate-the-cost-when-moving-data-from-azure-datalake-to-google-bigquery

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
  • All inbound or ingress data transfers to Azure data centers from on-premises environments are free. However, outbound data transfers incur charges.

  • Data migration from other platforms into BigQuery is free.

  • To estimate the cost of Google Cloud Platform services, you can use the Google Cloud Pricing Calculator.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...