This article will present a solution to avoid Cypher query crashing, thanks to the Graph Data Science plugin from Neo4j and, in particular, the use of the Weakly Connected Components (WCC) algorithm.
This article requires the use of Graph Data Science from Neo4j.
The Problem
Imagine you have some data in your Neo4j instance and you want to perform some refactoring or operations that will create new nodes or relationships. When you use concurrent transactions, I’m sure you’ve already come a...
Read it: Use Weakly Connected Components to Avoid Cypher Query Crashing