Cypher query:
MATCH path = (n:Tag {name:'javascript'})-[r:SIMILAR*..10]->(m) RETURN path LIMIT 1000