Now while importing this data to elasticsearch via logstash i need to create parent child relationship between these two tables as AGE being the parent and Employee being child.
Similarly to have parent-child relationship to the data which is already in the index.
I have a large dataset of public welfare department in MySQL database. Which has 7-8 tables and each tables has 40-50 columns. So I need to perform joins in elasticsearch while migrating the data form RDMS to ES through logstash. As I dont want to widen the column for redundancy and performance issue.
This was an example that i was trying to work on first than directly implementing on my main data.
I still don't get it. Normally a join uses a key to gain access to more values. Here there is only one value (age) and the key is the same as the value. Again, I would ask:
Putting technical details aside, what is the business question you are trying to answer?
An example question might be:
What is the average age of people with salaries > 100k?
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.