Using the modern graph, how can I write a query that finds the name of the oldest person?
Concurrent MergeV gremlingo - Vertex Id exists
Help Needed with Sample Method in Gremlin-Go
Is it possible to extract the requestId of an Amazon Neptune Gremlin query via gremlin-driver?
Aggregating vertices with set-cardinality properties
elementMap()
it assumes a single-cardinality for all properties and only considers the last element in the set when building the map.
However, when trying to use valueMap(true).by(unfold())
(as described in this SO reply: https://stackoverflow.com/a/75225994/3516889)
It just gives the last property value in the set.
query using valueMap(true).by(unfold())
(1):...Are the developers of TinkerPop interested in the Performance difference on the equivalent queries?
Gremlingo with Neptune - Read loop error
3.6.2 gremlin-server possible memory leak
gremlin-go, MergeE, and Neptune
No logs getting getting logged in log file for gremlin server
Question on macth step
gremlin> graph = TinkerFactory.createModern() gremlin> g=traversal().withEmbedded(graph) gremlin> g.V().match(__.as("a").both().as("b").both().as("c")).count() ==>30...
What's the status amazon-neptune-sigv4-signer?
Is AWS Neptune a "veneer on top of Aurora MySQL" ?
Decode data in Hbase storage
Gremlin queries containing Nested Objects & Apostrophes
G.V() Query syntax error
Cosmo db
The latest version of gremlin console cannot start on windows
Error running gremlin.bat from WIN11 machine
How to use select with V()
V()
step cannot take a traversal. I think however, that you can simplify that query quite a bit.