Chapter 5. Using Neo4j embedded in Java applications

Table of Contents

5.1. Include Neo4j in your project
5.2. Hello World
5.3. User database with index
5.4. User database with schema based indexing
5.5. Managing resources when using long running transactions
5.6. Basic unit testing
5.7. Traversal
5.8. Domain entities
5.9. Graph Algorithm examples
5.10. Reading a management attribute
5.11. How to create unique nodes
5.12. OSGi setup
5.13. Execute Cypher Queries from Java
5.14. Query Parameters

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.