Setup and Configuration of SPARQL-Gremlin plugin (with ArcadeDB)
Dear All,
I would like to use the SPARQL-Gremlin ( https://tinkerpop.apache.org/docs/current/reference/#sparql-gremlin ) plugin with the embedded Gremlin server in ArcadeDB.
ArcadeDB exposes the
I would like to use the SPARQL-Gremlin ( https://tinkerpop.apache.org/docs/current/reference/#sparql-gremlin ) plugin with the embedded Gremlin server in ArcadeDB.
ArcadeDB exposes the
gremlin-server.groovy, gremlin-server.properties, and gremlin-server.yaml files in its config directory. So my questions are:- How do I install the plugin? Particularly, is there a way without recompiling the embedding ArcadeDB?
- What configurations do I have to add to these files to activate and use the SPARQL plugin? I found some hints and partial examples here and there but patchworking those did not work.