简体   繁体   English

GCP Dataflow-如何使用Dataflow从Google BigQuery读取数据并将其加载到Google Spanner

[英]GCP Dataflow - How to read the data from Google BigQuery and load into Google Spanner using Dataflow

The problem statement is to Load the Google Spanner data from Google BigQuery, The size of BigQuery table is huge and we need to come up with the effective solution 问题陈述是要从Google BigQuery加载Google Spanner数据,BigQuery表的大小很大,我们需要提出有效的解决方案

I tried exploring various options but not getting the solution 我尝试探索各种选择,但未获得解决方案

Google provides many templates to move data from one storage system to another. Google提供了许多模板,可以将数据从一个存储系统移动到另一个存储系统。 You can find them at https://cloud.google.com/dataflow/docs/guides/templates/provided-templates 您可以在https://cloud.google.com/dataflow/docs/guides/templates/provided-templates中找到它们

None of these are "BigQuery to Cloud Spanner" but they are very similar. 这些都不是“ BigQuery to Cloud Spanner”,但它们非常相似。 The templates are open source, so you can use them as examples. 模板是开源的,因此您可以将其用作示例。 You can find the source code for the templates at https://github.com/GoogleCloudPlatform/DataflowTemplates 您可以在https://github.com/GoogleCloudPlatform/DataflowTemplates中找到模板的源代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 Clud Dataflow 将数据从 Google Cloud Sql 读取到 BigQuery - Read the data from Google Cloud Sql to BigQuery using Clud Dataflow 在Dataflow 2.3.0中使用Google Spaner - Using google spanner in dataflow 2.3.0 GCP Dataflow-从存储读取CSV文件并写入BigQuery - GCP Dataflow- read CSV file from Storage and write into BigQuery 如何将进程中的 Json 对象放入 Google Dataflow 中的 Bigquery Table - How to make Json object in process put into Bigquery Table in Google Dataflow 在 Google DataFlow (java) 中创建复杂的 BigQuery Schema - Creating complex BigQuery Schema in Google DataFlow (java) Google Dataflow:从 Google Cloud Storage 读取未绑定的 PCollection - Google Dataflow: Read unbound PCollection from Google Cloud Storage 如何使用Dataflow的jdbc to Bigquery模板将数据从Oracle 11g第2版传输到Bigquery? - How to transfer data from Oracle 11g release 2 to Bigquery using Dataflow's jdbc to Bigquery template? 如何使用数据流在嵌套数组中加载数据 - How to load data in nested array using dataflow 从Google数据流到Google Cloud Firestore的输出 - Output from google dataflow to google cloud firestore 使用Google Cloud Dataflow SDK读取流数据 - Reading streaming data using Google Cloud Dataflow SDK
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM