We have a job platform with graph database. We have users,jobs and terms(occupations,employment type,location....etc) nodes. users and jobs are connected to term nodes. We need a matching query to recommend jobs related to users. For the first level we have build a sample query with references from internet.
Still we have lot of term nodes and multiple relationships for them.
So we looking forward for better recommendation engine.
Can somebody share some useful reference or a effective query ?