Configuration c = new BaseConfiguration();
c.setProperty("gremlin.graph", "org.janusgraph.core.JanusGraphFactory");
c.setProperty("storage.backend", "cassandrathrift");
Graph graph = GraphFactory.open(c);
© 2023 Groups.io