Google Cloud Dataflow输出到Cassandra

时间:2022-05-18 14:45:54

What is the best way to write Google Cloud Dataflow output to Cassandra?

将Google Cloud Dataflow输出写入Cassandra的最佳方法是什么?

I don't seem to find many people doing it. After searching for a while, the only thing I found was: https://github.com/benjumanji/cassandra-dataflow which has only 3 commits and is 4 months old.

我似乎没有找到很多人这样做。搜索了一段时间后,我发现的唯一一件事就是:https://github.com/benjumanji/cassandra-dataflow,它只有3次提交并且是4个月大。

In general, is it a good idea to write Dataflow's output to Cassandra?

一般来说,将数据流的输出写入Cassandra是一个好主意吗?

1 个解决方案

#1


4  

One possible approach would be to implement a custom sink (for batch): https://cloud.google.com/dataflow/model/custom-io#creating-sinks.

一种可能的方法是实现自定义接收器(批量):https://cloud.google.com/dataflow/model/custom-io#creating-sinks。

#1


4  

One possible approach would be to implement a custom sink (for batch): https://cloud.google.com/dataflow/model/custom-io#creating-sinks.

一种可能的方法是实现自定义接收器(批量):https://cloud.google.com/dataflow/model/custom-io#creating-sinks。