I have a neo4j graph of 600000 nodes which are connected to each other in the form (a:item)-[r]-(b:item). How do I get a random sample of graph network with 10000 nodes with relations between them?
(bascially what I require is a random graph consisti...