python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Gremlin add edge if not exists
I have the following code to insert two vertices/nodes, and an edge. It insert edge when the edge is NOT already exists.
g.V(100).hasLabel("pickup").fold().coalesce(
unfold(),
addV(&...
user1187968
Votes: 0
Answers: 1
Map gremlin projection results
Imagine an item can be tagged by connecting unique tag nodes to a post with the twist that tags come from different sources. The source is recorded on the connecting edge, and there may be only one ed...
Igor R
Votes: 0
Answers: 1
No response with concurrent gremlin client submit
In our application, we see that the Gremlin Java Client does not respond when we send beyond 10 concurrent requests to AWS Neptune.
When we submit more than 10 requests concurrently, the Completable f...
samairtimer
Votes: 0
Answers: 0
Gremlin using select in hasId returns incorrect result
I'm trying to execute a gremlin query where a saved vertex id is re-used later in a hasId clause. What I see is that when I put in the literal Id the answer is correct, however when I substitute the ...
Jake
Votes: 0
Answers: 1