Social Graph
Everything on SkillVeris tagged Social Graph — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 1 library
Interview Questions(3)
What is the Graph Database Model?
A graph database stores data as nodes (entities) and edges (relationships between them), both of which can carry properties, and it is optimized to traverse re…
How Do You Design a Friend Recommendation System?
A friend recommendation system generates candidates from a user’s social graph (friends-of-friends, mutual connections) using a graph database or precomputed g…
Fan-Out on Write vs Fan-Out on Read: Which Should You Use?
Fan-out on write pre-computes each follower’s feed the instant content is created, pushing a copy into every follower’s inbox so reads are cheap and instant, w…