Sync Data from ES to MySQL

I think he wants to do that the other way.

Read from ES, write in MySQL.

We don't have yet a change API but for a one shot operation you can run a scroll query on elasticsearch to get all the docs. Then parse the JSON and write the SQL INSERT queries you need.