This project recreates the famous Six Degrees of Wikipedia concept, demonstrating the theory of six degrees of separation in the context of Wikipedia’s interconnected articles. It processes and cleans Wikipedia SQL dumps, converts them into CSV files, and stores the resulting graph data in a Neo4j database with over 18 million nodes and 600+ million relationships. A simple web interface built with React and Node.js allows users to explore connections between any two Wikipedia articles.
- Large-scale graph of Wikipedia articles and their links.
- Neo4j-backed database with millions of nodes and relationships.
- Interactive React + Node.js frontend for exploring connections.
- Demonstrates real-world application of graph theory.

