[orientdb] Re: Traverse and retrieve edges

2015-06-03 Thread Dan Fellars
:37:35 AM UTC-6, Giulia Brignoli wrote: > > Hi Dan, > > try this query: > > select @rid as RidAccount, name, $path, $depth, outE().@rid as RidLink, > outE().link_quality as LinkQuality from (traverse out('link') from #14:14) > > Bye, Giulia > > Il giorn

[orientdb] Traverse and retrieve edges

2015-06-01 Thread Dan Fellars
OrientDB noob, having trouble with traverse and can't see any answers. Lets say you have a vertex called 'Account' and a Edge called 'Link'. Account has just a 'name' property. Link has a link_quality property and in/out both reference the Account. I can successfully traverse an account, b

[orientdb] Re: How to clean up vertices and edges in a corrupted Graph database?

2015-02-17 Thread Dan Fellars
Hey George, I'm having same issue. any luck resolving this? On Thursday, January 29, 2015 at 1:22:04 PM UTC-7, George Jugurt wrote: > > I am trying to delete some of the vertices/edges from my graph db. But it > looks like it somehow got corrupted and it won't let me clean it up. Is > there a w