cypher-for-gremlin
cypher-for-gremlin copied to clipboard
Can I connect gremlin-server using Neo4j-jdbc-api?
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?
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.