© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
The Path To Success With Graph
Database and Data Science
Gal Bello, Senior Field Engineer
1
© 2023 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
Neo4j Graph Data Platform
2
BUSINESS
USERS
DEVELOPERS
DATA
SCIENTISTS
DATA
ANALYSTS
Enterprise Ready
Data Science & MLOps
Graph Data Science
OLAP
Data Science and Analytics
Tools, algorithms, and Integrated ML framework
AutoML
Integrations
Discovery & Visualization
Low-code querying, data modeling and exploration tools
Neo4j
Bloom
BI
Connectors
Neo4j
Browser
Language
interfaces
Application Development Tools & Frameworks
Tools and APIs for rapid prototyping and development
Graph Query Language
Cypher and GQL as the lingua franca for graphs
Transactions Analytics
Graph Database
Data Consolidation
Contextualization
OLTP
Native Graph Database
The core component of Neo4j platform
Runs Anywhere
Run by yourself or as DBaaS by Neo4j, in the cloud or on premises
Data Connectors
Ecosystem & Integrations
Rich set of connectors to plug into existing data ecosystems
Data Sources
© 2023 Neo4j, Inc. All rights reserved.
Engineering Expertise
>1000 person-years investment
First mover advantage
Maturity, Most enterprise deployments
Largest graph community
Growing at 80%+ annually
Neo4j Graph Database Capabilities
Hybrid
Workloads
Native Graph
Architecture
Powers
Graph Data
Science
Rich
Toolset
Enterprise
Trust
Runs
Anywhere
3
© 2023 Neo4j, Inc. All rights reserved.
4
Native Graph Architecture
Native Graph
Storage
Native Graph
Processing
• No mismatch
• Data integrity / ACID
• Schema flexible
• 1000x faster than relational
• K-Hop now 10-1000x faster
than version 4
Fabric
• Federation of scaled
out shards
• Instant composite
database
Composite DB
Autonomous
Clustering
• Elastic scale-out for
high throughput
• 100s of machines
across clusters
Data integrity and high speed also true in scaled out situations
© 2023 Neo4j, Inc. All rights reserved.
A Graph Is...
...a set of discrete entities, each of which has some set of relationships with the
other entities
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
WHEN
6
© 2023 Neo4j, Inc. All rights reserved.
It’s Not What You Know
© 2023 Neo4j, Inc. All rights reserved.
It’s How it’s Connected
© 2023 Neo4j, Inc. All rights reserved.
It’s How it’s Connected And Other Insights it brings
© 2023 Neo4j, Inc. All rights reserved.
Hybrid Workload Duality
10
Intelligent
Applications
Transactions -
Security -
Performance & Scalability -
ACID Consistency -
Intelligent Modeling
- Extensive & Supported Algo Library
- Scalable
- Graph Visualization
- Graph Transformations
Graph
Transactions
Graph Analytics
& Data Science
© 2023 Neo4j, Inc. All rights reserved.
Powers Neo4j Graph Data Science
Graph Data Science
MACHINE LEARNING
Analytics
Feature
Engineering
Data
Exploration
Graph
Data
Science
TensorFlow
KNIME Python
11
Project your graph for in-memory analytics
● Unparalleled analytical processing
● .. with 60+ Algorithms for predictive analytics
● .. and pipeline to supervised AI/ML models
● Making AI smarter!
© 2023 Neo4j, Inc. All rights reserved.
Developer Productivity: Rich tooling and easy onramp
ops manager
12
data importer
Visualize and explore your data
Query editor and results visualizer
Code-free data loader and modeler
AuraWorkspace
Unified Workspace
© 2023 Neo4j, Inc. All rights reserved.
13
Plugs into your data and development ecosystem
Neo4j BI
Connector
Apache Spark
Connector
Apache Kafka
Connector
Data Warehouse
Connector
Java Python .NET
JavaScript Go
© 2023 Neo4j, Inc. All rights reserved.
● Real-time Performance at Scale
● Automatic Upgrades, Patches, Backups
● Scale on Demand, No Downtime
● High Availability
● Multi Cloud, Any Region
● Enterprise-grade Security
● Simple Capacity-Based Pricing
14
Run Anywhere: self managed, or by Neo4j
● Full administrative control
● On-premises or via cloud marketplace
● Fit where cloud isn’t appropriate (e.g. special
compliance scenarios)
● Easy migration to AuraDB
Self-Managed
15
Neo4j Database: Index-free adjacency
Nodes and relationships are stored on disk as a graph for fast
navigational access using pointers.
Neo4j, Inc. All rights reserved 2021
16
Index Free Adjacency in 2 Minutes
My house Yossi’s house
Neo4j, Inc. All rights reserved 2021
17
Index Free Adjacency in 2 Minutes
My house Yossi’s house
18
IFA Benefits
IFA uses pointers to the target address
● No index lookups or table scans
● Reduced duplication of foreign keys
Anne
Links 5
1
USA
Links 3
2 3 4 5
Alex
Links 2
James
Links 5
Germany
Links 1, 4
E J
D
A
19
IFA Question: Deletion
1 2 3 4 5
6 7 8 9 10
How to avoid wasted space on deletion and insertion?
B C
F G H
C E
A
20
IFA Solution: Chunking
1 2 3 4 5
6 7 8 9 10
All data objects are chunked into same-size pieces
A B C D
F C F
Neo4j, Inc. All rights reserved 2021
Neo4j, Inc. All rights reserved 2021
Fixed Sized Records
“Joins” on Creation
Spin Spin Spin through this
data structure
Pointers instead of Lookups
1
2
3
4
Neo4j Secret Sauce
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
Neo4j v5.x:
Unbounded Scale,
Performance, and
Agility
23
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
Faster and
Easier
Queries
24
K-HOP queries speedup
New and Enhanced Indexes
Graph Pattern Matching (GPM)
Quantified relationship patterns
Quantified path patterns
Benefit: orders of magnitude faster!
e.g., 1000x faster than v4 for 8-hop queries
New RANGE and POINT indexes
Benefit: Up to 100x faster for queries involving CONTAINS and ENDS
WITH clauses
Benefits: The new expressions can make the MATCH much easier to
read. It is another step towards making Cypher GQL compliant.
MATCH (n:Person)-[:KNOWS]->+(m:Person) RETURN n,m
(start)((a:Person)-[k:KNOWS WHERE k.since<date("2001-01-11”)]->
(b:Person))*
(end)
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
Easy Scale-
Out
25
Autonomous
clustering
Instant
Fabric
Composite
database
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
Seamless
Operational
Agility
26
Neo4j Ops Manager
Differential
backup
Continuous
Improvement
Any-to-any rolling
upgrade
Full Diff Diff Full2
Diff Diff
Full
Recover
Restore
until time
or tx id
Neo4j
5.0
Neo4j
5.n
Neo4j
5.5
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
Neo4j Graph Data Science
© 2023 Neo4j, Inc. All rights reserved.
What’s important?
Prioritization
Who has the most connections?
Who has the highest page rank?
Who is an influencer?
What’s unusual?
Anomaly & Fraud Detection
Where is a community forming?
What are the group dynamics?
What’s unusual about this data?
What’s next?
Predictions
What’s the most common path?
Who is in the same community?
What relationship will form?
28
Pl
ay
s
Lives_in
In_sport
Likes
F
a
n
_
o
f
Plays_for
K
n
o
w
s
Knows
Knows
K
n
o
w
s
Graph Structure Improves Data Science Outcomes
© 2023 Neo4j, Inc. All rights reserved.
29
With The Largest Catalog of Graph Algorithms
Pathfinding &
Search
Centrality &
Importance
Community
Detection
Supervised
Machine Learning
Heuristic Link
Prediction
Similarity Graph
Embeddings
…and more
Graph algorithms are a set of instructions that visit the nodes of a graph to
analyze the relationships in connected data.
© 2023 Neo4j, Inc. All rights reserved.
And created Neo4j Graph Data Science:
Eliminate Pain & Optimize Data Science Workflows with the data you already
have
Eliminates Pain Optimizes Data Science
Flows
Complex joins operations
Mining Multiple Tables
Tedious Manual
Approximations
Brute Force Comparisons
Fractured Data
95% reduction in computation
time
500x faster than open source
libraries
Improves Customer
Outcomes
20-30% improvement in model
performance
600% improvement in traffic
$5 Million of additional fraud
detected
3x better churn predictability
5x reduction in factory
production lead time
30
© 2023 Neo4j, Inc. All rights reserved.
31
Data
Scientists
> Native Python Client
> Apache Arrow integration
> Unified ML pipelines
We invest in four key areas
Built by data scientists,
for data scientists
Better
Predictions
> 65+ Graph algorithms &
embeddings
> Graph native ML Pipelines
> Vertex AI & SageMaker
Integrations
The best graph data
science and ML engine
Ecosystem
> Apache Spark & Kafka
Connectors
> Native BI Connector
> Data Warehouse Connector
> GNN library support
Seamlessly works with
your data stack and
pipeline
Production
Ready
> Compatible with all major
clouds
> Enterprise Scale & Security
> Deploy anywhere
Go to production with
speed, scale, and
security
© 2023 Neo4j, Inc. All rights reserved.
And Full Support Across the entire ML Lifecycle
Feature
Engineering
Model Training
& Tuning
Model
Deployment
Data Collection
& Preparation
Exploratory
Data Analysis
Model
Evaluation &
Selection
Drivers,
Connectors, Fast
Import/Export
Graph Queries,
Algorithms, and
Visualization
Graph
Embeddings &
Algorithms
Predict APIs,
Model/Graph
Catalog
Operations,
Connectors
Graph Native ML Pipelines
Unsupervised Graph Algorithms
Graph Features -> External ML Pipelines
32
© 2023 Neo4j, Inc. All rights reserved.
And made it seamless for all ecosystems and pipelines
Graph Data Science
BI & VISUALIZATIONS
INGEST
STORE
PROCESS
Apache
Kafka
MACHINE LEARNING
Cloud
Functions
Neo4j
Bloom
PubSub
DataProc
Analytics
Feature
Engineering
Data
Exploration
Graph
Data
Science
Business
Applications &
Existing Systems
Files (unstructured,
structured)
TensorFlow
KNIME Python
Cloud Storage
AWS
Lambda
33
Graph Database
© 2023 Neo4j, Inc. All rights reserved.
View the most well connected and influential nodes
Recommendations from shared user interactions and associations
Our visualizations make analysis easy to understand
34
© 2023 Neo4j, Inc. All rights reserved.
35
What’s in it for you:
● Improve model accuracy by 30%
● Simplify processes and remove
headaches
● More projects into production
without additional hiring
Neo4j Graph Data Science
Analytics
Feature
Engineering
Data
Exploration
Graph
Data
Science
Queries & Search
Machine Learning Visualization
© 2023 Neo4j, Inc. All rights reserved.
37
How to get started…
3. Graph Native
Machine Learning
Learn features in your graph
that you don’t even know are
important yet using
embeddings.
Predict links, labels, and
missing data with in-graph
supervised ML models.
Identify associations,
anomalies, and trends using
unsupervised machine
learning.
2. Graph Algorithms
1. Knowledge Graphs
Find the patterns you’re looking
for in connected data
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
What’s New in Graph Data
Science
© 2023 Neo4j, Inc. All rights reserved.
Algos & Embeddings
HashGNN Embedding: Faster
approach than GNNs for knowledge
graphs
KMeans Cluster data based on
properties like graph embeddings
Leiden Algorithm: Fast and scalable
modularity based community detection
New
Image courtesy of: Traag, V.A., Waltman, L. & van Eck, N.J.
Image courtesy of: javatpoint.com
Leiden Algorithm:
K-means Clustering:
39
© 2023 Neo4j, Inc. All rights reserved.
ML Pipelines
Autotuning: Find optimal
hyperparameters to
improve model
performance
Multilayer Perceptrons
(MLPs): Fully connected
neural networks now
available for Link Prediction
and Node Classification
New
40
© 2023 Neo4j, Inc. All rights reserved.
GNN Support
Graph Sampling: sample a
representative subgraph
from a larger graph for
training complex models
Graph Export: use our
projections in other graph
ML libraries like Deep Graph
Library (DGL), PyG, and
Tensorflow GNN
New
Image courtesy of Google Cloud
41
© 2023 Neo4j, Inc. All rights reserved.
GNN Support
Graph Sampling: sample a
representative subgraph
from a larger graph for
training complex models
Graph Export: use our
projections in other graph
ML libraries like Deep Graph
Library (DGL), PyG, and
Tensorflow GNN
New
Image courtesy of Google Cloud
42
© 2023 Neo4j, Inc. All rights reserved.
Continue your graph journey
Connect with passionate graphistas
Free online training and
certification
• dev.neo4j.com/learn
• dev.neo4j.com/datasets
Graph expert group - The
Ninjas
• dev.neo4j.com/ninjas
Connect with the
community:
• dev.neo4j.com/chat
• dev.neo4j.com/forum
• dev.neo4j.com/newsletter
Next developer events
• Live Streams - Weekly & Online
• Local Meetups neo4j.com/events
© 2023 Neo4j, Inc. All rights reserved.
Meet the Neo4j Ninjas
Masters of Graphs
Ninjas are:
Active graph bloggers, presenters, GitHub contributors, professors,
user group leaders, and researchers - all sharing their graph expertise
Benefits:
Ninjas benefit from exclusive access to Neo4j experts, VIP event
experience, special giveaways and much more
Interested? For more information visit:
© 2023 Neo4j, Inc. All rights reserved.
APOC Documentation
Other Neo4j Resources
Neo4j Graph Data Science Documentation
Neo4j Cypher Manual
Neo4j Driver Manual
Cypher Style Guide
Arrows App
• APOC is a great plugin to level up your
cypher
• This documentation outlines different
commands one could use
• Link to APOC documentation
• The Cypher manual can be used to get
more information about Cypher commands
• Link to cypher manual
• Neo4j Graph Data Science documentation
is a great reference to see which algorithms
to use
• Show how to use different algorithms
• Link to Graph Data Science documentation
• The driver manual provides the official
drivers that are supported by Neo4j
• Link to Neo4j driver manual
• The cypher style guide provide
recommendations for building clean, easy
to read Cypher queries
• Link to Cypher style guide
• The Arrows app allows one to design a
graph without using Cypher
• Link to Arrows app
Cypher Cheat Sheet
• This page gives quick examples of how to
write different queries within Cypher
• Link to Cypher cheat sheet
GraphGists
• GraphGists has many different use cases
and examples for specific industries
• Link to GraphGists
Neo4j Sandbox
• The Neo4j sandbox provides a quick
deployment of a Neo4j server
• It does not require a download
• Comes with example projects
• Link to Neo4j Sandbox
© 2023 Neo4j, Inc. All rights reserved.
© 2023 Neo4j, Inc. All rights reserved.
46
THANK YOU
Share feedback at slido.com
#GraphSummitTelAvivYafo2023

More Related Content

PPTX
Knowledge Graphs and Generative AI_GraphSummit Minneapolis Sept 20.pptx
PPSX
Technip Energies Italy: Planning is a graph matter
PDF
Workshop - Neo4j Graph Data Science
PPTX
The Art of the Possible with Graph - Sudhir Hasbe - GraphSummit London 14 Nov...
PDF
Intro to Neo4j and Graph Databases
PDF
Modern Data Challenges require Modern Graph Technology
PPTX
How Graph Data Science can turbocharge your Knowledge Graph
PPTX
EY + Neo4j: Why graph technology makes sense for fraud detection and customer...
Knowledge Graphs and Generative AI_GraphSummit Minneapolis Sept 20.pptx
Technip Energies Italy: Planning is a graph matter
Workshop - Neo4j Graph Data Science
The Art of the Possible with Graph - Sudhir Hasbe - GraphSummit London 14 Nov...
Intro to Neo4j and Graph Databases
Modern Data Challenges require Modern Graph Technology
How Graph Data Science can turbocharge your Knowledge Graph
EY + Neo4j: Why graph technology makes sense for fraud detection and customer...

What's hot (20)

PPTX
The path to success with graph database and graph data science_ Neo4j GraphSu...
PPTX
Neo4j Graph Use Cases, Bruno Ungermann, Neo4j
PDF
Knowledge Graphs and Generative AI
PDF
Intermediate Cypher.pdf
PPTX
The art of the possible with graph technology_Neo4j GraphSummit Dublin 2023.pptx
PPTX
Neo4j GraphSummit London - The Path To Success With Graph Database and Data S...
PDF
Introduction to Knowledge Graphs and Semantic AI
PPTX
GraphAware: Insights Discovery with KGs: Bringing Archives to Life (GraphSumm...
PDF
The perfect couple: Uniting Large Language Models and Knowledge Graphs for En...
PDF
Intro to Graphs and Neo4j
PDF
The path to success with Graph Database and Graph Data Science
PDF
An overview of Neo4j Internals
PDF
The three layers of a knowledge graph and what it means for authoring, storag...
PDF
Neo4j y GenAI
PDF
Neo4j : Graphes de Connaissance, IA et LLMs
PDF
PPTX
Databricks Fundamentals
PDF
Neo4j Generative AI workshop at GraphSummit London 14 Nov 2023.pdf
PDF
Pourquoi Leroy Merlin a besoin d'un Knowledge Graph ?
PDF
A Universe of Knowledge Graphs
The path to success with graph database and graph data science_ Neo4j GraphSu...
Neo4j Graph Use Cases, Bruno Ungermann, Neo4j
Knowledge Graphs and Generative AI
Intermediate Cypher.pdf
The art of the possible with graph technology_Neo4j GraphSummit Dublin 2023.pptx
Neo4j GraphSummit London - The Path To Success With Graph Database and Data S...
Introduction to Knowledge Graphs and Semantic AI
GraphAware: Insights Discovery with KGs: Bringing Archives to Life (GraphSumm...
The perfect couple: Uniting Large Language Models and Knowledge Graphs for En...
Intro to Graphs and Neo4j
The path to success with Graph Database and Graph Data Science
An overview of Neo4j Internals
The three layers of a knowledge graph and what it means for authoring, storag...
Neo4j y GenAI
Neo4j : Graphes de Connaissance, IA et LLMs
Databricks Fundamentals
Neo4j Generative AI workshop at GraphSummit London 14 Nov 2023.pdf
Pourquoi Leroy Merlin a besoin d'un Knowledge Graph ?
A Universe of Knowledge Graphs
Ad

Similar to Neo4j: The path to success with Graph Database and Graph Data Science (20)

PDF
Neo4j : la voie du succès avec les bases de données de graphes et la Graph Da...
PDF
The Path To Success With Graph Database and Analytics
PDF
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
PDF
The Neo4j Data Platform for Today & Tomorrow.pdf
PDF
Peek into Neo4j Product Strategy and Roadmap
PDF
Nordics Edition - The Neo4j Graph Data Platform Today & Tomorrow
PDF
Amsterdam - The Neo4j Graph Data Platform Today & Tomorrow
PDF
Ultime Novità di Prodotto Neo4j
PDF
MiniTool Partition Wizard Crack 12.8 + Serial Key Free Download?
PDF
AutoCAD Professional Crack 2025 With License Key
PDF
FL Studio 21 Crack / Full Version / Free Download 2025
PDF
iTop VPN 6.5.0 Crack + License Key 2025 (Premium Version)
PDF
CCleaner Professional Key v6.25.11093 with Crack [Latest .
PPTX
New! Neo4j AuraDS: The Fastest Way to Get Started with Data Science in the Cloud
PDF
The Data Platform for Today's Intelligent Applications.pdf
PDF
Neo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdf
PDF
Neo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdf
PDF
GPT and Graph Data Science to power your Knowledge Graph
PDF
DriverPack Solution Download Full ISO free
PDF
Adobe After Effects 2025 v25.1.0 Free Download
Neo4j : la voie du succès avec les bases de données de graphes et la Graph Da...
The Path To Success With Graph Database and Analytics
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
The Neo4j Data Platform for Today & Tomorrow.pdf
Peek into Neo4j Product Strategy and Roadmap
Nordics Edition - The Neo4j Graph Data Platform Today & Tomorrow
Amsterdam - The Neo4j Graph Data Platform Today & Tomorrow
Ultime Novità di Prodotto Neo4j
MiniTool Partition Wizard Crack 12.8 + Serial Key Free Download?
AutoCAD Professional Crack 2025 With License Key
FL Studio 21 Crack / Full Version / Free Download 2025
iTop VPN 6.5.0 Crack + License Key 2025 (Premium Version)
CCleaner Professional Key v6.25.11093 with Crack [Latest .
New! Neo4j AuraDS: The Fastest Way to Get Started with Data Science in the Cloud
The Data Platform for Today's Intelligent Applications.pdf
Neo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdf
Neo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdf
GPT and Graph Data Science to power your Knowledge Graph
DriverPack Solution Download Full ISO free
Adobe After Effects 2025 v25.1.0 Free Download
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
WhatsApp Chatbots The Key to Scalable Customer Support.pdf
PDF
DOWNLOAD—IOBit Uninstaller Pro Crack Download Free
PPTX
Advanced Heap Dump Analysis Techniques Webinar Deck
PPTX
Relevance Tuning with Genetic Algorithms
PPTX
SQL introduction and commands, SQL joining
PDF
OpenAssetIO Virtual Town Hall - August 2025.pdf
PDF
MaterialX Virtual Town Hall - August 2025
PPTX
SAP Business AI_L1 Overview_EXTERNAL.pptx
PPTX
Lesson-3-Operation-System-Support.pptx-I
PPTX
Hexagone difital twin solution in the desgining
PDF
Ragic Data Security Overview: Certifications, Compliance, and Network Safegua...
PPTX
TRAVEL SUPPLIER API INTEGRATION | XML BOOKING ENGINE
PPTX
Independent Consultants’ Biggest Challenges in ERP Projects – and How Apagen ...
PDF
IObit Driver Booster Pro Crack Latest Version Download
PDF
solman-7.0-ehp1-sp21-incident-management
PDF
How to Write Automated Test Scripts Using Selenium.pdf
PDF
Enscape 3D Crack + With 2025 Activation Key free
PPTX
Post-Migration Optimization Playbook: Getting the Most Out of Your New Adobe ...
PDF
Coding with GPT-5- What’s New in GPT 5 That Benefits Developers.pdf
PDF
Software Development Company - swapdigit | Best Mobile App Development In India
WhatsApp Chatbots The Key to Scalable Customer Support.pdf
DOWNLOAD—IOBit Uninstaller Pro Crack Download Free
Advanced Heap Dump Analysis Techniques Webinar Deck
Relevance Tuning with Genetic Algorithms
SQL introduction and commands, SQL joining
OpenAssetIO Virtual Town Hall - August 2025.pdf
MaterialX Virtual Town Hall - August 2025
SAP Business AI_L1 Overview_EXTERNAL.pptx
Lesson-3-Operation-System-Support.pptx-I
Hexagone difital twin solution in the desgining
Ragic Data Security Overview: Certifications, Compliance, and Network Safegua...
TRAVEL SUPPLIER API INTEGRATION | XML BOOKING ENGINE
Independent Consultants’ Biggest Challenges in ERP Projects – and How Apagen ...
IObit Driver Booster Pro Crack Latest Version Download
solman-7.0-ehp1-sp21-incident-management
How to Write Automated Test Scripts Using Selenium.pdf
Enscape 3D Crack + With 2025 Activation Key free
Post-Migration Optimization Playbook: Getting the Most Out of Your New Adobe ...
Coding with GPT-5- What’s New in GPT 5 That Benefits Developers.pdf
Software Development Company - swapdigit | Best Mobile App Development In India

Neo4j: The path to success with Graph Database and Graph Data Science

  • 1. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. The Path To Success With Graph Database and Data Science Gal Bello, Senior Field Engineer 1
  • 2. © 2023 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. Neo4j Graph Data Platform 2 BUSINESS USERS DEVELOPERS DATA SCIENTISTS DATA ANALYSTS Enterprise Ready Data Science & MLOps Graph Data Science OLAP Data Science and Analytics Tools, algorithms, and Integrated ML framework AutoML Integrations Discovery & Visualization Low-code querying, data modeling and exploration tools Neo4j Bloom BI Connectors Neo4j Browser Language interfaces Application Development Tools & Frameworks Tools and APIs for rapid prototyping and development Graph Query Language Cypher and GQL as the lingua franca for graphs Transactions Analytics Graph Database Data Consolidation Contextualization OLTP Native Graph Database The core component of Neo4j platform Runs Anywhere Run by yourself or as DBaaS by Neo4j, in the cloud or on premises Data Connectors Ecosystem & Integrations Rich set of connectors to plug into existing data ecosystems Data Sources
  • 3. © 2023 Neo4j, Inc. All rights reserved. Engineering Expertise >1000 person-years investment First mover advantage Maturity, Most enterprise deployments Largest graph community Growing at 80%+ annually Neo4j Graph Database Capabilities Hybrid Workloads Native Graph Architecture Powers Graph Data Science Rich Toolset Enterprise Trust Runs Anywhere 3
  • 4. © 2023 Neo4j, Inc. All rights reserved. 4 Native Graph Architecture Native Graph Storage Native Graph Processing • No mismatch • Data integrity / ACID • Schema flexible • 1000x faster than relational • K-Hop now 10-1000x faster than version 4 Fabric • Federation of scaled out shards • Instant composite database Composite DB Autonomous Clustering • Elastic scale-out for high throughput • 100s of machines across clusters Data integrity and high speed also true in scaled out situations
  • 5. © 2023 Neo4j, Inc. All rights reserved. A Graph Is... ...a set of discrete entities, each of which has some set of relationships with the other entities
  • 6. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. WHEN 6
  • 7. © 2023 Neo4j, Inc. All rights reserved. It’s Not What You Know
  • 8. © 2023 Neo4j, Inc. All rights reserved. It’s How it’s Connected
  • 9. © 2023 Neo4j, Inc. All rights reserved. It’s How it’s Connected And Other Insights it brings
  • 10. © 2023 Neo4j, Inc. All rights reserved. Hybrid Workload Duality 10 Intelligent Applications Transactions - Security - Performance & Scalability - ACID Consistency - Intelligent Modeling - Extensive & Supported Algo Library - Scalable - Graph Visualization - Graph Transformations Graph Transactions Graph Analytics & Data Science
  • 11. © 2023 Neo4j, Inc. All rights reserved. Powers Neo4j Graph Data Science Graph Data Science MACHINE LEARNING Analytics Feature Engineering Data Exploration Graph Data Science TensorFlow KNIME Python 11 Project your graph for in-memory analytics ● Unparalleled analytical processing ● .. with 60+ Algorithms for predictive analytics ● .. and pipeline to supervised AI/ML models ● Making AI smarter!
  • 12. © 2023 Neo4j, Inc. All rights reserved. Developer Productivity: Rich tooling and easy onramp ops manager 12 data importer Visualize and explore your data Query editor and results visualizer Code-free data loader and modeler AuraWorkspace Unified Workspace
  • 13. © 2023 Neo4j, Inc. All rights reserved. 13 Plugs into your data and development ecosystem Neo4j BI Connector Apache Spark Connector Apache Kafka Connector Data Warehouse Connector Java Python .NET JavaScript Go
  • 14. © 2023 Neo4j, Inc. All rights reserved. ● Real-time Performance at Scale ● Automatic Upgrades, Patches, Backups ● Scale on Demand, No Downtime ● High Availability ● Multi Cloud, Any Region ● Enterprise-grade Security ● Simple Capacity-Based Pricing 14 Run Anywhere: self managed, or by Neo4j ● Full administrative control ● On-premises or via cloud marketplace ● Fit where cloud isn’t appropriate (e.g. special compliance scenarios) ● Easy migration to AuraDB Self-Managed
  • 15. 15 Neo4j Database: Index-free adjacency Nodes and relationships are stored on disk as a graph for fast navigational access using pointers.
  • 16. Neo4j, Inc. All rights reserved 2021 16 Index Free Adjacency in 2 Minutes My house Yossi’s house
  • 17. Neo4j, Inc. All rights reserved 2021 17 Index Free Adjacency in 2 Minutes My house Yossi’s house
  • 18. 18 IFA Benefits IFA uses pointers to the target address ● No index lookups or table scans ● Reduced duplication of foreign keys Anne Links 5 1 USA Links 3 2 3 4 5 Alex Links 2 James Links 5 Germany Links 1, 4
  • 19. E J D A 19 IFA Question: Deletion 1 2 3 4 5 6 7 8 9 10 How to avoid wasted space on deletion and insertion? B C F G H
  • 20. C E A 20 IFA Solution: Chunking 1 2 3 4 5 6 7 8 9 10 All data objects are chunked into same-size pieces A B C D F C F
  • 21. Neo4j, Inc. All rights reserved 2021 Neo4j, Inc. All rights reserved 2021 Fixed Sized Records “Joins” on Creation Spin Spin Spin through this data structure Pointers instead of Lookups 1 2 3 4 Neo4j Secret Sauce
  • 22. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. Neo4j v5.x: Unbounded Scale, Performance, and Agility 23
  • 23. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. Faster and Easier Queries 24 K-HOP queries speedup New and Enhanced Indexes Graph Pattern Matching (GPM) Quantified relationship patterns Quantified path patterns Benefit: orders of magnitude faster! e.g., 1000x faster than v4 for 8-hop queries New RANGE and POINT indexes Benefit: Up to 100x faster for queries involving CONTAINS and ENDS WITH clauses Benefits: The new expressions can make the MATCH much easier to read. It is another step towards making Cypher GQL compliant. MATCH (n:Person)-[:KNOWS]->+(m:Person) RETURN n,m (start)((a:Person)-[k:KNOWS WHERE k.since<date("2001-01-11”)]-> (b:Person))* (end)
  • 24. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. Easy Scale- Out 25 Autonomous clustering Instant Fabric Composite database
  • 25. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. Seamless Operational Agility 26 Neo4j Ops Manager Differential backup Continuous Improvement Any-to-any rolling upgrade Full Diff Diff Full2 Diff Diff Full Recover Restore until time or tx id Neo4j 5.0 Neo4j 5.n Neo4j 5.5
  • 26. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. Neo4j Graph Data Science
  • 27. © 2023 Neo4j, Inc. All rights reserved. What’s important? Prioritization Who has the most connections? Who has the highest page rank? Who is an influencer? What’s unusual? Anomaly & Fraud Detection Where is a community forming? What are the group dynamics? What’s unusual about this data? What’s next? Predictions What’s the most common path? Who is in the same community? What relationship will form? 28 Pl ay s Lives_in In_sport Likes F a n _ o f Plays_for K n o w s Knows Knows K n o w s Graph Structure Improves Data Science Outcomes
  • 28. © 2023 Neo4j, Inc. All rights reserved. 29 With The Largest Catalog of Graph Algorithms Pathfinding & Search Centrality & Importance Community Detection Supervised Machine Learning Heuristic Link Prediction Similarity Graph Embeddings …and more Graph algorithms are a set of instructions that visit the nodes of a graph to analyze the relationships in connected data.
  • 29. © 2023 Neo4j, Inc. All rights reserved. And created Neo4j Graph Data Science: Eliminate Pain & Optimize Data Science Workflows with the data you already have Eliminates Pain Optimizes Data Science Flows Complex joins operations Mining Multiple Tables Tedious Manual Approximations Brute Force Comparisons Fractured Data 95% reduction in computation time 500x faster than open source libraries Improves Customer Outcomes 20-30% improvement in model performance 600% improvement in traffic $5 Million of additional fraud detected 3x better churn predictability 5x reduction in factory production lead time 30
  • 30. © 2023 Neo4j, Inc. All rights reserved. 31 Data Scientists > Native Python Client > Apache Arrow integration > Unified ML pipelines We invest in four key areas Built by data scientists, for data scientists Better Predictions > 65+ Graph algorithms & embeddings > Graph native ML Pipelines > Vertex AI & SageMaker Integrations The best graph data science and ML engine Ecosystem > Apache Spark & Kafka Connectors > Native BI Connector > Data Warehouse Connector > GNN library support Seamlessly works with your data stack and pipeline Production Ready > Compatible with all major clouds > Enterprise Scale & Security > Deploy anywhere Go to production with speed, scale, and security
  • 31. © 2023 Neo4j, Inc. All rights reserved. And Full Support Across the entire ML Lifecycle Feature Engineering Model Training & Tuning Model Deployment Data Collection & Preparation Exploratory Data Analysis Model Evaluation & Selection Drivers, Connectors, Fast Import/Export Graph Queries, Algorithms, and Visualization Graph Embeddings & Algorithms Predict APIs, Model/Graph Catalog Operations, Connectors Graph Native ML Pipelines Unsupervised Graph Algorithms Graph Features -> External ML Pipelines 32
  • 32. © 2023 Neo4j, Inc. All rights reserved. And made it seamless for all ecosystems and pipelines Graph Data Science BI & VISUALIZATIONS INGEST STORE PROCESS Apache Kafka MACHINE LEARNING Cloud Functions Neo4j Bloom PubSub DataProc Analytics Feature Engineering Data Exploration Graph Data Science Business Applications & Existing Systems Files (unstructured, structured) TensorFlow KNIME Python Cloud Storage AWS Lambda 33 Graph Database
  • 33. © 2023 Neo4j, Inc. All rights reserved. View the most well connected and influential nodes Recommendations from shared user interactions and associations Our visualizations make analysis easy to understand 34
  • 34. © 2023 Neo4j, Inc. All rights reserved. 35 What’s in it for you: ● Improve model accuracy by 30% ● Simplify processes and remove headaches ● More projects into production without additional hiring Neo4j Graph Data Science Analytics Feature Engineering Data Exploration Graph Data Science Queries & Search Machine Learning Visualization
  • 35. © 2023 Neo4j, Inc. All rights reserved. 37 How to get started… 3. Graph Native Machine Learning Learn features in your graph that you don’t even know are important yet using embeddings. Predict links, labels, and missing data with in-graph supervised ML models. Identify associations, anomalies, and trends using unsupervised machine learning. 2. Graph Algorithms 1. Knowledge Graphs Find the patterns you’re looking for in connected data
  • 36. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. What’s New in Graph Data Science
  • 37. © 2023 Neo4j, Inc. All rights reserved. Algos & Embeddings HashGNN Embedding: Faster approach than GNNs for knowledge graphs KMeans Cluster data based on properties like graph embeddings Leiden Algorithm: Fast and scalable modularity based community detection New Image courtesy of: Traag, V.A., Waltman, L. & van Eck, N.J. Image courtesy of: javatpoint.com Leiden Algorithm: K-means Clustering: 39
  • 38. © 2023 Neo4j, Inc. All rights reserved. ML Pipelines Autotuning: Find optimal hyperparameters to improve model performance Multilayer Perceptrons (MLPs): Fully connected neural networks now available for Link Prediction and Node Classification New 40
  • 39. © 2023 Neo4j, Inc. All rights reserved. GNN Support Graph Sampling: sample a representative subgraph from a larger graph for training complex models Graph Export: use our projections in other graph ML libraries like Deep Graph Library (DGL), PyG, and Tensorflow GNN New Image courtesy of Google Cloud 41
  • 40. © 2023 Neo4j, Inc. All rights reserved. GNN Support Graph Sampling: sample a representative subgraph from a larger graph for training complex models Graph Export: use our projections in other graph ML libraries like Deep Graph Library (DGL), PyG, and Tensorflow GNN New Image courtesy of Google Cloud 42
  • 41. © 2023 Neo4j, Inc. All rights reserved. Continue your graph journey Connect with passionate graphistas Free online training and certification • dev.neo4j.com/learn • dev.neo4j.com/datasets Graph expert group - The Ninjas • dev.neo4j.com/ninjas Connect with the community: • dev.neo4j.com/chat • dev.neo4j.com/forum • dev.neo4j.com/newsletter Next developer events • Live Streams - Weekly & Online • Local Meetups neo4j.com/events
  • 42. © 2023 Neo4j, Inc. All rights reserved. Meet the Neo4j Ninjas Masters of Graphs Ninjas are: Active graph bloggers, presenters, GitHub contributors, professors, user group leaders, and researchers - all sharing their graph expertise Benefits: Ninjas benefit from exclusive access to Neo4j experts, VIP event experience, special giveaways and much more Interested? For more information visit:
  • 43. © 2023 Neo4j, Inc. All rights reserved. APOC Documentation Other Neo4j Resources Neo4j Graph Data Science Documentation Neo4j Cypher Manual Neo4j Driver Manual Cypher Style Guide Arrows App • APOC is a great plugin to level up your cypher • This documentation outlines different commands one could use • Link to APOC documentation • The Cypher manual can be used to get more information about Cypher commands • Link to cypher manual • Neo4j Graph Data Science documentation is a great reference to see which algorithms to use • Show how to use different algorithms • Link to Graph Data Science documentation • The driver manual provides the official drivers that are supported by Neo4j • Link to Neo4j driver manual • The cypher style guide provide recommendations for building clean, easy to read Cypher queries • Link to Cypher style guide • The Arrows app allows one to design a graph without using Cypher • Link to Arrows app Cypher Cheat Sheet • This page gives quick examples of how to write different queries within Cypher • Link to Cypher cheat sheet GraphGists • GraphGists has many different use cases and examples for specific industries • Link to GraphGists Neo4j Sandbox • The Neo4j sandbox provides a quick deployment of a Neo4j server • It does not require a download • Comes with example projects • Link to Neo4j Sandbox
  • 44. © 2023 Neo4j, Inc. All rights reserved. © 2023 Neo4j, Inc. All rights reserved. 46 THANK YOU Share feedback at slido.com #GraphSummitTelAvivYafo2023