store gremlin graph in local dynamodb
Hey instead of using aws web I am using its local available database and creating a graph in the gremlin console My PC is using Gremlin-version=3.0.1.incubating and Titan-version=1.0.0 My question: How to save a graph in my local DynamoDB so that i can retrieve it back whenever i wish (after pc restart). I have tried as many and give a lot time by using save() or commit() graph but in order that i always have error g.commit() No signature of method: org.apache.tinkerpop.gremlin.process.traversal.dsl.graph.GraphTraversalSource.commit() is applicable for argument types: () values: [] Possible