For now we are using the very simplified and not near reality approach that Azure officially lets one play: https://learn.microsoft.com/en-us/azure/cosmos-db/gremlin/quickstart-java.
But we need to use gremlin in a scriptive manner ... like this:
g.V().has()...
... not as a string script query that is then submited:
static final String gremlinQueries[]
…
Top comments (0)