python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
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
Error when constructing Gremlin traversal using Lambda function
I have a vertex that is set with properties startDate and endDate:
Date start = new Date();
Date end = Date.from(start.toInstant().plusSeconds(600));
g.V(8L).property("startDate", start).pro...
Hieu Nguyen
Votes: 0
Answers: 1
Get vertex with particular edges - remove duplicates
I need to export vertex with some of connected to it. Without any projection - just as it is (like a data dump).
What I want to achieve is to remove redundant vertices in result (json document).
Let a...
Grzegorz Kotfis
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