RN
RN
ATApache TinkerPop
Created by RN on 2/15/2024 in #questions
Is it possible to walk 2 different graphs using custom TraversalStrategy in Gremlin?
Got it, so currently what can be the way forward on this? One approach is the Subgraph as you have mentioned earlier, any other approach apart from this that comes to your mind?
14 replies
ATApache TinkerPop
Created by RN on 2/15/2024 in #questions
Is it possible to walk 2 different graphs using custom TraversalStrategy in Gremlin?
I am thinking of 2 approaches but not sure if it will work - 1. extending DefaultGraphTraversal and overriding out() to return traversal from other graph/cluster. 2. Writing a custom traversal strategy and manipulate steps to change the cluster that they query when required. Will any of above approach work? cc: @spmallette @Dave Bechberger
14 replies
ATApache TinkerPop
Created by RN on 2/15/2024 in #questions
Is it possible to walk 2 different graphs using custom TraversalStrategy in Gremlin?
Can you share some codepointers or docs for this?
14 replies
ATApache TinkerPop
Created by RN on 1/11/2024 in #questions
Is there a way to store the tinkerpop graph in DynamoDB?
Basically Neptune has hard limit of 128 (TiB) storage (https://docs.aws.amazon.com/neptune/latest/userguide/limits.html#limits-cluster-volume-size) I want to store a graph of size much more larger than this and still all queries etc. should work efficiently. Do you think this would be possible using Neptune?
7 replies