JanusGraph ConfiguredGraphFactory is not saving data created in Gremlin
I’ve been using Cassandra which I have working with JanusGraphFactory and now I’m trying to switch to use the Janus ConfiguredGraphFactory
. Through Gremlin, I was able to add a configuration and then create a graph. The names can be recalled so it worked on some level. But I’m having trouble getting other features to work. When I create a new Vertex in a graph it appears to create it, but when I close and reopen Gremlin the graph is empty.