iotDb与flink对接问题咨询 #3900
iotDb与flink对接问题咨询
#3900
-
iotDb可以直接对接flink,作为flink的数据源码? |
Beta Was this translation helpful? Give feedback.
Answered by
jixuan1989
Sep 3, 2021
Replies: 1 comment 1 reply
-
有一个 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ArcDevil9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
有一个
IoTDBSource
的实现类,但是很简单,可以传入一个SQL,从IoTDB中查询出来并推给Flink。如果想做IoTDB中数据一旦更新,立即推送给Flink的话,要思考下是不是合适。。