I tried
graph = Graph()
g = graph.traversal().withRemote(DriverRemoteConnection('ws://localhost:8182/gremlin','g'))
- But I don't know what is 'g'. If I try different string say 'hello' it doesn't connect.
- What is the equivalent of createDatabase with a name "my_database" to create a new graph?
- How do I connect to an existing database with a name "my_database"?