cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

masavini
Node Link
since ‎01-12-2023
‎01-19-2023

User Statistics

  • 7 Posts
  • 1 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

Hi,please consider the following graph: CREATE (n0:Person {name: "Jack"})-[:ALLIED_WITH]->(n4:Person {name: "Theo"})-[:ENEMY_OF]->(n3:Person {name: "Paul"})<-[:PARTNER_OF]-(:Person {name: "Jim"})-[:ALLIED_WITH]->(n1:Person {name: "Mark"})-[:PARTNER_O...
Hi everybody! I have a graph with a few thousand nodes which form unrelated clusters. I'd like to get a list of lists with the nodes with a certain label forming each cluster, regardless of the relation type linking them. Let's consider this simple e...
Kudos from