Open AlexMikhalev opened 3 years ago
Create API call for top N most connected entities according to pagerank #the-pattern-api
References https://oss.redislabs.com/redisgraph/commands/
Sir @AlexMikhalev please review the code for API call GRAPH.QUERY g "CALL algo.pageRank(NULL, NULL) YIELD node, score RETURN node, score ORDER BY score DESC LIMIT N"
Create API call for top N most connected entities according to pagerank #the-pattern-api