December 2014
Intermediate to advanced
304 pages
10h 33m
English
This chapter covers
Writing efficient traversals is the key to successfully querying graph data. You learned the basic concepts of the Neo4j Traversal API in chapter 4. In this chapter we’re going to dig a little deeper into the inner workings of the Traversal API so you can learn how to solve the most complex graph problems in an efficient manner.
Every time a traverser visits a node, it needs to make a decision about which relationship to follow ...
Read now
Unlock full access