Part III. Reference

Table of Contents

10. Installation & Deployment
10.1. Deployment Scenarios
10.2. System Requirements
10.3. Installation
10.4. Upgrading
10.5. Usage Data Collector
11. Configuration & Performance
11.1. Introduction
11.2. Performance Guide
11.3. Caches in Neo4j
11.4. JVM Settings
11.5. File system tuning for high IO
11.6. Compressed storage of short strings
11.7. Compressed storage of short arrays
11.8. Memory mapped IO settings
11.9. Linux Performance Guide
12. Capabilities
12.1. Data Security
12.2. Data Integrity
12.3. Data Integration
12.4. Availability and Reliability
12.5. Capacity
13. Transaction Management
13.1. Interaction cycle
13.2. Isolation levels
13.3. Default locking behavior
13.4. Deadlocks
13.5. Delete semantics
14. Indexing
14.1. Introduction
14.2. Create
14.3. Delete
14.4. Add
14.5. Remove
14.6. Update
14.7. Search
14.8. Relationship indexes
14.9. Scores
14.10. Configuration and fulltext indexes
14.11. Extra features for Lucene indexes
14.12. Batch insertion
14.13. Automatic Indexing
15. Graph Algorithms
15.1. Introduction
16. Cypher Query Language
16.1. Parameters
16.2. Identifiers
16.3. Start
16.4. Match
16.5. Where
16.6. Return
16.7. Aggregation
16.8. Order by
16.9. Skip
16.10. Limit
16.11. Functions
16.12. Cypher Cookbook
17. Neo4j Server
17.1. Server Installation
17.2. Server Configuration
17.3. Setup for remote debugging
17.4. Using the server (including web administration) with an embedded database
17.5. Server Performance Tuning
18. REST API
18.1. Service root
18.2. Nodes
18.3. Relationships
18.4. Relationship types
18.5. Node properties
18.6. Relationship properties
18.7. Indexes
18.8. Auto-Indexes
18.9. Configurable Auto-Indexing
18.10. Traversals
18.11. Built-in Graph Algorithms
18.12. Batch operations
18.13. Cypher Plugin
18.14. Gremlin Plugin
19. High Availability
19.1. Architecture
19.2. Setup and configuration
19.3. How Neo4j HA operates
19.4. High Availability setup tutorial
19.5. Setting up HAProxy as a load balancer
20. Python embedded bindings
20.1. Installation
20.2. Core API
20.3. Traversals
20.4. Indexes