简体   繁体   中英

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. Is there a common pattern to get data from a BigQuery table into Clickhouse fast?

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.

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.

The easiest way to use airbyte or double.cloud . The last one have also managed clickhouse as service.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM