Duration: Sep 2023 – Oct 2023
Tools Used: Neo4j, Cypher Query Language, Python (Py2neo), Graph Data Science
This project involved designing and implementing a graph-based database using Neo4j for a hotel chain to better understand relationships between guests, rooms, and transactions. The graph model provides greater flexibility and efficiency for complex queries like loyalty tracking, frequent co-travelers, and high-value customer clusters.
STAYED_IN
, BOOKED
, and REFERRED
to reflect
real-world structure.Access the full code and documentation here:
View on GitHub