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 3. The Cypher Query Language

In this chapter, we will cover the following recipes:

  • Creating your first node and relationships using Cypher

  • Querying nodes and relationships using Cypher

  • Deleting data from Neo4j using the Cypher query

  • The Boolean operators with Cypher

  • Changing order of result with Cypher

  • Limiting and skipping results with Cypher

  • Regular expression with Cypher

  • Aggregation with Cypher

  • Combining results with Cypher

  • Finding paths in Cypher along with their shortest route