Book Image

Neo4j Cookbook

By : Ankur goel, Ankur Goel
Book Image

Neo4j Cookbook

By: Ankur goel, Ankur Goel

Overview of this book

Table of Contents (17 chapters)
Neo4j Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

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