Chapter 6. Modeling Communication Chains
In the previous chapters, we explored designing a graph that allows a traveler to choose a route of travel, book flights, and also view information about the hotels they might stay at in case they have a long layover. In this chapter, we will explore how can we model reviews for the airport hotels that we introduced in Chapter 5, Refactoring the Data Model.
In this chapter, we will explore the following modeling reviews:
- Modeling comments on reviews as chains
- Considerations for modeling temporal data as chains