[ 
https://issues.apache.org/jira/browse/TINKERPOP-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15185739#comment-15185739
 ] 

stephen mallette commented on TINKERPOP-1097:
---------------------------------------------

Looks like the basics of this are working at this point:

{code}
gremlin> :remote connect tinkerpop.server conf/remote.yaml session
==>Connected - localhost/127.0.0.1:8182-[3a1daf4a-73ef-469a-a8fe-f12b3a5f555a]
gremlin> :> x = 1
==>1
gremlin> :> y = 2
==>2
gremlin> :> x + y
==>3
gremlin> :remote config alias a g
==>a=g
gremlin> :> a.addV('age',x)
==>v[0]
{code}

> Gremlin Console supporting sessions
> -----------------------------------
>
>                 Key: TINKERPOP-1097
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1097
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: console
>    Affects Versions: 3.1.0-incubating
>            Reporter: stephen mallette
>            Assignee: stephen mallette
>             Fix For: 3.2.0-incubating, 3.1.2-incubating
>
>
> Have the console support `:remote` with session support.  Something like:
> {code}
> gremlin> :remote connect tinkerpop.server conf/remote.yaml session
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to