Hi all,
Since now Neo4j is back to using Log4J 2, on it version 5.x., does anyone have some idea or examples on how to setup and flush logs to Splunk via FluentBit? The question goes more onto using also the multiline parser (for the new logs) and al...
Hi everyone,
i am currently using this query to mark all the nodes and relationships in my graph:
CALL apoc.periodic.iterate( " cypher runtime=slotted MATCH (n)-[r]->(m) RETURN n, r, m ", " SET n.fullLoadDelete = ...
Hi,
I have the following scenario:
In all cases the returned path should be the one that is coloured. When the middle Service is as in Case 1, then the returned path should only consider the top and bottom level services and not the middle one. Is t...
Hi everyone,
I have the following situation (as shown in the image below), where I have to return always the latest tagged Person node on the path while having to traverse an undefined number of hops in the HAS_PARENT relationship type.
UseCase
Anyon...
Hi everyone,I have a situation as follows: 60,000,000 nodes under the label Service from which I would like to create new nodes and relationships. I have the following query:
// Service
CALL apoc.periodic.iterate(
"
MATCH (s:Service)
RETURN ...
thanks for your reply. The conditions are as following:
return the normal/entire path between services when:
case 2, case 3, and case 4
return the modified path between services when:
case 1
Note that the modified path means to return only the path ...
So I would like to return the four paths but in CASE 1, I would like to return only the top and the bottom service. "Skip" is a property that shows me the node that I should consider to skip (not include in the returned path).
Hi @jasper_reloaded,
Automatic seeding of a cluster from a backup is failing for the moment because the implementation of the SeedValidationLifecycle is missing / would be fixed in version 5.4.
Hi @D_K ,
We are experiencing the same issue and we got to know that it will be fixed on version 5.4. On the other hand we can not make also to run with a URI seeding (on the file URI level), because firstly it is missing that you have to add into co...