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

ASF GitHub Bot commented on TINKERPOP-2171:
-------------------------------------------

spmallette commented on pull request #1074: TINKERPOP-2171 Allow sparql() to be 
extended with Gremlin steps.
URL: https://github.com/apache/tinkerpop/pull/1074
 
 
   https://issues.apache.org/jira/browse/TINKERPOP-2171
   
   Allows `sparql()` step to be followed by Gremlin steps:
   
   ```text
   gremlin> g.sparql("SELECT * WHERE { }").out("knows").values("name")
   ==>vadas
   ==>josh
   ```
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


> Allow SPARQL to be extended with Gremlin steps
> ----------------------------------------------
>
>                 Key: TINKERPOP-2171
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2171
>             Project: TinkerPop
>          Issue Type: Improvement
>          Components: sparql
>    Affects Versions: 3.4.0
>            Reporter: stephen mallette
>            Assignee: stephen mallette
>            Priority: Minor
>
> Currently, users can only write {{g.sparql()}} queries to have them translate 
> to Gremlin, but they can't continue their traversal like 
> {g.sparql(...).out()}}. Allowing that capability will make it behave more 
> like the {{cypher()}} step in {{Neo4jGraph}} and thus more greatly improve 
> the flexibility available to users.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to