hi, looks like it although i do not want to stream all attributes.
2016-12-22 15:46 GMT+01:00 Santiago Videla <[email protected]>: > 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 <[email protected]> wrote: > >> 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 >> >> -- >> 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 [email protected]. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Santiago Videla > http://www.linkedin.com/in/svidela > > -- > 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 > [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Groeten / Best Regards, Koen -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
