Overview
Designed and implemented a graph-based database using Neo4j for a hotel chain to better understand relationships between guests, rooms, and transactions.
Key Features
- Created nodes for guests, rooms, hotels, and bookings with rich metadata
- Built relationships like
STAYED_IN
, BOOKED
, and REFERRED
- Developed complex Cypher queries for customer segmentation
- Visualized relationships using Neo4j Browser and Bloom