only dump mysql datas to es or keep up mysql(update,delete,insert)?
hzruandd opened this issue · 1 comments
hzruandd commented
thanks .
scharron commented
I made it a long time ago. Rivers were deprecated for the new ES 2.0.
However, if you want to use it with an old ES version, it's plugged to the mysql replication feed, so it gets all events from mysql (update, delete, inserts, ...) and play them in ES. I don't remember if I implemented all operations (I guess no, it was just a proof of concept)