gremlin> map = new HashMap();
gremlin> map.put('storage.backend', 'cql');
==>null
gremlin> map.put('storage.hostname', 'scylla-scylladb');
==>null
gremlin> ConfiguredGraphFactory.createTemplateConfiguration(new MapConfiguration(map));
Must provide vertex id
gremlin> map = new HashMap();
gremlin> map.put('storage.backend', 'cql');
==>null
gremlin> map.put('storage.hostname', 'scylla-scylladb');
==>null
gremlin> ConfiguredGraphFactory.createTemplateConfiguration(new MapConfiguration(map));
Must provide vertex id