How to disable embedded gremlin server in Janusgraph docker image?
I would like to host a janusgraph instance with a cassandra storage backend, and have a separate gremlin server running (so I can use it for multiple different graph databases and/or other janusgraph instances). From what I can tell it looks like the standard janusgraph image starts up an embedded/packaged gremlin server by default when I spin it up on my kubernetes cluster. Is it possible to disable this?
0 Replies