#Implement change data capture from RDMS

5 messages · Page 1 of 1 (latest)

stable rock
#

hi all, i want to find the solution to implement change data capture from RDBMS (MySQL). so, you can recommend for me about some solutions. Thanks

void storm
#

how does your current SQL thing looks like?
and what do you expect to track changes?

if you had some sort of provider it might be doable to do tracking at provider level
if you use raw sql, maybe not so much luck here...

#

from what i read i understood you want to track changes made to db by your code

stable rock
void storm
#

my db is running, i use change data capture to replicate data to ES and other platforms. i think it same replication db
oh so it's not what i am thinking about