Learn R Programming

paws.database (version 0.7.0)

neptunedata_execute_gremlin_query: This commands executes a Gremlin query

Description

This commands executes a Gremlin query. Amazon Neptune is compatible with Apache TinkerPop3 and Gremlin, so you can use the Gremlin traversal language to query the graph, as described under The Graph in the Apache TinkerPop3 documentation. More details can also be found in Accessing a Neptune graph with Gremlin.

See https://www.paws-r-sdk.com/docs/neptunedata_execute_gremlin_query/ for full documentation.

Usage

neptunedata_execute_gremlin_query(gremlinQuery, serializer = NULL)

Arguments

gremlinQuery

[required] Using this API, you can run Gremlin queries in string format much as you can using the HTTP endpoint. The interface is compatible with whatever Gremlin version your DB cluster is using (see the Tinkerpop client section to determine which Gremlin releases your engine version supports).

serializer

If non-null, the query results are returned in a serialized response message in the format specified by this parameter. See the GraphSON section in the TinkerPop documentation for a list of the formats that are currently supported.