Hi fellow OrientDB users, I'm trying out Orient for graph traversal, and I'm a bit stuck; I'm using oriento with Node.js, and I'm trying to traverse a graph and find its $path. I managed after a while to use the db.exec() in oriento, and for example I have the following result
$path: ( #15:8).out_Test_E(#17:4).out_Test_E(#15:6).out_Test_E[0](#17:3).out_Test_E(#15:7) My question is, is there currently a way of picking out the vertices from the $path above without making queries back to the database to get their properties? i.e.: - Is there a way of determining what cluster & class properties are without querying for the individual vertices after getting $path? (#15:8 above) - Is there a helper that extracts the vertex ids from the $path, without me needing to manipulate the string? I'd understand that the use-case of graphs is to traverse and find matches based on query, but in my case I need to find the path. Thanks Neville -- --- You received this message because you are subscribed to the Google Groups "OrientDB" 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.
