I would like to integrate elastic search for my existing website to speed up the search functionality. I have seen this plugin to import data from mysql to ES https://github.com/jprante/elasticsearch-jdbc
Is the plugin handle the synchronization btw these two? How can I update(modify/delete) the ES data whenever there is a change in the existing MySQL DB
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.