I am new to this stack, I have a requirement where i want to sync every data for my MySQL database with the elastic search.
Any CRUD operations like Insert, Update or Delete in my database. It should update the in elastic search.
It would be really great if someone can help me with this. Thanks in advance.
Basically, I'd recommend modifying the application layer if possible and send data to elasticsearch in the same "transaction" as you are sending your data to the database.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.