Tutorials
In this section, you find how-to guides and tutorials on different topics.
Overview
-
Tutorial: Get started with Cypher® explains the basic concepts of Cypher, Neo4j’s query language, including how to create and query graphs. This tutorial is based on the Movie Graph. You’ll find out how to create, query, and delete data in Neo4j.
-
Defining a schema shows how to define a schema by using indexes and constraints.
-
Updating the graph describes how to update information in the graph by changing, removing, and adding nodes, relationships, and properties. It also addresses how to avoid duplication.
-
Subqueries in Cypher addresses ways of writing queries within queries, so that you can fine-tune results and
-
Tutorial: Build a Cypher Recommendation Engine uses examples from the Movie Graph and shows how to create recommendation algorithms with Cypher statements.