在Google数据流中自定义模板创建

时间:2022-12-09 15:31:17

Is it possible to create custom template in Google dataflow for live data streaming into cloud SQL?

是否可以在Google数据流中创建自定义模板,以便将实时数据流式传输到云端SQL?

1 个解决方案

#1


-1  

No. Google Cloud SQL is not a supported I/O transform. See Built-in I/O Transforms.

不可以.Google Cloud SQL不是受支持的I / O转换。请参阅内置I / O转换。

Edit: You may be able to connect to Google Cloud SQL with Apache Beam's JdbcIO class. However, the class has been annotated as @Experimental. See the JdbcIO documentation.

编辑:您可以使用Apache Beam的JdbcIO类连接到Google Cloud SQL。但是,该类已注释为@Experimental。请参阅JdbcIO文档。

#1


-1  

No. Google Cloud SQL is not a supported I/O transform. See Built-in I/O Transforms.

不可以.Google Cloud SQL不是受支持的I / O转换。请参阅内置I / O转换。

Edit: You may be able to connect to Google Cloud SQL with Apache Beam's JdbcIO class. However, the class has been annotated as @Experimental. See the JdbcIO documentation.

编辑:您可以使用Apache Beam的JdbcIO类连接到Google Cloud SQL。但是,该类已注释为@Experimental。请参阅JdbcIO文档。