Neo4j Cookbook
eBook - ePub

Neo4j Cookbook

Ankur Goel

Partager le livre
  1. 226 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

Neo4j Cookbook

Ankur Goel

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que Neo4j Cookbook est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  Neo4j Cookbook par Ankur Goel en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Computer Science et Programming in Java. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Année
2015
ISBN
9781783287253

Neo4j Cookbook


Table of Contents

Neo4j Cookbook
Credits
About the Author
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why Subscribe?
Free Access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Sections
Getting ready
How to do it

How it works

There's more

See also
Conventions
Reader feedback
Customer support
Downloading the example code
Downloading the color images of this book
Errata
Piracy
Questions
1. Getting Started with Neo4j
Introduction
Single node installation of Neo4j over Linux
Getting ready
How to do it...
How it works...
See also
Single node installation of Neo4j over Windows
Getting ready
How to do it...
How it works...
See also
Single node installation of Neo4j over Mac OS X
Getting ready
How to do it...
How it works...
There's more

Creating your first graph with Neo4j
Getting ready
How to do it...
How it works...
There's more

Importing data from the CSV format to Neo4j
Getting ready
How to do it...
Using a batch importer
Using custom scripts
How it works...
See also
Importing data from RDBMS to Neo4j
Getting ready
How to do it...
Using the Neo4j SQL importer tool
Using custom scripts
How it works...
There's more

Importing data from the Geoff format to Neo4j
Getting ready
How to do it...
How it works...
Bulk load
See also
Importing data from OrientDB to Neo4j
Getting ready
How to do it...
Exporting in the JSON format
Using Gremlin
How it works...
See also
Importing data from InfiniteGraph to Neo4j
Getting ready
How to do it...
How it works...
There's more

Importing data from the DEX graph database to Neo4j
Getting ready
How to do it...
How it works...
See also
Common configurations of Neo4j
Getting ready
How to do it...
How it works...
There's more

Running multiple instances of Neo4j over a single machine
Getting ready
How to do it...
How it works...
See also
Building Neo4j from the source
Getting ready
How to do it...
How it works...
There's more

2. Connecting to Neo4j
Introduction
Accessing Neo4j from the command line using the Neo4j shell
Getting ready
How to do it...
How it works...
Accessing Neo4j from the command line using curl
Getting ready
How to do it...
How it works...
Accessing Neo4j from the Java libraries
Getting ready
How to do it...
How it works...
Accessing Neo4j using the Java REST bindings
Getting ready
How to do it...
Developing your own Neo4j REST client
Using the Java Neo4j REST binding
How it works...
Mapping Neo4j to Java-annotated classes using Spring Data Neo4j
Getting ready
How to do it...
Graph Entities
How it works...
Accessing the embedded Neo4j from Python
Getting ready
How to do it...
How it works...
Accessing Neo4j from Python using the REST bindings
Getting ready
How to do it...
Annotate the Python object model to the Neo4j graph database
Getting ready
How to do it...
How it works...
Accessing the embedded Neo4j from Ruby
Getting ready
How to do it...
How it works...
Accessing Neo4j from Ruby using the REST Bindings
Getting ready
How to do it...
Accessing Neo4j from Scala
How to do it...
Accessing Neo4j from .NET
How to do it...
Accessing Neo4j from PHP
Getting ready
How to do it

Accessing Neo4j from Node.js
Getting ready
How to do it

3. The Cypher Query Language
Introduction
Creating your first node and relationship using Cypher
Getting ready
How to do it...
How it works...
Querying nodes and relationships using Cypher
Getting ready
How to do it...
How it works...
Deleting data from Neo4j using the Cypher query
Getting ready
How to do it...
How it works...
Boolean operators with Cypher
Getting ready
How to do it...
How it works...
Changing the order of results with Cypher
Getting ready
How to do it...
How it works...
Limiting and skipping results with Cypher
Getting ready
How to do it...
How it works...
Regular expressions with Cypher
Getting ready
How to do it...
How it works...
Aggregation with Cypher
Getting ready
How to do it...
How it works...
Combining results with Cypher
Getting ready
How to do it...
How it works...
Finding paths in Cypher along with their shortest route
Getting ready
How to do it...
How it...

Table des matiĂšres