aseemk / node-neo4j-template

A template app for using Neo4j from Node.js.
http://node-neo4j-template.herokuapp.com/
216 stars 92 forks source link

Example feature: "normalized" follower count #10

Open aseemk opened 10 years ago

aseemk commented 10 years ago

It'd be cool to show an example of a non-trivial Cypher query to derive something cool. I'm thinking a "normalized" follower count could be cool, where followers are given more weight if they follow fewer other people.

Prototyped: https://gist.github.com/aseemk/8049714