Hello,
Currently we run gremlin.sh with customized schema file in groovy (contains backend config, graph name, cache size as well as property key, vertex/edge index) to initialize graph. It seems that we have to restart the server to make sure that the graph is accessible.
Is there a way to dynamically create multiple graphs with customized schema files without the need to restart the server?