November 2020
Intermediate to advanced
336 pages
10h 11m
English
Finding data within the graph is one skill, but returning it efficiently presents a whole new set of challenges. While it’s entirely possible to send raw, unorganized data to the client, in most cases, it’s best to do as much data processing at the database layer as possible. Client applications are quite busy handling user interactions.
In this chapter, we’ll focus on the different methods of collecting, formatting, and outputting traversal results at the database level. We’ll ...
Read now
Unlock full access