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.

guille_rr
Node Link
since ‎03-11-2019
‎02-08-2023

User Statistics

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

User Activity

Hi all, With these schema: I need to fuse these 2 queries, because in the first approach there is no direct edges, and at the end I have to insert the red edges. The first cypher, count the nodes between Jobs and Candidates and return a list order b...
Hi, I want to get the best person for the best job. So that I used  nodeSimilarity. But I don't know if it is the best approach. I create the code: CALL gds.graph.project( 'test1', ['Job', 'Candidate', 'Skill'], ...
Hi all, we need to obtain, among all the nodes (A and B), the two nodes that are most related to each other.Starting from the following scheme: I am using this cypher, but logically it never ends: (j is green, c is pink) Could I use another cyp...
Hi Can I generate more than one distinct dump file? each one of them has diferent data filter from cluster if not, I would use "neo4j-admin copy" with parameters It is a good approximation to the problem? Neo4j 3.5.22 Causal Cluster make de dump, and...
Hi all, I need to know what is the best way to send the change to Mongodb when there is a change in Neo4j. Because if I use the Neo4j Streams CDC to send the change to Mongo, in between I have to do a process that transforms these events to MongoDB f...
Kudos from