I'm new to ES and got a little confused about how to work with mysql & ES.
So, I want to use ES DB & mysql DB - so the ES is always a copy of my mysql DB in order to perform search and get data faster.
I got an idea to save, update and delete data in ES after the SQL command did well. But, then I heard about JDBC river - and I don't know which approach is better.
I think the first way I mentioned is better, but there are too many opinions around the web so, I don't know which are relevant.