davebshow / ipython-gremlin

http://ipython-gremlin.readthedocs.org/en/latest/
MIT License
42 stars 8 forks source link

Connect to remote gremlin server #7

Open mkeshav opened 4 years ago

mkeshav commented 4 years ago

How can i connect to a remote server?

pls help

dcwangmit01 commented 4 years ago

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()