How to do CDC (change data capture) when data in TigerGraph changes?

How are others TG users implementing CDC (change data capture) to replicate data out of TigerGraph whenever data in your graph changes?

I have a need to do near real time replication of data changes from TG into other databases.

Does TG have triggers to tell you when values change? Does TG have a transaction log that can be read to know all the changes? Can I put code in a saved query to write the changed data to a topic within the internal TG Kafka instance?

Hey, Eric! Welcome to the community!

I found a previous post around this topic which suggests using tools like Debezium. Would this help?

I don’t think that tool would work for Tigergraph.

I just checked with the team, and unfortunately, TigerGraph does not support CDC.