简体   繁体   English

使用python的谷歌云数据流mysql io连接器

[英]google cloud dataflow mysql io connector using python

what is the efficient way to insert streaming records into MySQL from google-dataflow using python.Is there any IO connector as in case of bigquery?I see that or bigquery has beam.io.WriteToBigQuery.使用 python 从 google-dataflow 将流记录插入 MySQL 的有效方法是什么。有没有像 bigquery 的 IO 连接器?我看到或者 bigquery 有 beam.io.WriteToBigQuery。 how can we use similar io connector in cloud-MySQL我们如何在云 MySQL 中使用类似的 io 连接器

You can you JDBCIO to read and write data from/to a JDBC database compliant database.您可以使用JDBCIO从/向 JDBC 数据库兼容数据库读取和写入数据。

You can find the details here testWrite您可以在此处找到详细信息testWrite

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

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