Skip to content

Instantly share code, notes, and snippets.

View Usool-Data-Science's full-sized avatar
🏗️
Solving Problem

Usool-Data-Science Usool-Data-Science

🏗️
Solving Problem
View GitHub Profile
@Usool-Data-Science
Usool-Data-Science / neo4j_cypher_cheatsheet.md
Created March 29, 2024 16:59 — forked from DaniSancas/neo4j_cypher_cheatsheet.md
Neo4j's Cypher queries cheatsheet

Neo4j Tutorial

Fundamentals

Store any kind of data using the following graph concepts:

  • Node: Graph data records
  • Relationship: Connect nodes (has direction and a type)
  • Property: Stores data in key-value pair in nodes and relationships
  • Label: Groups nodes and relationships (optional)