Table of Contents
1. Introduction
1.1. Neo4j highlights
1.2. Graph database concepts
2. Get started
2.1. Install Neo4j
2.2. Get started with Cypher
3. Cypher
3.1. Introduction
3.2. Syntax
3.3. Clauses
3.4. Functions
3.5. Schema
3.6. Query tuning
3.7. Execution plans
3.8. Glossary of keywords
4. Drivers
4.1. Get started
4.2. Client applications
4.3. Sessions and transactions
4.4. Working with Cypher values
5. HTTP API
5.1. Transactional Cypher HTTP endpoint
5.2. Authentication and authorization
6. Extending Neo4j
6.1. Procedures
6.2. User-defined functions
6.3. Authentication and authorization plugins
A. Reference
A.1. Neo4j Status Codes
B. Terminology