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. User database with schema based indexing
4.5. Managing resources when not using transactions
4.6. Basic unit testing
4.7. Traversal
4.8. Domain entities
4.9. Graph Algorithm examples
4.10. Reading a management attribute
4.11. OSGi setup
4.12. 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.