Date
1 - 2 of 2
Extract and Store Subgraph - Example
Ravee <raveendranat...@...>
Hi, I'm using Gremlin Server in the JanusGraph package and trying to extract a subgraph. ==>tinkergraph[vertices:11 edges:10] or :> g.V(86056).repeat(__.outE(). Appreciate some help to get around this. Am I missing any configuration or setting to enable subgraph to be written as graphml? -Ravee
|
|
Jason Plurad <plu...@...>
Can you provide more details on what is going wrong? It is a bit hard to debug your situation without any graph data. I tried this...
Notice I added a simplePath() into the repeat loop to avoid cyclic path looping. Keep in mind, I ran this all on the same machine. If you sent a command to a remote Gremlin Server, the file under /tmp would be located on the remote server, not on your client machine. -- Jason
On Thursday, March 9, 2017 at 9:16:19 AM UTC-5, Ravee wrote:
|
|