I'm playing around with interactive graph visualization tools and I'm currently attempting to use the Gephi plugin. I've worked through the tutorial and except for a few caveats that I've mostly worked out I have a question that doesn't seem to be addressed by that plugin.
Namely, how do I visualize a graph in AWS Neptune using the gephi plugin? I feel like this should be possible.
I can execute gremlin traversals from a console on the host where I run gephi. I can great graphs in Gephi using the TinkerFactory graph. Now how do I link them together?
Thanks for your help in advance.