First of all, I'm just starting with neo4j.
I have a database with nodes of type 'Candidate', 'JobPosition' and 'Skill', and given certain skills of a job position I want to recommend the best candidates for that position.
The problem is that the Can...