opencypher / cypher-for-gremlin

Cypher for Gremlin adds Cypher support to any Gremlin graph database.
Apache License 2.0
359 stars 48 forks source link

Graph not accessible #341

Open VINAYAK179 opened 5 years ago

VINAYAK179 commented 5 years ago

I am trying to connect to existing graph's with below mentioned commands, but getting the following error :

:remote connect opencypher.gremlin conf/remote.yaml session

:remote config alias g graph_name

:> MATCH (n) RETURN n LIMIT 5

java.util.concurrent.CompletionException: org.apache.tinkerpop.gremlin.driver.exception.ResponseException: Traversable alias 'graph_name' not found

While using gremlin, the graph is accessible.