Part II. Tutorials

Table of Contents

4. Using Neo4j embedded in Java applications
4.1. Include Neo4j in your project
4.2. Hello World
4.3. User database with index
4.4. Traversal
4.5. Domain entities
4.6. Graph Algorithm examples
4.7. Uniqueness of Paths in traversals
4.8. Reading a management attribute
5. Using Neo4j embedded in Python applications
5.1. Hello, world!
5.2. A sample app using traversals and indexes
6. Extending the Neo4j Server
6.1. Server Plugins
6.2. Unmanaged Extensions
7. Domain Modeling Gallery
7.1. User roles in graphs
7.2. ACL structures in graphs
8. Using the Neo4j REST API
8.1. How to use the REST API from Java
9. The Traversal Framework
9.1. Main concepts
9.2. Traversal Framework Java API