I'd like to create a graph from within a Python script on a remote server that requires authentication. Is this possible?
What I've done so far is create a graph on a remote server that requires authentication using the Gremlin Console, then connect to that graph from within Python using websocket secure, and query it + return data successfully.
I think this is related, but I can't figure out how to actually do it: https://docs.janusgraph.org/basics/configured-graph-factory/
(My terminology might be a bit off since I'm still somewhat new to all this).