You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've followed the steps Chapter 7. INTRODUCING GREMLIN SERVER on setting up the gremlin console on a remote server and connected to it with
gremlin> :remote connect tinkerpop.server conf/remote.yaml session
==>Configured localhost/127.0.0.1:8182-[49767b47-89d7-4984-9a37-6eeb6d551be7]
gremlin> :remote console
==>All scripts will now be sent to Gremlin Server - [localhost/127.0.0.1:8182]-[49767b47-89d7-4984-9a37-6eeb6d551be7] - type ':remote console' to return to local mode
tried this resulted in file not found. How might I download the script to remote?
gremlin> :load load-air-routes-graph.groovy
tried this resulted in No such property: ToInputStream
My current hurdle is I'm trying to figure out how to 1) download the data with the Gremlin console on remote, 2) retrieve it and load it into the graph.
There is also this comment in the official TinkerPop documentation that points out that the file must be accessible on the server:
Remote Gremlin Console users or Gremlin Language Variant (GLV) users (e.g. gremlin-python) who utilize the io()-step should recall that their read() or write() operation will occur on the server and not locally and therefore the file specified for import/export must be something accessible by the server.
I should probably add some text to the book that points this out. I also need to add coverage of the new g.io() way of loading data. That is captured in issue #115
I've followed the steps Chapter 7. INTRODUCING GREMLIN SERVER on setting up the gremlin console on a remote server and connected to it with
tried this resulted in file not found. How might I download the script to remote?
tried this resulted in No such property: ToInputStream
My current hurdle is I'm trying to figure out how to 1) download the data with the Gremlin console on remote, 2) retrieve it and load it into the graph.
Thanks for this great work @krlawrence
The text was updated successfully, but these errors were encountered: