Re: Merging two graphs.
Jason Plurad <plu...@...>
You could use some of the methods from TinkerPop's ElementHelper to help copy over properties. http://tinkerpop.apache.org/javadocs/3.2.3/full/org/apache/tinkerpop/gremlin/structure/util/ElementHelper.html The element ids will be different between your 2 JanusGraph instances, so as you've noted, you'll either have to track the ids or have sufficient indexes configured to do lookups.
On Wednesday, July 19, 2017 at 10:37:28 AM UTC-4, Gwiz wrote:
|
|