I have Neo4j version 4.x server installed locally.
Is there is a way to connect to it from Nodejs using Gremlin driver?
I have tried this plugin:
GitHub
neo4j-contrib/gremlin-plugin
A Plugin for the Neo4j server add Tink...
What I want is to use Neo4J database but using gremlin command from Nodejs code.
So my application is nodejs using Gremlin driver to connect to the graph database, currently it is Amazon Neptune, but I want to be database agnostic by using one of Gre...