Hi,
I'm currently evaluating Janusgraph. I'm new to the platform. I have run into a problem while trying to connect to a graph from python.
I'm using the gremlin-server with the Cassandra backend and Elasticsearch as the index provider.
I was able to start up the server, and I could connect to it remotely via the gremlin console. From the console, I was able to create and later open multiple graphs in the same Janusgraph instance by using ConfiguredGraphFactory. Please note that I have not updated the "graphs" section of the "conf/gremlin-server/gremlin-server-configuration.yaml" file with the dynamically created graphs. Yet, I was able to access my graphs even after restarting both the server and the console.
So, everything seems to work fine from the gremlin console. What I need is to do the same from python. I need to be able to create/open/traverse/close/delete multiple graphs from python targeting the same remote Janusgraph instance/cluster. How can I access the functionality provided by ConfiguredGraphFactory from python? I'm currently using the gremlin-python client, but I'm not married to it. Thanks for the help!