This document summarizes a thesis submitted in partial fulfillment of a Masters of Science degree in Software Engineering and Database Technologies. The thesis compares the performance of relational databases and graph databases when querying data that contains many relationships requiring traversing multiple relationships. It finds that an Oracle 12c relational database saw decreased performance with increased joins/traversals required, while a Neo4j graph database maintained consistent performance for the same queries.