datavane / tis

Support agile DataOps Based on Flink, DataX and Flink-CDC, Chunjun with Web-UI
https://tis.pub
Apache License 2.0
1.04k stars 221 forks source link

添加mysql同步到redis的功能 #383

Open shizenghua opened 4 weeks ago

shizenghua commented 4 weeks ago

添加mysql同步到redis的功能, 可以指定表的数据,按照自定义格式同步到redis中的自定义键中。 比如通常用的字典表,可以按照几个字段组成的json字符串或hash或list,同步到redis中的指定键中。

baisui1981 commented 3 weeks ago

添加mysql同步到redis的功能, 可以指定表的数据,按照自定义格式同步到redis中的自定义键中。 比如通常用的字典表,可以按照几个字段组成的json字符串或hash或list,同步到redis中的指定键中。

收到,理解你的需求,后期实现可以基于redis的目标端可以继承kafka的sink端,将原先写入kafka的记录改成写入到reids存储中。