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.

SalvatoreAntoni
Node Link
since ‎06-14-2020
‎06-01-2022

User Statistics

  • 6 Posts
  • 0 Solutions
  • 2 Kudos given
  • 0 Kudos received

User Activity

Hi, I have this db: and i whant to check the similarity between a x:person and the people that he follows. So i create a graph like this: CALL gds.graph.create.cypher( 'my-cypher-graph7', 'MATCH (n) where n:Person or n:Movie RETURN id(n) AS id', 'MA...
Hi guys, I have some problems with subgraphs... I have this db: I want to check the similarity of a specify person p1 with all the person that he follows, ex: MATCH (p:Person {name: "Matteo Bardi"}) CALL apoc.path.subgraphNodes(p, { relationshipFilt...
Hi guys, I'm trying to make this db: 90 person with a name, ex: MERGE (MicheleLandi:Person {name: "Michele Landi"}) 100 movies with a title, ex: MERGE (Ace_Ventura__When_Nature_Calls__1995_:Movie {name: "Ace Ventura: When Nature Calls [1995]"}) And e...
Hi guys, I'm using neo4j 4.0.5 Enterprise and I can't install the Graph Algorithms plugin I have tried to use older versions but I have always the same problem... Some suggestions ?
Kudos given to