Chapter 2. Connecting to Neo4j

In this chapter, we will cover the following recipes:

  • Accessing Neo4j from the command line using the Neo4j shell
  • Accessing Neo4j from the command line using curl
  • Accessing Neo4j from the Java libraries
  • Accessing Neo4j using the Java REST bindings
  • Mapping Neo4j to Java-annotated classes using Spring Data Neo4j
  • Accessing the embedded Neo4j from Python
  • Accessing Neo4j from Python using the REST bindings
  • Annotate the Python object model to the Neo4j graph database
  • Accessing the embedded Neo4j from Ruby
  • Accessing Neo4j from Ruby using the REST bindings
  • Accessing Neo4j from Scala
  • Accessing Neo4j from .NET
  • Accessing Neo4j from PHP
  • Accessing Neo4j from Node.js

Introduction

In this chapter, we will take a look at the various ways in which ...

Get Neo4j Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.