[
https://issues.apache.org/jira/browse/TINKERPOP-1876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16340550#comment-16340550
]
ping commented on TINKERPOP-1876:
-
hello stephen i ccannot use goole to connect with o
Marko had a nice idea with:
gremlin> sparql = graph.traversal(SPARQLTraversalStrategy.class)
.withRemote(“127.0.0.2”)
gremlin> sparql.query(“SELECT ?x ?y WHERE {…}”).toList()
==>{?x:marko, ?y:29}
==>{?x:josh, ?y:32}
The problem i'm seeing is that it requires that the TraversalSource on the
server
Check this out:
gremlin> graph = TinkerFactory.createModern()
==>tinkergraph[vertices:6 edges:6]
gremlin> g = graph.traversal(SparqlTraversalSource.class).
..1> withStrategies(SparqlStrategy.instance())
==>sparqltraversalsource[tinkergraph[vertices:6 edges:6], standard]
gremlin> g.sp
[
https://issues.apache.org/jira/browse/TINKERPOP-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339303#comment-16339303
]
ASF GitHub Bot commented on TINKERPOP-1879:
---
Github user robertdale commente
Github user robertdale commented on the issue:
https://github.com/apache/tinkerpop/pull/791
Yeah, ok, apparently I never actually switched branches. Time to get some
coffee
VOTE +1
---
[
https://issues.apache.org/jira/browse/TINKERPOP-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339284#comment-16339284
]
ASF GitHub Bot commented on TINKERPOP-1879:
---
Github user spmallette commente
Github user spmallette commented on the issue:
https://github.com/apache/tinkerpop/pull/791
What were you trying? seems to work for me:
```text
$ cat x.groovy
println "123"
$ bin/gremlin.sh -e x.groovy
123
$ bin/gremlin.sh -e=x.groovy
123
$ bin/
[
https://issues.apache.org/jira/browse/TINKERPOP-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339243#comment-16339243
]
ASF GitHub Bot commented on TINKERPOP-1879:
---
Github user robertdale commente
Github user robertdale commented on the issue:
https://github.com/apache/tinkerpop/pull/791
Those tests pass? It doesn't seem to work for me on the cli.
---
[
https://issues.apache.org/jira/browse/TINKERPOP-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339201#comment-16339201
]
ASF GitHub Bot commented on TINKERPOP-1879:
---
GitHub user spmallette opened a
GitHub user spmallette opened a pull request:
https://github.com/apache/tinkerpop/pull/791
TINKERPOP-1879 Fixed gremlin.sh handling of = in flags
https://issues.apache.org/jira/browse/TINKERPOP-1879
Builds with `mvn clean install -pl gremlin-console
-DskipIntegrationTests=f
stephen mallette created TINKERPOP-1879:
---
Summary: Gremlin Console does not resepect equal sign for flag
argument assignments
Key: TINKERPOP-1879
URL: https://issues.apache.org/jira/browse/TINKERPOP-1879
[
https://issues.apache.org/jira/browse/TINKERPOP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339108#comment-16339108
]
Jorge Bay commented on TINKERPOP-1489:
--
Test suite for gremlin-javascript on mast
[
https://issues.apache.org/jira/browse/TINKERPOP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jorge Bay reopened TINKERPOP-1489:
--
Reopening it to assign the fix version...
> Provide a Javascript Gremlin Language Variant
> ---
[
https://issues.apache.org/jira/browse/TINKERPOP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jorge Bay closed TINKERPOP-1489.
Resolution: Done
> Provide a Javascript Gremlin Language Variant
> -
[
https://issues.apache.org/jira/browse/TINKERPOP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jorge Bay updated TINKERPOP-1489:
-
Fix Version/s: 3.3.2
3.2.8
> Provide a Javascript Gremlin Language Variant
[
https://issues.apache.org/jira/browse/TINKERPOP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jorge Bay closed TINKERPOP-1489.
Resolution: Done
Merged into tp32 and merged tp32 into master.
I'll start the discussion on the
Github user asfgit closed the pull request at:
https://github.com/apache/tinkerpop/pull/695
---
[
https://issues.apache.org/jira/browse/TINKERPOP-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16339084#comment-16339084
]
ASF GitHub Bot commented on TINKERPOP-1489:
---
Github user asfgit closed the p
19 matches
Mail list logo