This project builds and visualizes social graphs from Wikipedia pages.
The graph visualizations use PageRank scores to determine node size and modularity-based clustering to determine node color.
src/- Shared scripts for crawling and building actor, politician, and tennis player graphs
data/actor/- Output data and visualization artifacts for the actor graph
data/politician/- Output data and visualization artifacts for the politician graph
data/tennisPlayer/- Output data and visualization artifacts for the tennis player graph
Each dataset mainly produces the following files:
nodes.csvedges.csvmanifest.json
data/**/cache/contains local crawl cache files and is not tracked by Git.data/**/outputs/contains generated artifacts and is tracked in this repository.