: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 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
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