Storing and visualizing LinkedIn with Neo4j and sigma.js by Bob Briody.
From the post:
In this post I am going to present a way to:
- load a linkedin networkvia the linkedIn developer AP into neo4j using python
- serve the network from neo4j using node.js, express.js, and cypher
- display the network in the browser using sigma.js
Bob remarks that his method for deduping relationships would not scale to very large networks.
Pointers to how LinkedIn deals with that problem?
I first saw this in a tweet by Peter Neubauer.