I'm using the Blazegraph Tinkerpop3 implementation and was wondering whether it is possible to write Gremlin code inside a Java app that will be run against the graph. In the docs I linked below, I see only the ability to use Gremlin traversals through the Gremlin Console, but I would prefer to do it inside my Java app through a Gremlin API, much like the Sparql API exists for this release. Does anybody know whether this is possible, or whether it might be implemented in future versions?
I'm using the Blazegraph Tinkerpop3 implementation and was wondering whether it is possible to write Gremlin code inside a Java app that will be run against the graph. In the docs I linked below, I see only the ability to use Gremlin traversals through the Gremlin Console, but I would prefer to do it inside my Java app through a Gremlin API, much like the Sparql API exists for this release. Does anybody know whether this is possible, or whether it might be implemented in future versions?
Using these docs: https://github.com/blazegraph/tinkerpop3