I was curious if it is possible to connect to orientDB over the 
gremlin-python. I've connected to orientdb via pyorient, and via the 
gremlin console. I'm wondering if orientdb is "a RemoteConnection-enabled 
server". ie...
>>> graph = Graph()
>>> graph = graph.traversal().withRemote(DriverRemoteConnection(
    "ws://localhost:2424/OrientDB_Database", 'g', username = "username", 
password="password"))

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to