orientdb2.2 - plotting subgraph in Studio -
i'm new orientdb , trying understand queries need return such orientdb plot graph circle (o) next queries in browse tab produces plot. i'm trying studio plot subgraph pattern match. want @ least plot vertices though prefer having edges come automatically well. presently, nothing comes in plot.
i'm happy data returned query, studio won't plot it. not clear if have project answer in special way studio?
here query:
select r,u,m ( match {class:user ,as:u} <-hasauthor- {class:miniprop, as:m} <-hasmp- {class:run, as:r} return u,m,r ) m.in('hasmp').size()>1
this returns list of 4 sets of 3 vertices in common. want graph like:
r r u <- m_/ \_m->u \ / r r
thanks.
Comments
Post a Comment