> > > Hi Amit, Graphs are concerned with how things are connected to things and there is only one graph space.
In an open source project I'm working on we approach this by recognizing a system (Fortress in our lingo, and Schema in yours) that owns things. This way we can find all Things belonging to this Fortress. Put another way, you could partition your graph by association to a known Schema node. (schema:Fortress) -[:owns]->(node:Thing) HTH -Mike -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
