【问题标题】:Read files from local computer and write to BigQuery or google storage using google dataflow从本地计算机读取文件并使用谷歌数据流写入 BigQuery 或谷歌存储
【发布时间】:2016-08-04 09:03:23
【问题描述】:

有没有办法从本地计算机读取 csv 文件并使用谷歌数据流将其写入大查询或存储?如果存在,应该使用什么 runner?

所有谷歌数据流示例要么从云读取,要么写入云存储或大查询。

我使用 DirectPipelineRunner 从本地计算机读取并写入本地计算机。

【问题讨论】:

    标签: google-bigquery google-cloud-storage google-cloud-dataflow


    【解决方案1】:

    DirectPipelineRunner 应该为此工作;您可以使用 TextIO 读取本地输入文件并使用 BigQueryIO 写入 BigQuery。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2014-10-30
      • 1970-01-01
      • 1970-01-01
      • 2020-01-25
      • 2018-04-30
      • 2021-12-23
      • 1970-01-01
      • 2023-03-30
      相关资源
      最近更新 更多