简体   繁体   English

有什么好的方法可以快速将数据从 BigQuery 加载到 Clickhouse 中吗?

[英]Is there a good way to load data from BigQuery into Clickhouse quickly?

I'm working on a tool which will load the results of a BigQuery query into Clickhouse for further analysis.我正在开发一种工具,它将 BigQuery 查询的结果加载到 Clickhouse 中以供进一步分析。 Is there a common pattern to get data from a BigQuery table into Clickhouse fast?是否有一种通用模式可以快速将数据从 BigQuery 表获取到 Clickhouse?

So far it seems my best bet is a writing a custom tool to read the data out of the query results table using the google bigquery storage api, write it to disk as AVRO and then load it into clickhouse.到目前为止,我最好的选择似乎是编写一个自定义工具,使用 google bigquery 存储 api 从查询结果表中读取数据,将其作为 AVRO 写入磁盘,然后将其加载到 clickhouse。

I just wanted to check if there are any good alternatives before I spend time on it.我只是想在花时间之前检查是否有任何好的选择。 The most important factor for me is the time from query completion to data in clickhouse.对我来说最重要的因素是从查询完成到数据进入 Clickhouse 的时间。

The easiest way to use airbyte or double.cloud .使用airbytedouble.cloud的最简单方法。 The last one have also managed clickhouse as service.最后一个也将 clickhouse 作为服务进行管理。

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

相关问题 如何在 BigQuery 中加载 shapefile? 有没有更简单的方法在 BigQuery 中上传多边形数据? - How to load a shapefile in BigQuery? Is there a simpler way to upload polygon data in BigQuery? 将数据从 BigQuery 加载到 Snowflake - Load data from BigQuery to Snowflake 使用数据流将数据从 MySQL 加载到 BigQuery - Load data from MySQL to BigQuery using Dataflow 从 GCS 加载_Csv_data 到 Bigquery - Load_Csv_data from GCS to Bigquery 有什么方法可以将 BigTable 数据加载到 BigQuery 中吗? - Is there any way we can load BigTable data into BigQuery? 无法将数据从 CoLab 加载到 Bigquery - unable to Load data from CoLab to Bigquery 如何将数据快速加载到从 firestore 获取的应用程序中? - How to load data quickly into app that is fetched from firestore? 有没有办法从 bigquery 获取表详细信息选项卡元数据 - Is there a way to get the table details tab meta data from bigquery select 从 BigQuery 中的表中获取几行数据的简单方法? - Simple way to select a few rows of data from table in BigQuery? Cloud Data Fusion ETL 从 PostGres 到 BigQuery - 幂等负载 - Cloud Data Fusion ETL from PostGres to BigQuery - idempotent load
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM