A beginner guide to Neo4j

Salma
4 min readOct 26, 2020

Neo4j is a graph database management system developed by Neo Technology, Inc. Cypher is a declarative graph query language that allows for expressive and efficient data querying in a property graph.

In this tutorial, you are going to learn how to write basic queries in Cypher for a Graph database in Neo4j. Let’s start with Neo4j installation and then we’ll go through the questions.

  • Starting Neo4J :

Download the Neo4j package from http://neo4j.com/download/ Unzip the downloaded file and use the provided installer. Start the Neo4j…

--

--