nested subgraph retrieval


Real Life Adventure <srinu....@...>
 

Hi,
        I want entire nested subgraph from particular node.
        i am just getting only one node data using subgraph api in gremlin python.
  
       please help me out.


Thanks,
RLA.


HadoopMarc <bi...@...>
 

Look again at the subgraph examples in the TinkerPop ref docs:
  • run the subgraph() step on all edges you want in the resulting subgraph. The step will automatically include the in and out vertices of the edges.
  • conclude the traversal with a cap() step to return the resulting TinkerGraph
Include what you have done if you want more detailed support.

HTH,     Marc

Op vrijdag 5 juni 2020 10:14:37 UTC+2 schreef Real Life Adventure:

Hi,
        I want entire nested subgraph from particular node.
        i am just getting only one node data using subgraph api in gremlin python.
  
       please help me out.


Thanks,
RLA.