Hello Community,
Given a simplistic model similar to:
(s:Shipment)-[d:DELIVERED_TO]->(:Hub)
Where there are a 100 hubs and 500K shipments per year. Within Bloom and a tiny subset of this path, I am able to use the Page Rank Centrality algo and the color gradient feature to demonstrate node connectivity for the Hub. Check. I want to represent the full model, but given the large number of paths I reach the record limit enforced on the Bloom surface. Also note I don't want to see the Shipment nodes, just the Hub's with the color gradient applied.
Is there a technique I am overlooking for example scaling or sampling? Thanks much,
Douglas