Hi,
I'm searching for a cypher editor or for a plugin. I would be surprised if there wasn't one.
Of course for the current version of Cypher / Neo4j.
Thanks,
Michel
Hi
I have a graph:
There is a list of node-pairs in a csv file:
input.csvcase, from, toc1,AAA,BBBc1,EEE,FFFc2,AAA,EEE
Task: The distance between two nodes should be calculated and put in a csv like:
ouput.csvcase, from, to, distancec1,AAA,CCC,2c1...
Hi,
I want to find the nearest neighbours with the same value of relationship property. Eg. the relationship PARENT has the property "color" and that property has values as "yellow", "green" and "red". So I want to find the the nearest neighbours...
Hi @glilienfield , for that I have to write a VBA code (nodes > 20000, routes > 1000) . In the meanwhile I did it. The only open question for further similary tasks: How can I compare and reference values from different rows (i, i+1)
Something li...
Hi @glilienfield ,
many thanks ! The relationship betwen DDD and EEE doesn't exist. Have you any idea, how to avoid creating of such relationships ?
Thanks,
Michel
Hi @glilienfield ,
thanks for your effort. Sorry, the requirements were not enough precise: Only the color of relationship shold be the same. What I need the nearest neighbours in both directions. Could you please extend your code for getting both...