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.

heena_rajan
Node
since ‎03-15-2022
‎06-01-2022

User Statistics

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hello Everyone, I have created a named graph with Cypher projection and I want to export this graph to a new database (GDS version: 1.7.2, neo4j version: 4.2.2). I followed the same procedure as mentioned here Export operations - Neo4j Graph Data Sci...
Hello Everyone, I want to apply Closeness centrality algorithm on the graph obtained by the following Cypher query. WITH [uri1, uri2, uri3] AS StopUris MATCH(n:label1)-[:abc|pqr|xyz*0..2]->(m)-[:uvw*0..1]-(o) WHERE n.uri = uri4 and not m.uri IN Sto...
Hello Everyone, I am new to Cypher and having issues while querying for multiple relationships. I have two relationships :abc and :xyz. I want to get all the nodes that are 2 hops away which have either :abc OR :xyz relationships. Also, :abc is dire...