[Neo4j] Re: Gephi Streaming and Neo4j

2014-01-19 Thread Caleb Jones
Here's the client that I've written for the Gephi streaming API: https://github.com/calebjones/gephi-streaming-client On Friday, January 17, 2014 3:29:55 PM UTC-8, Marcelo Gagliano wrote: > > Hi, Caleb. > > Did you developed that client? If so, could you share the source code? > I am trying to cr

Re: [Neo4j] Re: Gephi Streaming and Neo4j

2014-01-19 Thread Patrick Durusau
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michael, I tried out the export to GraphML today. I was using data from a Twitter feed. The first issue on trying to load into GraphML was that the "&" character was not written "&" When converting files to XML, escape "&" with "&", "<" as < and ">

Re: [Neo4j] Re: Gephi Streaming and Neo4j

2014-01-17 Thread Michael Hunger
+1 that would be awesome I wanted to give it a try myself but haven't found the time. Btw. my neo4j-shell-tools now export Neo4j to GraphML, so you can visualize your db in Gephi, would love some feedback: https://github.com/jexp/neo4j-shell-tools/tree/20#graphml-export Michael Am 18.01.2014

[Neo4j] Re: Gephi Streaming and Neo4j

2014-01-17 Thread Marcelo Gagliano
Hi, Caleb. Did you developed that client? If so, could you share the source code? I am trying to create a similar solution, but I am not having much success. Thank you, Marcelo Gagliano On Friday, June 21, 2013 3:12:20 AM UTC-3, Caleb Jones wrote: > > I'm currently working on building a Java cl