- neo4j v 3.5
- graph-algorithms-algo v 3.5.0.1
- apoc v 3.5.0.1
- AWS R5.24xlarge: 96 vCPU & 748GB RAM with SSD
My graph is the bitcoin address graph whose degree distribution is the class power-law.
- 639,204,230 Nodes (Addresses & Transactions)
- 741,853,556 Edges (a:address)-[e:INPUT_TO]->(t:transaction)
CALL algo.unionFind.stream(null, null, {}) YIELD nodeId,setId
Running this from cypher-shell re-directing the output to a local file
Error & Log file is here: https://drive.google.com/file/d/1rzycDLkL4mVDl1Rl71xmLkZ81mSzLZIf/view?usp=sharing