Hi,
I am evaluating Neo4j. I successfuly imported data from csv files.
I would like to make a query that will extract some specific nodes (eg UserID) from largest connected components. I would like to fix the connected components size.
Eg get all UserID from all connected components where the size of the connected component is greater than 20.
Is that doable with neo4j ?
Thanks in advance