This project uses EdgeDB to explore graph-relational modeling and querying on a Yelp business and review dataset from Chicago. It focuses on modeling relationships among users, businesses, and reviews to uncover insights about customer sentiment and local engagement patterns.

Developed as part of the MSDS 420 course at Northwestern University, this work demonstrates practical graph-based querying strategies and evaluates EdgeDB’s expressiveness compared to traditional relational and document databases.

Features

Key Insight

Graph-relational databases like EdgeDB blend the structure of SQL with the expressiveness of graph queries, enabling deeper insights from naturally connected datasets such as customer reviews.

View the source code on GitHub

View on GitHub →