[
https://issues.apache.org/jira/browse/TINKERPOP-2680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Bechberger updated TINKERPOP-2680:
---------------------------------------
Description:
The Gremlin query language does not include a step to call procedures that are
unique to an implementation. Adding such a step allows implementations to
leverage Gremlin and offer a single interface for users to interact with the
systems comprising the implementation, such as storage and indexing backends.
With this feature, we will create a step that allows implementations to pass on
requests to the implementation's inner services.
was:
One of the gaps in the Gremlin query language is a step that enables
implemented to call procedures that are unique to that specific database.
Adding this ability allows implementers to leverage Gremlin by enabling them to
leverage it as a single interface for users to interact with the database
without having to separate interfaces to handle database-specific operations.
With this feature we will create a step that allows implementors to provide
database specific functionality.
> Create call() step to allow for calling procedures
> --------------------------------------------------
>
> Key: TINKERPOP-2680
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2680
> Project: TinkerPop
> Issue Type: Improvement
> Components: language, process
> Affects Versions: 3.5.1
> Reporter: Dave Bechberger
> Priority: Major
>
> The Gremlin query language does not include a step to call procedures that
> are unique to an implementation. Adding such a step allows implementations to
> leverage Gremlin and offer a single interface for users to interact with the
> systems comprising the implementation, such as storage and indexing backends.
> With this feature, we will create a step that allows implementations to pass
> on requests to the implementation's inner services.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)