How do I connect to a remote Neo4j database using gremlin python?
问题 From what I've read Neo4j implements apache tinkerpop which leads me to think I can use gremlin python and rather than connect to a gremlin server I can point the python code at a neo4j server and treat it like a gremlin server. However I can't find any information online which shows how to do this so I'm thinking maybe I've misunderstood something. a) Can I use gremlin python directly with a neo4j db instance? b) If yes to (a) then how? Thanks Alex 回答1: You can not connect gremlin-python to