applied-knowledge-systems / the-pattern

Overall repository for NLP pipeline, API and UI, design and architecture
GNU Affero General Public License v3.0
22 stars 9 forks source link

Create API call for top N most connected entities according to pagerank #the-pattern-api #6

Open AlexMikhalev opened 3 years ago

AlexMikhalev commented 3 years ago

Create API call for top N most connected entities according to pagerank #the-pattern-api

AlexMikhalev commented 3 years ago

References https://oss.redislabs.com/redisgraph/commands/

drraghavendra commented 3 years ago

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"