Hi guys, I have imported two different CSV files and added the labels USERS & ORDERS to them. Into each node, we have an email field(it can be any field name) I want to create relationships with them to fetch them when needed. I want to have something similar to JOIN in the SQL world or LOOKUP in the NoSQL world.
For now, I find only one way to do it. It is to scan all nodes attached to one label then try to find the same field in nodes attached to another label and finally create a relationship. I believe it is not the best option with neo4j. Could someone help me with this?