Tutorials
In this section, you find how-to guides and tutorials on different topics.
Overview
-
Getting 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.
-
Build a Cypher Recommendation Engine uses examples from the Movie Graph and shows how to create recommendation algorithms with Cypher statements.
-
Import data from a relational database into Neo4j shows the process for moving the data from a relational database into a graph database by translating the schema and using import tools.
-
Import CSV data with Neo4j Desktop walks through how to import the data into a graph with Neo4j Desktop — a user-friendly interface for starting and creating Neo4j instances, adding or removing plugins, changing configurations, and other functionality.