Intro to Cypher
August 2017William Lyon
@lyonwj
William Lyon
Developer Relations Engineer @neo4j
will@neo4j.com
@lyonwj
lyonwj.com
Agenda - Introduction To Cypher
• Neo4j Overview
• Cypher Overview
• Hands On Intro To Cypher
• Resources
• Q&A
neo4j.com/developer
Neo4j Graph Database
Intro to Cypher
Intro to Cypher
Intro to Cypher
https://offshoreleaks.icij.org/pages/database
Intro to Cypher
Intro to Cypher
Intro to Cypher
Intro to Cypher
https://arxiv.org/pdf/1004.1001.pdf
What is Cypher?
Declarative
Query
Language
openCypher
Graph
Pattern
Matching
Bolt /
Drivers
Human
Readable
What is Cypher?
Declarative
Query
Language
• What data we want, not
how
What is Cypher?
Graph
Pattern
Matching
(node)-[:RELATIONSHIP]->(node)
• What data we want, not
how
• Expressiveness
What is Cypher?
Graph
Pattern
Matching
(node {key: value})-[:RELATIONSHIP]->(node)
• What data we want, not
how
• Expressiveness
What is Cypher?
Graph
Pattern
Matching
(node {key: value})-[:RELATIONSHIP*..2]->(node)
• What data we want, not
how
• Expressiveness
What is Cypher?
Human
Readable
(node)-[:RELATIONSHIP]->(node)
• Focus on domain, not
database
What is Cypher?
openCypher
• Open standard for graph
querying
http://www.opencypher.org/
What is Cypher?
Bolt /
Drivers
• Binary protocol for Neo4j
What is Cypher?
Bolt /
Drivers
• Language Drivers
What is Cypher?
Bolt /
Drivers
What is Cypher?
Bolt /
Drivers
Querying The Graph
The Data
https://www.yelp.com/dataset_challenge
Yelp Data Challenge In Neo4j
https://github.com/johnymontana/neo4j-datasets/tree/master/yelp
“Working With A Real-World Dataset In Neo4j”
https://youtu.be/oXziS-PPIUA
Graph Data Model
Labeled Property Graph Model
Labeled Property Graph Model
The Data
user.json business.json review.json
Our Data Model
http://www.apcjones.com/arrows/#
• Identify “entities”
• What properties are
relevant?
• Identify unique ids
• Find connections
• Repeat
The Graph
Querying The Graph
What Breweries Near Me That My Friends
Also Like Have The Highest Rating?
What Breweries Near Me That My Friends
Also Like Have The Highest Rating?
What Breweries Near Me That My Friends
Also Like Have The Highest Rating?
• MATCH …
• (node)-[:RELATIONSHIP]->(node)
• Predicates
• Aggregations
• Ordering
• Graph vs tabular data
PROFILE / EXPLAIN
• Query execution plan
• Declarative vs imperative
• Performance tuning
CREATE INDEX …
• Indexes are only used to find the starting point for queries.
Use index scans to look up
rows in tables and join them
with rows from other tables
Use indexes to find the starting
points for a query.
Relational
Graph
Spatial functionality
Extending Cypher - Procedures and
Functions
• Code deployed to database
• Callable from Cypher
• APOC library
• data import
• graph algorithms
• periodic iterate
• MUCH more…
• Neo4j Spatial
• Neo4j-GraphQL
Extending Cypher - Procedures and
Functions
• PageRank - friend with highest PageRank?
Resources
Cypher Refcard
https://neo4j.com/docs/cypher-refcard/current/
openCypher
opencypher.org
Neo4j Developer Page
neo4j.com/developer
Neo4j Sandbox
neo4jsandbox.com
(you)-[:HAVE]->(?)
(?)<-[:ANSWERS]-(will)

More Related Content

PDF
Graphs for Data Science and Machine Learning
PPTX
Credit risk scoring model final
PPTX
dysfonctionnement de l'appareil DAM
PDF
Intro to Neo4j and Graph Databases
PDF
BigData_TP4 : Cassandra
PPTX
Knowledge Graphs and Generative AI_GraphSummit Minneapolis Sept 20.pptx
PDF
Graph database Use Cases
PPSX
Strings in Java
Graphs for Data Science and Machine Learning
Credit risk scoring model final
dysfonctionnement de l'appareil DAM
Intro to Neo4j and Graph Databases
BigData_TP4 : Cassandra
Knowledge Graphs and Generative AI_GraphSummit Minneapolis Sept 20.pptx
Graph database Use Cases
Strings in Java

