stream property to gephi

75 views
Skip to first unread message

koen

unread,
Dec 22, 2016, 9:34:36 AM12/22/16
to Neo4j
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.add(null,'workspace1', paths) yield nodes, relationships
return nodes, relationships

The :Location labelled nodes have several properties amongst others a lat and lon value

So how can i extend this query so that (for example) the "lat" and "lon" property from the :Location labelled nodes are also streamed ?

Thanks Koen

Santiago Videla

unread,
Dec 22, 2016, 9:47:23 AM12/22/16
to ne...@googlegroups.com
Hi,

It seems related to this issue in Github: https://github.com/neo4j-contrib/neo4j-apoc-procedures/issues/113

--
You received this message because you are subscribed to the Google Groups "Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email to neo4j+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--

Koen Kleingeld

unread,
Dec 22, 2016, 10:05:08 AM12/22/16
to ne...@googlegroups.com
hi, looks like it although i do not want to stream all attributes.



--
You received this message because you are subscribed to a topic in the Google Groups "Neo4j" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/neo4j/U8Yp-g1bvWQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to neo4j+unsubscribe@googlegroups.com.

For more options, visit https://groups.google.com/d/optout.



--
Groeten / Best Regards,

Koen

koen

unread,
Dec 28, 2016, 3:43:48 AM12/28/16
to Neo4j
Hi, any input here ? streaming properties to gephi would be very handy imho

thanks reg koen

Op donderdag 22 december 2016 15:34:36 UTC+1 schreef koen:
Reply all
Reply to author
Forward
0 new messages