Hello. I'm using Neo4J to identify the connections between different node labels. With point-in-time relations.Neo4J 4.4.4 Community Edition
DB rolled out in docker container with k8s orchestrating.
MATCH (source_node: Person) WHERE source_node.name...