What's hot (20)

PDF
Intro to Graphs and Neo4j
PDF
Introducing Neo4j
PPTX
Intro to Neo4j
PDF
Neo4j Fundamentals
PDF
Full Stack Graph in the Cloud
PDF
Introduction to Neo4j for the Emirates & Bahrain
PDF
Base de données graphe et Neo4j
PPTX
Introduction à Neo4j
KEY
Intro to Neo4j presentation
PPTX
Introduction to Cypher
PDF
Introduction to MLflow
PDF
The Graph Database Universe: Neo4j Overview
PDF
Neo4j in Depth
PDF
RDBMS to Graph
PDF
Introduction to Graph Databases
PDF
Neo4j 4 Overview
PDF
Vector databases and neural search
PPT
Graph database
PPTX
Base de données graphe et Neo4j
PPTX
Top 10 Cypher Tuning Tips & Tricks
Intro to Graphs and Neo4j
Introducing Neo4j
Intro to Neo4j
Neo4j Fundamentals
Full Stack Graph in the Cloud
Introduction to Neo4j for the Emirates & Bahrain
Base de données graphe et Neo4j
Introduction à Neo4j
Intro to Neo4j presentation
Introduction to Cypher
Introduction to MLflow
The Graph Database Universe: Neo4j Overview
Neo4j in Depth
RDBMS to Graph
Introduction to Graph Databases
Neo4j 4 Overview
Vector databases and neural search
Graph database
Base de données graphe et Neo4j
Top 10 Cypher Tuning Tips & Tricks
Ad

Similar to Intro to Cypher (20)

PPTX
Graph databases for SQL Server profesionnals
PPTX
Graph Databases for SQL Server Professionals
PPT
Processing Large Graphs
PPTX
Neo4j Training Introduction
PDF
Morpheus - SQL and Cypher in Apache Spark
PDF
Morpheus SQL and Cypher® in Apache® Spark - Big Data Meetup Munich
PPTX
The openCypher Project - An Open Graph Query Language
PPTX
PPTX
Graph Databases
PPTX
Introduction to Neo4j and .Net
PDF
AgensGraph Presentation at PGConf.us 2017
PPTX
Graphs fun vjug2
PPTX
State of Florida Neo4j Graph Briefing - Cyber IAM
PDF
Graph databases and the #panamapapers
PPTX
R training at Aimia
PDF
Webinar: What's new in Neo4j 2.0
PPTX
Why do they call it Linked Data when they want to say...?
PDF
Introduction to graph databases, Neo4j and Spring Data - English 2015 Edition
PPTX
Relational to Graph - Import
PDF
managing big data
Graph databases for SQL Server profesionnals
Graph Databases for SQL Server Professionals
Processing Large Graphs
Neo4j Training Introduction
Morpheus - SQL and Cypher in Apache Spark
Morpheus SQL and Cypher® in Apache® Spark - Big Data Meetup Munich
The openCypher Project - An Open Graph Query Language
Graph Databases
Introduction to Neo4j and .Net
AgensGraph Presentation at PGConf.us 2017
Graphs fun vjug2
State of Florida Neo4j Graph Briefing - Cyber IAM
Graph databases and the #panamapapers
R training at Aimia
Webinar: What's new in Neo4j 2.0
Why do they call it Linked Data when they want to say...?
Introduction to graph databases, Neo4j and Spring Data - English 2015 Edition
Relational to Graph - Import
managing big data
Ad

More from Neo4j (20)

PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
PDF
Jin Foo - Prospa GraphSummit Sydney Presentation.pdf
PDF
GraphSummit Singapore Master Deck - May 20, 2025
PPTX
Graphs & GraphRAG - Essential Ingredients for GenAI
PPTX
Neo4j Knowledge for Customer Experience.pptx
PPTX
GraphTalk New Zealand - The Art of The Possible.pptx
PDF
Neo4j: The Art of the Possible with Graph
PDF
Smarter Knowledge Graphs For Public Sector
PDF
GraphRAG and Knowledge Graphs Exploring AI's Future
PDF
Matinée GenAI & GraphRAG Paris - Décembre 24
PDF
ANZ Presentation: GraphSummit Melbourne 2024
PDF
Google Cloud Presentation GraphSummit Melbourne 2024: Building Generative AI ...
PDF
Telstra Presentation GraphSummit Melbourne: Optimising Business Outcomes with...
PDF
Hands-On GraphRAG Workshop: GraphSummit Melbourne 2024
PDF
Démonstration Digital Twin Building Wire Management
PDF
Swiss Life - Les graphes au service de la détection de fraude dans le domaine...
PDF
Démonstration Supply Chain - GraphTalk Paris
PDF
The Art of Possible - GraphTalk Paris Opening Session
PPTX
How Siemens bolstered supply chain resilience with graph-powered AI insights ...
PDF
Knowledge Graphs for AI-Ready Data and Enterprise Deployment - Gartner IT Sym...
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Jin Foo - Prospa GraphSummit Sydney Presentation.pdf
GraphSummit Singapore Master Deck - May 20, 2025
Graphs & GraphRAG - Essential Ingredients for GenAI
Neo4j Knowledge for Customer Experience.pptx
GraphTalk New Zealand - The Art of The Possible.pptx
Neo4j: The Art of the Possible with Graph
Smarter Knowledge Graphs For Public Sector
GraphRAG and Knowledge Graphs Exploring AI's Future
Matinée GenAI & GraphRAG Paris - Décembre 24
ANZ Presentation: GraphSummit Melbourne 2024
Google Cloud Presentation GraphSummit Melbourne 2024: Building Generative AI ...
Telstra Presentation GraphSummit Melbourne: Optimising Business Outcomes with...
Hands-On GraphRAG Workshop: GraphSummit Melbourne 2024
Démonstration Digital Twin Building Wire Management
Swiss Life - Les graphes au service de la détection de fraude dans le domaine...
Démonstration Supply Chain - GraphTalk Paris
The Art of Possible - GraphTalk Paris Opening Session
How Siemens bolstered supply chain resilience with graph-powered AI insights ...
Knowledge Graphs for AI-Ready Data and Enterprise Deployment - Gartner IT Sym...

Recently uploaded (20)

PDF
Advancements in abstractive text summarization: a deep learning approach
PPTX
How to Convert Tickets Into Sales Opportunity in Odoo 18
PPTX
Presentation - Principles of Instructional Design.pptx
PDF
Chapter 1: computer maintenance and troubleshooting
PDF
Altius execution marketplace concept.pdf
PDF
Technical Debt in the AI Coding Era - By Antonio Bianco
PPTX
Strategic Picks — Prioritising the Right Agentic Use Cases [2/6]
PDF
Addressing the challenges of harmonizing law and artificial intelligence tech...
PDF
State of AI in Business 2025 - MIT NANDA
PPTX
Rise of the Digital Control Grid Zeee Media and Hope and Tivon FTWProject.com
PDF
Intravenous drug administration application for pediatric patients via augmen...
PPTX
Digital Convergence: How GIS, BIM, and CAD Revolutionize Asset Management
PPTX
maintenance powerrpoint for adaprive and preventive
PDF
Fitaura: AI & Machine Learning Powered Fitness Tracker
PDF
Streamline Vulnerability Management From Minimal Images to SBOMs
PPT
Storage Area Network Best Practices from HP
PPTX
Information-Technology-in-Human-Society (2).pptx
PDF
The AI Revolution in Customer Service - 2025
PDF
Internet of Things (IoT) – Definition, Types, and Uses
PDF
Decision Optimization - From Theory to Practice
Advancements in abstractive text summarization: a deep learning approach
How to Convert Tickets Into Sales Opportunity in Odoo 18
Presentation - Principles of Instructional Design.pptx
Chapter 1: computer maintenance and troubleshooting
Altius execution marketplace concept.pdf
Technical Debt in the AI Coding Era - By Antonio Bianco
Strategic Picks — Prioritising the Right Agentic Use Cases [2/6]
Addressing the challenges of harmonizing law and artificial intelligence tech...
State of AI in Business 2025 - MIT NANDA
Rise of the Digital Control Grid Zeee Media and Hope and Tivon FTWProject.com
Intravenous drug administration application for pediatric patients via augmen...
Digital Convergence: How GIS, BIM, and CAD Revolutionize Asset Management
maintenance powerrpoint for adaprive and preventive
Fitaura: AI & Machine Learning Powered Fitness Tracker
Streamline Vulnerability Management From Minimal Images to SBOMs
Storage Area Network Best Practices from HP
Information-Technology-in-Human-Society (2).pptx
The AI Revolution in Customer Service - 2025
Internet of Things (IoT) – Definition, Types, and Uses
Decision Optimization - From Theory to Practice

Intro to Cypher