Hello, our team is currently doing an implementation using Neo4j and we are facing some issues.
Short description
Our structure is relatively simple:
the nodes have only two properties of interest: id(int) and seed(bool) and both are Indexedthere's o...