Hello All -
Being new to Neo4j world, i am bit curious to get insights on storing different graphs pertaining to different domains in a single Neo4j instance. For eg. One Graph for Airline Flight Booking domain, another one related to Banking domain, another one, say, for a Print Media House etc.
I believe we can store all of them in Neo4j, but how can we query the individual domain graph using Cypher? If one wants to access only Banking related nodes/relationships(taking example of Banking domain as mentioned above) then is there a way using which Cypher can only access the relevant details without troubling other domain graphs.
Please suggest. Thanks.