This part contains information on advanced usage of Neo4j. Among the topics covered are embedding Neo4j in your own software and writing plugins for the Neo4j Server.
You might want to keep the Neo4j JavaDocs handy while reading!
Table of Contents
- 31. Extending Neo4j
- 32. Using Neo4j embedded in Java applications
- 32.1. Include Neo4j in your project
- 32.2. Hello World
- 32.3. Property values
- 32.4. User database with indexes
- 32.5. User database with legacy index
- 32.6. Managing resources when using long running transactions
- 32.7. Controlling logging
- 32.8. Basic unit testing
- 32.9. Traversal
- 32.10. Domain entities
- 32.11. Graph Algorithm examples
- 32.12. Reading a management attribute
- 32.13. How to create unique nodes
- 32.14. Accessing Neo4j Embedded via the Bolt Protocol
- 32.15. Terminating a running transaction
- 32.16. Execute Cypher Queries from Java
- 32.17. Query Parameters
- 33. The Traversal Framework
- 34. Legacy Indexing
- 35. Batch Insertion