Chapter 33. The Traversal Framework

Table of Contents

33.1. Main concepts
33.2. Traversal Framework Java API

The Neo4j Traversal API is a callback based, lazily executed way of specifying desired movements through a graph in Java. Some traversal examples are collected under Section 32.7, “Traversal”.

You can also use The Cypher Query Language as a powerful declarative way to query the graph.