Neo4j - Get Level2 or Level3 connections
问题 I'm developing a small connections structure to understand the concept of graph databases better, as well learn Neo4J I have few users and the relationship between them is KNOWS as follows I have the following cqls to create the nodes and relationships between then in Neo4j. CREATE (user1:User {name:"User1",mail:"user1@test.com",mobile: 9000090001}) CREATE (user2:User {name:"User2",mail:"user2@test.com",mobile: 9000090002}) CREATE (user3:User {name:"User3",mail:"user3@test.com",mobile: