Overview
Designed and implemented a graph-based database using Neo4j to model relationships
between hotels, guests, rooms, and bookings, enabling richer insights than
traditional relational databases.
Key Features
- Created nodes for guests, rooms, hotels, and bookings with meaningful properties
- Built relationships such as
STAYED_IN, BOOKED, and REFERRED
- Developed Cypher queries for customer segmentation and relationship analysis
- Explored graph insights using Neo4j Browser and Bloom visualisations