Re: [Neo4j] stream property to gephi

2016-12-22 Thread Koen Kleingeld
hi, looks like it although i do not want to stream all attributes. 2016-12-22 15:46 GMT+01:00 Santiago Videla : > Hi, > > It seems related to this issue in Github: https://github.com/neo4j- > contrib/neo4j-apoc-procedures/issues/113 > > On Thu, Dec 22, 2016 at 11:34 AM, koen wrote: > >> Hi, i

Re: [Neo4j] stream property to gephi

2016-12-22 Thread Santiago Videla
Hi, It seems related to this issue in Github: https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/113 On Thu, Dec 22, 2016 at 11:34 AM, koen wrote: > Hi, i am using neo4j combined with gephi for visualization. This works ok > but i cannot manage to stream node properties to gephi (onl

[Neo4j] stream property to gephi

2016-12-22 Thread koen
Hi, i am using neo4j combined with gephi for visualization. This works ok but i cannot manage to stream node properties to gephi (only some basic data is streamed) . My cypher query in neo looks like : match path = (:Location) WITH path LIMIT 1000 with collect(path) as paths call apoc.gephi.a