python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Gremlin : Checking existence in traversal step or set
Background:
I am trying to run a search through a graph and change the search behavior based on if the discovered node belongs to a pre-defined set available before the query is executed.
I can't find...

CB60
Votes: 0
Answers: 1
Find largest connected components AWS Neptune
In an AWS Neptune graph with billions of nodes and edges, how would one go about finding the largest connected components efficiently? The reason I am trying to find the answer to this question is bec...
natsbat4ws
Votes: 0
Answers: 1
Gremlin-server: does vertexIdManager=ANY generates id collisions?
I need to configure tinkergraph-empty.properties file in gremlin-server so the ids are generated with the "ANY" logic
gremlin.tinkergraph.vertexIdManager=ANY
gremlin.tinkergraph.edgeIdManage...

fermmm
Votes: 0
Answers: 1
How to get properties from multiple vertexes in gremlin
How to get properties from multiple vertexes in a gremlin.
From the above graph, I need to collect 'name' from user and email_id from email vertex and phone number from phone_number vertex. Is it poss...
Thirumal
Votes: 0
Answers: 1