ipython-gremlin icon indicating copy to clipboard operation
ipython-gremlin copied to clipboard

Connect to remote gremlin server

Open mkeshav opened this issue 4 years ago • 1 comments

How can i connect to a remote server?

pls help

mkeshav avatar Jun 19 '20 03:06 mkeshav

Example. Add something like this before any gremlin calls

%config GremlinMagic.uri = 'wss://yourserver.neptune.amazonaws.com:8182/gremlin'
paths = %gremlin g.V().bothE().otherV().path()

dcwangmit01 avatar Sep 07 '20 19:09 dcwangmit01