Chapter 4. Using Neo4j embedded in Java applications

Table of Contents

4.1. Include Neo4j in your project
4.2. Hello World
4.3. User database with index
4.4. Basic unit testing
4.5. Traversal
4.6. Domain entities
4.7. Graph Algorithm examples
4.8. Reading a management attribute
4.9. OSGi setup
4.10. Execute Cypher Queries from Java

It’s easy to use Neo4j embedded in Java applications. In this chapter you will find everything needed — from setting up the environment to doing something useful with your data.