I am using embedded Janusgraph (embedded JanusGraph as a library inside my Java Application). I am trying to figure out if I can write two different named graphs to the same database. I am trying to use https://docs.janusgraph.org/operations/configured-graph-factory/ to create multiple graphs.
I set the name of the graph in
graph.graphname
graph.graphname
in my JanusGraph configuration. But I get the following error while opening the graph
Gremlin Server must be configured to use the JanusGraphManager.
Gremlin Server must be configured to use the JanusGraphManager.
But I don't use the gremlin server and I am using embedded janusgraph. Can I create multiple dynamic graphs in the same storage ?