Hi, I have read through a number of Luca's presentations and can see that it is possible to create an edge with one in and multiple outs but API wise I cant quite figure out how you do it:
I want QA - > QB and QA -> (QB, QC, Q3) I am essentially wanting to create an edge to store conditional logic in that involves 1..n other vertex's essentially I want a list of out links not just a singular out link. I am wanting to use the simple/standard OrientGraph API (I hope i got that the right way around). I also have all my Vertex's stored in a combined object/document graph database and I am storing and retrieving the vertex's using spring-orient-data. I would also like to get some advice on how I might be best to approaching accessing graph functionality simultaneously: I am thinking of creating OrientGraphDatabaseFactory and extending OrientObjectDatabaseFactory Following the pattern set out in spring-orient-data then I can Autowire the factory to a manual repository and write my methods manually as first pass get familiar with OrientGrahing. Advice suggestions greatly appreciated. -- --- 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.
