Streaming graph data


JZ <zamb...@...>
 

Hello,

Does anyone know if there is a way to stream a graph to a viewer such as Gephi from Janus Java client.  When using the gremlin console you can use the  tinkerpop.gephi plugin and redirect a graph Gephi.  Is there a way to do that from a Java  that has created a graph?  I did not find any mention of this in the documentation. 

Thanks

JGZ


Jason Plurad <plu...@...>
 

The Gephi integration with TinkerPop was done as a Gremlin Console plugin, so it's not cleanly separated out for use from a standalone Java program. Ultimately, it looks like it only uses a couple files, so maybe it wouldn't be too hard to do.

* GephiRemoteAcceptor.groovy
* GephiTraversalVisualizationStrategy.groovy


-- Jason


On Friday, June 16, 2017 at 10:36:19 AM UTC-4, JZ wrote:
Hello,

Does anyone know if there is a way to stream a graph to a viewer such as Gephi from Janus Java client.  When using the gremlin console you can use the  tinkerpop.gephi plugin and redirect a graph Gephi.  Is there a way to do that from a Java  that has created a graph?  I did not find any mention of this in the documentation. 

Thanks

JGZ