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

Can I connect gremlin-server using Neo4j-jdbc-api? #306

Open hagen666 opened 5 years ago

hagen666 commented 5 years ago

Cypher-Gremlin-Neo4j-Driver uses an API like Neo4j-java-Driver to connect Gremlin Server with Cypher plugin. Is there any API like Neo4j-jdbc-Driver that can be used to connect the Server?

dwitry commented 5 years ago

Hello @hagen666,

it is not implemented.

However, it could be implemented by providing cypher-gremlin-neo4j-driver to neo4j-jdbc (probably will require minimal changes from both modules).

Currently, it is not planned for implementation, but contributions are always welcome.