[
https://issues.apache.org/jira/browse/TINKERPOP-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15386436#comment-15386436
]
Kaniska Mandal commented on TINKERPOP-1382:
-------------------------------------------
Thanks much Stephen for the quick clarification,
1) which version of Tinkerpop supports addStep ?
** we are accessing Titan and Tinkerpop Gremlin query through a multi-tenant
java Rest API server
2) so if we need to use Tinkerpop 3.1.0 , then we need to compile Titan 1.0.0
with Tinkerpop 3.1.0 to be able to call 'addStep()' from inside our Java Rest
API code (that can embed groovy script) Right ?
if you don't mind, can you point us to some concrete example of 'defining
custom steps' both (A) using addSteps (not just filter but a step that can
combine many steps ) through groovy script as well as (B) how to register a
GraphTraversalSource with gremlin server and then invoke chain of methods (as
mentioned in the other comment)
Again appreciate much for helping us achive this critical functionality of
'user-defined steps'
> As a developer we should be able to create user-defined gremlin step using
> latest Tinkerpop 3.x
> ------------------------------------------------------------------------------------------------
>
> Key: TINKERPOP-1382
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1382
> Project: TinkerPop
> Issue Type: Improvement
> Components: process
> Affects Versions: 3.2.0-incubating
> Reporter: Kaniska Mandal
>
> As a developer we need to be able to define a custom step like we could do as
> Gremlin.defineStep(...) in Tinkerpop 2.x
> It would be great if a separate Java API is provided to combine a set of
> commands and define a custom step.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)