【发布时间】:2018-06-20 05:49:39
【问题描述】:
我们设置了一个自动 FTP 流程,每天将数据文件导入 Google Cloud Storage。
我想设置一个每日自动作业,将这个 csv 上传到一个 bigquery 表中。
最好的方法是什么?我目前的第一个想法是使用每天运行 python 脚本的 cron 作业设置一个应用程序引擎实例。有没有更好的解决方案?
【问题讨论】:
-
这是您正在寻找的管道/模式:文件 > GCS > 数据流(模板)> BigQuery
标签: google-bigquery google-cloud-platform google-cloud-storage