Hello,
I'm a newbe in Neo4j.
I've a graph which looks like this (:Person) - [:VISITS] -> (:Location). I'd like to find people at a distance of maximum 3 "visits" from a given Person
eg: Paul -VISITED-> New-York <-VISITED- Frank -VISITED-> Paris <-VI...