SlideShare a Scribd company logo
Graph Thinking
Andreas Kollegger
Product Designer
Graph Thinking
the missing link
in your data
Chilenje Clinic
Lusaka, Zambia
• Patient Care
• Decision Support
• Public Health Research
• WHO Reporting
Medical Record
System
• Current data
• Prior history
• Local context
• How is the data related?
• What patterns emerge from the relationships?
• Which patterns matter?
• "Assessment" makes connections,
creating new data
How does
this work?
Some data
is missing...
• Epidemiology
• Cultural Norms
• Environmental Factors
• Agricultural Practices
• Patient Relationships
• Doctor Relationships
• Related Research
• ...
How much data
do you need?
"The person with the
most data, wins."
– Tim O'Reilly
1. Close relationships determine
relevance
Number of relationships increases
importance
What data
do you need?
Naturally, that leads to
pattern matching...
Graph Thinking: Why it Matters
Graph Thinking: Why it Matters
The internet
Genetic Ancestry of One Single Corn Variety
Andreas' Linkedin Network
Andreas Kollegger
aph Thinking has created some of the most successful companies in the wo
WHAT IS A GRAPH?
A way of representing data
DATA DATA
Relational
Database
Good for:
Well-understood data structures
that don’t change too frequently
A way of representing data
Known problems involving discrete
parts of the data, or minimal
connectivity
Graph
Database
Relational
Database
Good for:
Well-understood data structures
that don’t change too frequently
Known problems involving discrete
parts of the data, or minimal
connectivity
A way of representing data
Good for:
Dynamic systems: where the data
topology is difficult to predict
Dynamic requirements:
the evolve with the business
Problems where the relationships in
data contribute meaning & value
THE PROPERTY
GRAPH DATA
MODEL
A Graph Is
ROAD
TRAFFIC
LIGHTS
A Graph Is
HAS
HOTEL
ROOMS
AVAILABLE
A Graph Is
KNOWS
KNOWS
WORKS_AT
WORKS_AT
WORKS_AT
COMPANY
STANFORD
STUDIED_AT
NEO
COLUMBIA
STUDIED_AT NAME:ANNE
A Graph
RELATIONSHIPS
NODE
PROPERTY
A Graph
NAME:ANNE
Graph Thinking: Why it Matters
Graph Thinking in Practice
Real Time Recommendations
Master Data Management
Fraud Detection
Identity & Access Management
Graph Based Search
Network & IT-Operations
Graph Thinking in Practice
Real Time Recommendations
Master Data Management
Fraud Detection
Identity & Access Management
Graph Based Search
Network & IT-Operations
GRAPH THINKING:
Real Time Recommendations
“As the current market leader in graph
databases, and with enterprise features
for scalability and availability, Neo4j is the
right choice to meet our demands.”Marcos Wada
Software Developer, Walmart
Graph Thinking with Neo4j
Real Time Recommendations
Master Data Management
Fraud Detection
Identity & Access Management
Graph Based Search
Network & IT-Operations
Graph Thinking in Practice
Real Time Recommendations
Master Data Management
Fraud Detection
Identity & Access Management
Graph Based Search
Network & IT-Operations
GRAPH THINKING:
Master Data Management
Neo4j is the heart of Cisco HMP: used for
governance and single source of truth and a
one-stop shop for all of Cisco’s hierarchies.
Graph Thinking with Neo4j
Real Time Recommendations
Master Data Management
Fraud Detection
Identity & Access Management
Graph Based Search
Network & IT-Operations
Graph Thinking in Practice
Real Time Recommendations
Master Data Management
Fraud Detection
Identity & Access Management
Graph Based Search
Network & IT-Operations
GRAPH THINKING:
Fraud Detection
“Graph databases offer new methods of
uncovering fraud rings and other
sophisticated scams with a high-level of
accuracy, and are capable of stopping
advanced fraud scenarios in real-time.”Gorka Sadowski
Cyber Security Expert
Graph Thinking with Neo4j
Real Time Recommendations
Master Data Management
Fraud Detection
Identity & Access Management
Graph Based Search
Network & IT-Operations
GRAPH THINKING:
Graph Based Search
IN
Graph Thinking in Practice
Real Time Recommendations
Master Data Management
Fraud Detection
Identity & Access Management
Graph Based Search
Network & IT-Operations
Uses Neo4j to manage the digital assets inside
of its next generation in-flight entertainment
system.
Graph Thinking with Neo4j
Real Time Recommendations
Master Data Management
Fraud Detection
Identity & Access Management
Graph Based Search
Network & IT-Operations
Graph Thinking in Practice
Real Time Recommendations
Master Data Management
Fraud Detection
Identity & Access Management
Graph Based Search
Network & IT-Operations
GRAPH THINKING:
Network & IT-Operations
Uses Neo4j for network topology
analysis for big telco service
providers
Graph Thinking with Neo4j
Real Time Recommendations
Master Data Management
Fraud Detection
Identity & Access Management
Graph Based Search
Network & IT-Operations
GRAPH THINKING:
Identity And Access Management
Graph Thinking in Practice
Real Time Recommendations
Master Data Management
Fraud Detection
Identity & Access Management
Graph Based Search
Network & IT-Operations
UBS was the recipient of the
2014 Graphie Award for “Best
Identify And Access
Management App”
Graph Thinking with Neo4j
Real Time Recommendations
Master Data Management
Fraud Detection
Identity & Access Management
Graph Based Search
Network & IT-Operations
WHY GRAPH THINKING?
Intuitivness
Speed
Agility
Intuitivness
Speed
Agility
Intuitivness
Intuitivness
Speed
Agility
Speed
“We found Neo4j to be literally thousands of times faster
than our prior MySQL solution, with queries that require
10-100 times less code. Today, Neo4j provides eBay with
functionality that was previously impossible.”
- Volker Pacher, Senior Developer
“Minutes to milliseconds” performance
Queries up to 1000x faster than RDBMS or other NoSQL
Intuitivness
Speed
Agility
A Naturally Adaptive Model
A Query Language Designed
for Connectedness
+
=Agility
Cypher
Typical Complex SQL Join The Same Query using Cypher
MATCH (boss)-[:MANAGES*0..3]->(sub),
(sub)-[:MANAGES*1..3]->(report)
WHERE boss.name = “John Doe”
RETURN sub.name AS Subordinate,
count(report) AS Total
Project Impact
Less time writing queries
• More time understanding the answers
• Leaving time to ask the next question
Less time debugging queries:
• More time writing the next piece of code
• Improved quality of overall code base
Code that’s easier to read:
• Faster ramp-up for new project members
• Improved maintainability & troubleshooting
Ann DanLoves
CYPHER
Ann DanLoves
Ann DanLoves
(Dan)(Ann) -[:LOVES]->
Ann DanLoves
(:Person {name:”Ann"}) –[:LOVES]-> (:Person {name:"Dan"})
Ann DanLoves
(:Person {name:”Ann"}) –[:LOVES]-> (:Person {name:"Dan"})
Ann DanLoves
Node Relationship Node
(:Person {name:"Ann"}) –[:LOVES]-> (:Person {name:"Dan"})
Query: Whom does Ann love?
MATCH (:Person {name:"Ann"})–[:LOVES]->(whom)
RETURN whom
Users Love Cypher
Graph Thinking
focuses on relationships
to turn data into information
and uses patterns to find meaning
It's all about
relationships & patterns
THANK YOU!

More Related Content

PPTX
Graph Neural Network (한국어)
PPTX
mAP (Mean Average Precision)
PDF
教師なしオブジェクトマッチング(第2回ステアラボ人工知能セミナー)
PPTX
[DL輪読会]Revisiting Deep Learning Models for Tabular Data (NeurIPS 2021) 表形式デー...
PDF
Knowledge Graphs and Generative AI
PDF
[기초개념] Graph Convolutional Network (GCN)
PDF
Matlantis™のニューラルネットワークポテンシャルPFPの適用範囲拡張
PDF
[DL輪読会]Neural Radiance Flow for 4D View Synthesis and Video Processing (NeRF...
Graph Neural Network (한국어)
mAP (Mean Average Precision)
教師なしオブジェクトマッチング(第2回ステアラボ人工知能セミナー)
[DL輪読会]Revisiting Deep Learning Models for Tabular Data (NeurIPS 2021) 表形式デー...
Knowledge Graphs and Generative AI
[기초개념] Graph Convolutional Network (GCN)
Matlantis™のニューラルネットワークポテンシャルPFPの適用範囲拡張
[DL輪読会]Neural Radiance Flow for 4D View Synthesis and Video Processing (NeRF...

What's hot (20)

PDF
【DL輪読会】Bridge-Prompt: Toward Ordinal Action Understanding in Instructional Vi...
PPTX
PandasとSQLとの比較
PDF
Recommender Systems
PDF
JupyterLabを中心とした快適な分析生活
PPTX
1.Introduction to deep learning
PPTX
Positive-Unlabeled Learning with Non-Negative Risk Estimator
PPTX
Counterfaual Machine Learning(CFML)のサーベイ
PDF
情報抽出入門 〜非構造化データを構造化させる技術〜
PDF
Enterprise Ready: A Look at Neo4j in Production
PDF
LLM Webinar - シバタアキラ to share.pdf
PDF
Objects as points (CenterNet) review [CDM]
PDF
Generative Models(メタサーベイ )
PDF
Machine Learning Interpretability / Explainability
PDF
A Multi-Armed Bandit Framework For Recommendations at Netflix
PDF
Recurrent Neural Networks (RNN) | RNN LSTM | Deep Learning Tutorial | Tensorf...
PPTX
Graph Neural Network - Introduction
PPTX
Graph Analytics
PDF
第10回 配信講義 計算科学技術特論A(2021)
PDF
グラフニューラルネットワークとグラフ組合せ問題
PPTX
SSII2020SS: グラフデータでも深層学習 〜 Graph Neural Networks 入門 〜
【DL輪読会】Bridge-Prompt: Toward Ordinal Action Understanding in Instructional Vi...
PandasとSQLとの比較
Recommender Systems
JupyterLabを中心とした快適な分析生活
1.Introduction to deep learning
Positive-Unlabeled Learning with Non-Negative Risk Estimator
Counterfaual Machine Learning(CFML)のサーベイ
情報抽出入門 〜非構造化データを構造化させる技術〜
Enterprise Ready: A Look at Neo4j in Production
LLM Webinar - シバタアキラ to share.pdf
Objects as points (CenterNet) review [CDM]
Generative Models(メタサーベイ )
Machine Learning Interpretability / Explainability
A Multi-Armed Bandit Framework For Recommendations at Netflix
Recurrent Neural Networks (RNN) | RNN LSTM | Deep Learning Tutorial | Tensorf...
Graph Neural Network - Introduction
Graph Analytics
第10回 配信講義 計算科学技術特論A(2021)
グラフニューラルネットワークとグラフ組合せ問題
SSII2020SS: グラフデータでも深層学習 〜 Graph Neural Networks 入門 〜
Ad

Similar to Graph Thinking: Why it Matters (20)

PDF
Digital Transformation in a Connected World
PDF
Neo4j Graph Data Platform: Making Your Data More Intelligent
PDF
Graphs in Life Sciences
PPTX
Enable Advanced Analytics with Hadoop and an Enterprise Data Hub
PDF
2017 06-14-getting started with data science
PDF
RDBMS to Graph
PPTX
Neo4j graphs in the real world - graph days d.c. - april 14, 2015
PDF
GraphTalk Helsinki - Introduction to Graphs and Neo4j
PDF
Webinar: RDBMS to Graphs
PDF
BIBoss: The Data Science Behind Personalisation & AI
PPTX
Intro to Neo4j
PDF
Mastering Customer Data on Apache Spark
PDF
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
PDF
Knowledge Graphs Webinar- 11/7/2017
PDF
Neo4j GraphTalk Düsseldorf - How Graphs revolutionise Identity & Access Manag...
PDF
Thinkful - Intro to Data Science - Washington DC
PPTX
Bio IT World 2019 - AI For Healthcare - Simon Taylor, Lucidworks
PDF
The Connected Data Imperative: An Introduction to Neo4j
PPTX
Next Generation Fraud Solutions using Neo4j
PPTX
Chanchal Chatterjee PARTNERS 2017 Oct24
Digital Transformation in a Connected World
Neo4j Graph Data Platform: Making Your Data More Intelligent
Graphs in Life Sciences
Enable Advanced Analytics with Hadoop and an Enterprise Data Hub
2017 06-14-getting started with data science
RDBMS to Graph
Neo4j graphs in the real world - graph days d.c. - april 14, 2015
GraphTalk Helsinki - Introduction to Graphs and Neo4j
Webinar: RDBMS to Graphs
BIBoss: The Data Science Behind Personalisation & AI
Intro to Neo4j
Mastering Customer Data on Apache Spark
MASTERDECK GRAPHSUMMIT SYDNEY (Public).pdf
Knowledge Graphs Webinar- 11/7/2017
Neo4j GraphTalk Düsseldorf - How Graphs revolutionise Identity & Access Manag...
Thinkful - Intro to Data Science - Washington DC
Bio IT World 2019 - AI For Healthcare - Simon Taylor, Lucidworks
The Connected Data Imperative: An Introduction to Neo4j
Next Generation Fraud Solutions using Neo4j
Chanchal Chatterjee PARTNERS 2017 Oct24
Ad

More from Neo4j (20)

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...
PDF
Neo4j Graph Data Modelling Session - GraphTalk
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...
Neo4j Graph Data Modelling Session - GraphTalk

Recently uploaded (20)

PDF
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
PPTX
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
PPT
Reliability_Chapter_ presentation 1221.5784
PPTX
Computer network topology notes for revision
PPTX
oil_refinery_comprehensive_20250804084928 (1).pptx
PDF
Lecture1 pattern recognition............
PPT
Quality review (1)_presentation of this 21
PDF
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
PPTX
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
PPTX
Introduction to Knowledge Engineering Part 1
PDF
Clinical guidelines as a resource for EBP(1).pdf
PPTX
Database Infoormation System (DBIS).pptx
PPTX
STUDY DESIGN details- Lt Col Maksud (21).pptx
PDF
.pdf is not working space design for the following data for the following dat...
PPTX
iec ppt-1 pptx icmr ppt on rehabilitation.pptx
PPTX
IBA_Chapter_11_Slides_Final_Accessible.pptx
PPTX
climate analysis of Dhaka ,Banglades.pptx
PPTX
IB Computer Science - Internal Assessment.pptx
PPTX
AI Strategy room jwfjksfksfjsjsjsjsjfsjfsj
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
ALIMENTARY AND BILIARY CONDITIONS 3-1.pptx
Reliability_Chapter_ presentation 1221.5784
Computer network topology notes for revision
oil_refinery_comprehensive_20250804084928 (1).pptx
Lecture1 pattern recognition............
Quality review (1)_presentation of this 21
TRAFFIC-MANAGEMENT-AND-ACCIDENT-INVESTIGATION-WITH-DRIVING-PDF-FILE.pdf
Microsoft-Fabric-Unifying-Analytics-for-the-Modern-Enterprise Solution.pptx
Introduction to Knowledge Engineering Part 1
Clinical guidelines as a resource for EBP(1).pdf
Database Infoormation System (DBIS).pptx
STUDY DESIGN details- Lt Col Maksud (21).pptx
.pdf is not working space design for the following data for the following dat...
iec ppt-1 pptx icmr ppt on rehabilitation.pptx
IBA_Chapter_11_Slides_Final_Accessible.pptx
climate analysis of Dhaka ,Banglades.pptx
IB Computer Science - Internal Assessment.pptx
AI Strategy room jwfjksfksfjsjsjsjsjfsjfsj

Graph Thinking: Why it Matters

Editor's Notes

  • #5: increasing complexity
  • #13: 100 billion neurons 1,000 trillion synaptic connections
  • #14: 100 billion neurons
  • #18: And deriving value from data-relationships is exactly what some of the most successful companies in the world have done. Google created perhaps the most valuable advertising system of all time on top of their search-enginge, which is based on relationships between webpages. Linkedin created perhaps the most valuable HR-tool ever based on relationships amongst professional And this is also what pay-pal did, creating a peer-to-peer transaction service, based on relationships.
  • #19: First, not everyone in the room would know what a graph is.
  • #20: What this means for your data structure
  • #23: First, not everyone in the room would know what a graph is.
  • #24: A graph is connected data. Which essentially means – datapoints that have relationships with other datapoints.
  • #25: For example, a road could have traffic jams and traffic lights
  • #26: Or a hotel that has rooms, which have availability
  • #27: Or it could be people who know other people – who know other people.. who studied together, who work at the same place – who studied with other people, who works somewhere else… etc.
  • #28: The interesting thing is what happens when you start to add more and more relationships to these graphs, and these things start to take off at scale…
  • #29: …forming an extremely powerful foundation from which you can derive value.
  • #43: First, not everyone in the room would know what a graph is.
  • #52: First, not everyone in the room would know what a graph is.
  • #53: The obligatory “Ann Loves Dan” example
  • #60: “And people love it”
  • #63: Thank you for listening!