vesoft-inc / nebula

A distributed, fast open-source graph database featuring horizontal scalability and high availability
https://nebula-graph.io
Apache License 2.0
10.82k stars 1.2k forks source link

aboub CDC question #5778

Open leoooo-ma opened 11 months ago

leoooo-ma commented 11 months ago

Hi

I would like to ask if there is any plan to implement the Change Data Capture solution based on NebulaGraph ?  Similar to Flinks-CDC or Debezium 

wey-gu commented 11 months ago

There used to be discussions like https://github.com/vesoft-inc/nebula/discussions/5382 and in a contributor wechat group.

Are you interested in creating/contributing CDC project of NebulaGraph?

The initial idea was to create yet another raft listener(https://github.com/vesoft-inc/nebula/blob/54d18fb219bf75c0fbf1d12a99cef7d12c0e7c7e/src/kvstore/listener/) on watching specific changes and shot out the changing events.

But there is no public work now.