I'm new to Elasticsearch and have a very rough understanding of how it works, so I'm not even sure if it's right for me. Does anyone know how to establish a live feed from my MySQL database to Elasticsearch (currently served on their cloud system)? My database has many tables with relationships so I'm not sure how to incorporate the relationships in Elasticsearch either...
I essentially want users to be able to search through all the data we have in our database with ease and flexibility. Is Elasticsearch even the right tool for this kind of thing?
I'm using Graphql and Express for the backend, and React for the frontend (not that it really matters)