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...
And can I get similarity between these A (Candidate) and B (Job) nodes, base on the edge with Skills ?
I have create these proyect:
CALL gds.graph.project(
'test3',
['Job', 'Candidate', 'Skill'],
{ ...
I'm having problems loading the dump file.
I'm using:
C:\Neo4j\neo4j-enterprise-3.5.22>bin\neo4j-admin load --from=C:\Neo4j\NUBkOn_graph.db_2022-03-06.dump --database=graph.db --force=true
and the error is:
command failed: you do not have permissi...
Thanks David.
I think that the only option I see for this is to install a neo4j on each machine and that it synchronizes with neo4j streams and the CDC.
If you can think of any other solution ...
Regards.