I'm new to gremlin and have been working on creating an ego network using Gremlin.
Ego-alter connections are pretty easy to find, but the problem lies in finding alter-alter connections. Is there a way to write a query which extracts all the alter-alter connections along with ego-alter connections in a n-radius ego network ?
For example in the Graph of the gods. 1-Radius ego network for 'jupiter' has ego-alter connections as 'Jupiter-neptune', 'Jupiter-pluto'. While the alter-alter connection is 'Neptune-Pluto'. How do I retrieve these connections.
Thanks in advance.