cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Michel
Node Clone
since ‎05-04-2022
‎09-19-2022

User Statistics

  • 33 Posts
  • 4 Solutions
  • 20 Kudos given
  • 3 Kudos received

User Activity

Hi, There is a graph with nodes "City" : CREATE (a:City {DS: 'AAA'})CREATE (b:City {DS: 'BBB'})CREATE (c:City {DS: 'CCC'})CREATE (d:City {DS: 'DDD'})CREATE (e:City {DS: 'EEE'})CREATE (f:City {DS: 'FFF'})CREATE (g:City {DS: 'GGG'}) The relatioships s...
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, is there any function for getting  difference of two paths andintersect of several paths ? Thanks a lot in advance,   Michel  
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...
Kudos from