8 Building traversals using known walks
This chapter covers
- Creating known-walk traversals
- Translating business questions into graph traversals
- Prioritizing strategies for traversal development
- Paginating results in a graph traversal
Denise is one of the users of DiningByFriends. She recently traveled to Cincinnati, Ohio, for work and is looking for a recommendation for an excellent restaurant for dinner. From the work we did in the last chapter, we know that our data model contains all the necessary information to answer this type of question. We also know that to answer this question, we need to develop traversals that
-
Traverse a specified set of vertices and edges
-
Traverse those elements in a set order
-
Traverse those elements a specific ...
Get Graph Databases in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.