cypher-for-gremlin icon indicating copy to clipboard operation
cypher-for-gremlin copied to clipboard

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

Open hagen666 opened this issue 5 years ago • 1 comments

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?

hagen666 avatar Jul 25 '19 02:07 hagen666

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.

dwitry avatar Jul 26 '19 07:07 dwitry