SlideShare a Scribd company logo
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
1
Optimizing Your
Supply Chain
with Neo4j
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
Senior Director, Strategy & Innovation
michael.moore@neo4j.com
Michael Moore, Ph.D.
© 2022 Neo4j, Inc. All rights reserved.
Consider: What Drives Your Business?
It’s not the numbers, it’s the relationships behind them
Plants
Warehouses
Suppliers
Distributors
Competitors
Partners
Regulations
Employees
Citizens
Customers
Products
Parts
Services
Regions
© 2022 Neo4j, Inc. All rights reserved.
This is a Graph
© 2022 Neo4j, Inc. All rights reserved.
“By 2025, graph technologies will be
used in 80% of data and analytics
innovations...”
Top 10 Trends in Data and Analytics, 11 May 2020, Rita Sallam et al.
© 2022 Neo4j, Inc. All rights reserved.
6
Graphs have low complexity and high fidelity
SQL RDBMS ER Diagram Graph (“Whiteboard”)
© 2022 Neo4j, Inc. All rights reserved.
Depict the business
as a graph
Squash the graph
into tables
Jam in foreign keys
to relate the records,
populate global index
7
Cheap Memory makes Graphs Compelling
https://jcmit.net/memoryprice.htm
SQL RDBMS workarounds to conserve memory
1979: Oracle v2.0 Released (yes, 43 years ago!)
= hidden technical debt
per MB
per MB
© 2022 Neo4j, Inc. All rights reserved.
QUERY PERFORMANCE AS # OF JOINS INCREASE
8 © 2023 Neo4j, Inc. All rights reserved.
Connectedness and Size of Data Set
Response
Time
Relational and
other NoSQL
databases
Native Graph Database
1000x Advantage
Minutes to milliseconds
5+ hops
3+ degrees
Thousands of connections
0 to 2 hops
0 to 3 degrees
Few connections
© 2022 Neo4j, Inc. All rights reserved.
Graphs Naturally Handle Complex Data
A B C D E
A B C D E
One-to-Many
Relationships
Across Many
Entities
Wide Data Complex Data Hierarchical & Recursive Data
Many-to-Many
Relationships
Nested Tree
Structures
Recursion (Self-
Joins)
Deep
Hierarchies
Link Inference
(If C relates to A and A relates to E,
then C must relate to E)
Node Similarity
Hidden Data
Legacy Data Frozen Data
Legacy SQL Systems Data Lake Fact Tables Graph Data Science - Machine Reasoning
A
C
E
© 2022 Neo4j, Inc. All rights reserved.
10 Neo4j, Inc. All rights reserved 2022
Neo4j 5
Graph Data Platform
Neo4j Database
User Tools
• Developer Tools (Desktop, Browser, Data
Importer)
• Graph Visualization (Bloom)
• Administration (Neo4j Ops Manager)
Language Drivers & Connectors
• Language Drivers (Java, JavaScript, .NET,
Python, Go)
• Spring Data & GraphQL Frameworks
• Kafka (Streaming), Spark, BI Connectors
Neo4j Aura
• Cloud Database-as-a-Service
Graph Data Science
• Enhanced Analytics and Graph-Native ML
Language Standards
• GQL, openCypher
© 2022 Neo4j, Inc. All rights reserved.
Rich Tooling For Rapid Development
Local database for rapid dev Visualize and explore your data API-driven intelligent applications
Query editor and results visualizer
data
Importer
Code-free data loader
ops
manager
Centralized management
11
© 2022 Neo4j, Inc. All rights reserved.
Demand Shaping Inventory Positioning Perfect Fulfillment Sustainability
Consider a omni-channel, multi-
echelon supply chain and
demand & supply risk to
determine optimized inventory
levels
Combine distributed order
management with warehouse
and transportation optimization
and enable automation of
processes
Reduce energy consumption
across operations, measure
risks, measure gas emissions,
adopt a circular economy and
measure the social impact of
your supply chain
Understand customers and
market trends to dynamically
adjust segmentation, promotions
and generate highly accurate
forecasts
Demand Shaping Inventory Positioning Perfect Fulfillment Sustainability
Supply Chain Complexity Issues
End-to-End Supply Chain Visibility
© 2022 Neo4j, Inc. All rights reserved.
Supply Chains Are Graphs
• Global Supply Chain Visibility
• Routing, Logistics, Distribution
• BOM Management
• Supply Chain Resiliency
• Scope 3 Carbon Reporting
Supply chains have complex linkages
and deep hierarchies and are most
naturally modeled as a graph.
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
14
GHG Reporting Requirements
GHG
Reporting
Timelines
• March 21, 2022:
SEC released new
proposals for climate-
related risk disclosures.
• February 2024:
First disclosures on
Scope 1 and 2 for large
organizations.
• February 2025:
Disclosures on Scope 3
emissions and
emissions intensity
required for large
organizations.
Organizations' supply chains often account for more than
90% of their greenhouse gas (GHG) emissions, when taking
into account their overall climate impacts.
© 2022 Neo4j, Inc. All rights reserved.
Formidable Data Collection Requirements
Upstream Value Chain Data
x Emission Factors
+
Downstream Value Chain Data
x Emission Factors
+
Existing Scope 1 and Scope
Estimates
= Total Carbon Estimate
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
Value Chain Complexity
Calculation Complexity
© 2022 Neo4j, Inc. All rights reserved.
Supply Chain Digital Twins
Digital Supply Chain Twins—Conceptual Clarification, Use Cases and Benefits
Benno Gerlach, Simon Zarnitz, Benjamin Nitsche and Frank Straube
Logistics 2021, 5, 86. https://doi.org/10.3390/logistics5040086
Network Level
Site Level
© 2022 Neo4j, Inc. All rights reserved.
18
OrbitMI
Maritime Routing
• Digital twin PLM system with full BoM
for all Army equipment, including costs,
armaments, force posture and readiness.
• Complex analysis is 7.5 X faster
• Rapid “What-If” analysis enables more
agile response to global scenarios
U.S. Army
Force Readiness
• Knowledge graph of 27 Million warranty
& service documents
• Graph AI learns failure mode “prime
examples” to anticipate maintenance
• Improves equipment lifespan and
customer satisfaction
Caterpillar
AI for Maintenance
Customer Examples of Supply Chain Twins
• Digital twin of global maritime routes
• Subsecond route planning
• Global carbon emissions reduced by
60,000 tons annually
• $12-16M ROI for OrbitMI customers
© 2022 Neo4j, Inc. All rights reserved.
Supply Chain Optimization using Neo4j
Neo4j Graph Data
Science Library
Neo4j
Database
Neo4j
Bloom
Inference & Predictions Graph Digital Twin Visualization & Investigation
© 2022 Neo4j, Inc. All rights reserved.
Graph Algorithms in Supply Chains
Graph algorithms enable reasoning
about network structure
K-Shortest Paths to identify the best
alternative routes
© 2022 Neo4j, Inc. All rights reserved.
21
Graph Algorithms in Supply Chain
Graph algorithms enable reasoning
about network structure
K-Shortest Paths to identify the best
alternative routes
Betweenness Centrality to find
critical bottlenecks or risk points
Degree Centrality to see distribution
centers with high use
© 2022 Neo4j, Inc. All rights reserved.
Graph Algorithms in Supply Chain
Graph algorithms enable reasoning
about network structure
K-Shortest Paths to identify the best
alternative routes
Similarity to find providers that can
step in during a disruption
Betweenness Centrality to find
critical bottlenecks or risk points
Degree Centrality to see distribution
centers with high use
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
Demo: Logistics Pathfinding with GDS
23
© 2022 Neo4j, Inc. All rights reserved.
24
North American Rail Network (NARN) Digital Twin
North American Rail Network
Total 527K Miles of Track
USDOT NARN GEOJSON datasets - nodes and lines
253K nodes, 715K relationships, 1GB
https://github.com/graphadvantage/neo4j-na-rail-network
Norfolk Southern rail network graph plotted using NeoMap
© 2022 Neo4j, Inc. All rights reserved.
Neo4j Graph Database
Yards connected by track type
Graph Data Science - Projecting Network Views
main-lines-network
Has low bridges & tunnels
double-stack-network
No low bridges & tunnels
Neo4j Graph Data Science
Projected virtual graph views
standard rail car
double-stack
intermodal rail car
© 2022 Neo4j, Inc. All rights reserved.
26
Neo4j Pathfinding
//Project main lines
CALL gds.graph.project(
'main-lines-network', 'Node', {relType: {type:
'CONNECTS_MIO', orientation: 'UNDIRECTED',
properties: {miles: {property: 'miles',
defaultValue: 1}}}}, {})
//Project double stack lines
CALL gds.graph.project(
'double-stack-network', 'Node', {relType: {type:
'CONNECTS_DS', orientation: 'UNDIRECTED',
properties: {miles: {property: 'miles',
defaultValue: 1}}}}, {})
//Find a route
CALL gds.shortestPath.dijkstra.stream(
'main-lines-network',
{relationshipWeightProperty: 'MILES',
sourceNode: id(start), targetNode: id(end)})
What is the lowest cost path between two points?
“Cost” could be physical distance, fuel consumption, trackage fees, carbon emissions, etc
Dijkstra shortest path solution visualized in NeoDash
Minimize
this cost
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
Demo: Manufacturing Supply Chain Analytics
Google SC Twin + Neo4j
27
© 2022 Neo4j, Inc. All rights reserved.
● Purpose-built supply chain twin solution
● Planet-scale Infrastructure as a Service. Fully
managed Multi Cloud Data Warehouse
● Industry-leading and flexible ML/AI toolchain
● Global market leader in graph technology
● Aligned with Google Cloud Supply Chain Twin
solution
● Compliments Google Cloud AI/ML and analytics
technologies
Neo4j & Google Cloud:
A powerful combination for supply chain
transformation
© 2022 Neo4j, Inc. All rights reserved.
Supply
Chain Twin
BigQuery
Event
processing
Cloud
functions
PubSub
Use cases
User
Engagement
Neo4j
Connector for BI
Neo4j Bloom
Monitoring and analysis /
Custom applications
Analytics
Graph queries
Looker
Graph store
Supply
Chain AI
Demand
Shaping
Inventory
Positioning
Perfect
Fulfillment
Sustainability
Vertex AI
Dataflow
Data
Engineering
Feature
Engineering
Graph
Data
Science
Data Sources
Private
ERP
WMS
TMS
Telemetry
IoT
Partner (ISV & Tech)
Community
Suppliers
Logistics Providers
Customers
Transportation Visibility
Public
Weather
Risk
Sustainability
Healthcare
Climate
Social
Maps
Events
Canonical
Data Model
Supply Chain
Pulse
Google Workspace
© 2022 Neo4j, Inc. All rights reserved.
Google Supply Chain Twin L2 Graph Data Model
© 2022 Neo4j, Inc. All rights reserved.
31
The Modern Supply Chain is a Knowledge Graph
https://www2.deloitte.com/content/dam/insights/us/articles/3465_Digital-supply-network/DUP_Digital-supply-network.pdf
© 2022 Neo4j, Inc. All rights reserved.
32
Knowledge Graphs
• Ontologies
• Taxonomies
• Friendly Naming
• Schema/Structure
• Master Data
• Slowly Changing Dims
• Hierarchies
• Mappings
• Business Processes
• Signal Events
• Granular Detail
• Real Time Context
• Communities
• Dependencies
• Isomorphic Subgraphs
• ML Predictions
A knowledge graph combines consistent business semantics, entities extracted
and unified from source data, detailed transactional flows, and in-graph
analytics/inference for decision support.
Semantic
Conventions
Resolved
Entities
Operational
Transactions
Graph
Inference
© 2022 Neo4j, Inc. All rights reserved.
33
Advantages of Graphs
FAST ELEGANT EFFICIENT UNIFYING INSIGHTFUL
Relationships
(and nodes)
are stored in
memory for
real-time
access
Complex
business
processes are
simply and
faithfully
represented
Queries
traverse
locally-linked
objects with
consistent
performance
Creates a
flexible,
connected
view across
disparate data
domains
Builds up
context,
enabling
reasoning,
inference and
predictions
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
34
Thank you!
Contact us at
sales@neo4j.com
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
DEMO
© 2022 Neo4j, Inc. All rights reserved.
Scope 3 Upstream Data Types
Scope 3 Category Primary Data Source Secondary Data Source
1. Purchased goods and
services
• Product-level cradle-to-gate GHG data from suppliers calculated
using site-specific data
• Site-specific energy use or emissions data from suppliers
• Industry average emission factors per material consumed from life
cycle inventory databases
2. Capital goods • Product-level cradle-to-gate GHG data from suppliers calculated
using site-specific data
• Site-specific energy use or emissions data from capital goods
suppliers
• Industry average emission factors per material consumed from life
cycle inventory databases
3. Fuel- and energy-
related activities
(not incl in scope 1
or scope 2)
• Company-specific data on upstream emissions (extraction of fuels)
• Grid-specific T&D loss rate
• Company-specific power purchase
data and generator-specific emission rate for purchased power
• National average data on upstream emissions (e.g. from life cycle
inventory database)
• National average T&D loss rate • National average power purchase
data
4. Upstream
transportation and
distribution
• Activity-specific energy use or emissions data from third-party
transportation and distribution suppliers
• Actual distance traveled
• Carrier-specific emission factors
• Estimated distance traveled by mode based on industry-average data
5. Waste generated in
operations
• Site-specific emissions data from waste management companies
• Company-specific metric tons of waste generated
• Company-specific emission factors
• Estimated metric tons of waste generated based on industry-avg data
• Industry average emission factors
6. Business travel • Activity-specific data from transportation suppliers (e.g., airlines)
• Carrier-specific emission factors
• Estimated distance traveled based
on industry-average data
7. Employee commuting • Specific distance traveled and
mode of transport collected from employees
• Estimated distance traveled based on industry-average data
8. Upstream leased
assets
• Site-specific energy use data collected by utility bills or meters • Estimated emissions based on industry-average data (e.g. energy use
per floor space by building type)
© 2022 Neo4j, Inc. All rights reserved.
Category Primary Data Examples Secondary Data Examples
9. Transportation and
distribution of sold
products
• Activity-specific energy use or emissions data from third-party
transportation and distribution partners
• Activity-specific distance traveled
• Company-specific emission factors (e.g., per metric ton-km)
• Estimated distance traveled based on industry-average data
• National average emission factors
10. Processing of sold
products
• Site-specific energy use or emissions from downstream value chain
partners
• Estimated energy use based on industry-average data
11. Use of sold products • Specific data collected from consumers • Estimated energy used based on national average statistics on product
use
12. End-of-life treatment
of sold products
• Specific data collected from consumers on disposal rates
• Specific data collected from waste management providers on
emissions rates or energy use
• Estimated disposal rates based on national average statistics
• Estimated emissions or energy use based on national average statistics
13. Downstream leased
assets
• Site-specific energy use data collected by utility bills or meters • Estimated emissions based on industry-average data (e.g., energy use
per floor space by building type)
14. Franchises • Site-specific energy use data collected by utility bills or meters • Estimated emissions based on industry-average data (e.g., energy use
per floor space by building type)
15. Investments • Site-specific energy use or emissions data • Estimated emissions based on industry-average data
Scope 3 Downstream Data Types
© 2022 Neo4j, Inc. All rights reserved.
Scope 3 Requires Upstream and Downstream Reporting
https://www.epa.gov/climateleadership/scope-3-inventory-guidance
© 2022 Neo4j, Inc. All rights reserved.
Granular Emission Factors for all GHG sources
4700+ Scope 3
Emission Factors
● Upstream (WTT)
● Downstream
● Freight Modality
● Carrier Type & Size
● Fuel Type
● UoM
● GHG Unit
https://www.gov.uk/government/publications/greenhouse-gas-reporting-conversion-factors-2022
39

More Related Content

PDF
A Universe of Knowledge Graphs
PDF
Workshop - Neo4j Graph Data Science
PPTX
Get Started with the Most Advanced Edition Yet of Neo4j Graph Data Science
PDF
Intro to Graphs and Neo4j
PDF
Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moor...
PPTX
Five Immutable Principles of Project of Digital Transformation Success
PDF
How Graph Algorithms Answer your Business Questions in Banking and Beyond
PDF
Graph based data models
A Universe of Knowledge Graphs
Workshop - Neo4j Graph Data Science
Get Started with the Most Advanced Edition Yet of Neo4j Graph Data Science
Intro to Graphs and Neo4j
Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moor...
Five Immutable Principles of Project of Digital Transformation Success
How Graph Algorithms Answer your Business Questions in Banking and Beyond
Graph based data models

What's hot (20)

PDF
Workshop Introduction to Neo4j
PDF
Data Management is Data Governance
PDF
Data Catalogues - Architecting for Collaboration & Self-Service
PPTX
Free Training: How to Build a Lakehouse
PDF
Building an Enterprise Knowledge Graph @Uber: Lessons from Reality
PDF
Intro to Neo4j and Graph Databases
PDF
NOSQLEU - Graph Databases and Neo4j
PDF
Lecture 6: Infrastructure & Tooling (Full Stack Deep Learning - Spring 2021)
PDF
Combining a Knowledge Graph and Graph Algorithms to Find Hidden Skills at NASA
PDF
Neo4j Generative AI workshop at GraphSummit London 14 Nov 2023.pdf
PDF
2022 Trends in Enterprise Analytics
PDF
Neo4j GraphDay Seattle- Sept19- neo4j basic training
PDF
Data Modeling with Neo4j
PPTX
Easily Identify Sources of Supply Chain Gridlock
PDF
Optimizing Your Supply Chain with the Neo4j Graph
PPTX
Intro to Neo4j - Nicole White
PDF
Introduction to Graphs with Neo4j
PDF
Data Governance — Aligning Technical and Business Approaches
PDF
DevOps for Applications in Azure Databricks: Creating Continuous Integration ...
PDF
Introduction to Neo4j for the Emirates & Bahrain
Workshop Introduction to Neo4j
Data Management is Data Governance
Data Catalogues - Architecting for Collaboration & Self-Service
Free Training: How to Build a Lakehouse
Building an Enterprise Knowledge Graph @Uber: Lessons from Reality
Intro to Neo4j and Graph Databases
NOSQLEU - Graph Databases and Neo4j
Lecture 6: Infrastructure & Tooling (Full Stack Deep Learning - Spring 2021)
Combining a Knowledge Graph and Graph Algorithms to Find Hidden Skills at NASA
Neo4j Generative AI workshop at GraphSummit London 14 Nov 2023.pdf
2022 Trends in Enterprise Analytics
Neo4j GraphDay Seattle- Sept19- neo4j basic training
Data Modeling with Neo4j
Easily Identify Sources of Supply Chain Gridlock
Optimizing Your Supply Chain with the Neo4j Graph
Intro to Neo4j - Nicole White
Introduction to Graphs with Neo4j
Data Governance — Aligning Technical and Business Approaches
DevOps for Applications in Azure Databricks: Creating Continuous Integration ...
Introduction to Neo4j for the Emirates & Bahrain
Ad

Similar to Optimizing Your Supply Chain with Neo4j (20)

PDF
Government GraphSummit: Optimizing the Supply Chain
PDF
Optimizing Your Supply Chain with Neo4j
PDF
Supply Chain Twin Demo - Companion Deck
PDF
The Case for Graphs in Supply Chains
PPTX
Transforming BT’s Infrastructure Management with Graph Technology
PDF
Workshop Español - Introducción a Neo4j
PDF
Graphs for Enterprise Architects
PDF
how_graphs_eat_the_world
PDF
Knowledge Graphs for Network Digital Twins
PDF
Produktdatenmanagement mit Neo4j
PDF
A Connections-first Approach to Supply Chain Optimization
PDF
Amsterdam - The Neo4j Graph Data Platform Today & Tomorrow
PPTX
GraphTalk München - Einführung in Graphdatenbanken
PPTX
Neo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptx
PPTX
Neo4j GraphTalks - Einführung in Graphdatenbanken
PPTX
GraphTalks Hamburg - Einführung in Graphdatenbanken
PPTX
Trucks on a Graph: How JB Hunt Uses Neo4j
PPTX
Neo4j GraphSummit Copenhagen - The Art Of The Possible With Graph Technology ...
PDF
Neo4j in Oil & Gas: Industry Use Cases and Impac
PDF
Google Cloud and Neo4j: Solving Industry Challenges with Graph Data Analytics...
Government GraphSummit: Optimizing the Supply Chain
Optimizing Your Supply Chain with Neo4j
Supply Chain Twin Demo - Companion Deck
The Case for Graphs in Supply Chains
Transforming BT’s Infrastructure Management with Graph Technology
Workshop Español - Introducción a Neo4j
Graphs for Enterprise Architects
how_graphs_eat_the_world
Knowledge Graphs for Network Digital Twins
Produktdatenmanagement mit Neo4j
A Connections-first Approach to Supply Chain Optimization
Amsterdam - The Neo4j Graph Data Platform Today & Tomorrow
GraphTalk München - Einführung in Graphdatenbanken
Neo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptx
Neo4j GraphTalks - Einführung in Graphdatenbanken
GraphTalks Hamburg - Einführung in Graphdatenbanken
Trucks on a Graph: How JB Hunt Uses Neo4j
Neo4j GraphSummit Copenhagen - The Art Of The Possible With Graph Technology ...
Neo4j in Oil & Gas: Industry Use Cases and Impac
Google Cloud and Neo4j: Solving Industry Challenges with Graph Data Analytics...
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
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Modernizing your data center with Dell and AMD
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Encapsulation theory and applications.pdf
PDF
Empathic Computing: Creating Shared Understanding
PPTX
Cloud computing and distributed systems.
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PPTX
A Presentation on Artificial Intelligence
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Reach Out and Touch Someone: Haptics and Empathic Computing
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Encapsulation_ Review paper, used for researhc scholars
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Understanding_Digital_Forensics_Presentation.pptx
Modernizing your data center with Dell and AMD
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
The AUB Centre for AI in Media Proposal.docx
Building Integrated photovoltaic BIPV_UPV.pdf
Encapsulation theory and applications.pdf
Empathic Computing: Creating Shared Understanding
Cloud computing and distributed systems.
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
Digital-Transformation-Roadmap-for-Companies.pptx
A Presentation on Artificial Intelligence
MYSQL Presentation for SQL database connectivity
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...

Optimizing Your Supply Chain with Neo4j

  • 1. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. 1 Optimizing Your Supply Chain with Neo4j
  • 2. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. Senior Director, Strategy & Innovation michael.moore@neo4j.com Michael Moore, Ph.D.
  • 3. © 2022 Neo4j, Inc. All rights reserved. Consider: What Drives Your Business? It’s not the numbers, it’s the relationships behind them Plants Warehouses Suppliers Distributors Competitors Partners Regulations Employees Citizens Customers Products Parts Services Regions
  • 4. © 2022 Neo4j, Inc. All rights reserved. This is a Graph
  • 5. © 2022 Neo4j, Inc. All rights reserved. “By 2025, graph technologies will be used in 80% of data and analytics innovations...” Top 10 Trends in Data and Analytics, 11 May 2020, Rita Sallam et al.
  • 6. © 2022 Neo4j, Inc. All rights reserved. 6 Graphs have low complexity and high fidelity SQL RDBMS ER Diagram Graph (“Whiteboard”)
  • 7. © 2022 Neo4j, Inc. All rights reserved. Depict the business as a graph Squash the graph into tables Jam in foreign keys to relate the records, populate global index 7 Cheap Memory makes Graphs Compelling https://jcmit.net/memoryprice.htm SQL RDBMS workarounds to conserve memory 1979: Oracle v2.0 Released (yes, 43 years ago!) = hidden technical debt per MB per MB
  • 8. © 2022 Neo4j, Inc. All rights reserved. QUERY PERFORMANCE AS # OF JOINS INCREASE 8 © 2023 Neo4j, Inc. All rights reserved. Connectedness and Size of Data Set Response Time Relational and other NoSQL databases Native Graph Database 1000x Advantage Minutes to milliseconds 5+ hops 3+ degrees Thousands of connections 0 to 2 hops 0 to 3 degrees Few connections
  • 9. © 2022 Neo4j, Inc. All rights reserved. Graphs Naturally Handle Complex Data A B C D E A B C D E One-to-Many Relationships Across Many Entities Wide Data Complex Data Hierarchical & Recursive Data Many-to-Many Relationships Nested Tree Structures Recursion (Self- Joins) Deep Hierarchies Link Inference (If C relates to A and A relates to E, then C must relate to E) Node Similarity Hidden Data Legacy Data Frozen Data Legacy SQL Systems Data Lake Fact Tables Graph Data Science - Machine Reasoning A C E
  • 10. © 2022 Neo4j, Inc. All rights reserved. 10 Neo4j, Inc. All rights reserved 2022 Neo4j 5 Graph Data Platform Neo4j Database User Tools • Developer Tools (Desktop, Browser, Data Importer) • Graph Visualization (Bloom) • Administration (Neo4j Ops Manager) Language Drivers & Connectors • Language Drivers (Java, JavaScript, .NET, Python, Go) • Spring Data & GraphQL Frameworks • Kafka (Streaming), Spark, BI Connectors Neo4j Aura • Cloud Database-as-a-Service Graph Data Science • Enhanced Analytics and Graph-Native ML Language Standards • GQL, openCypher
  • 11. © 2022 Neo4j, Inc. All rights reserved. Rich Tooling For Rapid Development Local database for rapid dev Visualize and explore your data API-driven intelligent applications Query editor and results visualizer data Importer Code-free data loader ops manager Centralized management 11
  • 12. © 2022 Neo4j, Inc. All rights reserved. Demand Shaping Inventory Positioning Perfect Fulfillment Sustainability Consider a omni-channel, multi- echelon supply chain and demand & supply risk to determine optimized inventory levels Combine distributed order management with warehouse and transportation optimization and enable automation of processes Reduce energy consumption across operations, measure risks, measure gas emissions, adopt a circular economy and measure the social impact of your supply chain Understand customers and market trends to dynamically adjust segmentation, promotions and generate highly accurate forecasts Demand Shaping Inventory Positioning Perfect Fulfillment Sustainability Supply Chain Complexity Issues End-to-End Supply Chain Visibility
  • 13. © 2022 Neo4j, Inc. All rights reserved. Supply Chains Are Graphs • Global Supply Chain Visibility • Routing, Logistics, Distribution • BOM Management • Supply Chain Resiliency • Scope 3 Carbon Reporting Supply chains have complex linkages and deep hierarchies and are most naturally modeled as a graph.
  • 14. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. 14 GHG Reporting Requirements GHG Reporting Timelines • March 21, 2022: SEC released new proposals for climate- related risk disclosures. • February 2024: First disclosures on Scope 1 and 2 for large organizations. • February 2025: Disclosures on Scope 3 emissions and emissions intensity required for large organizations. Organizations' supply chains often account for more than 90% of their greenhouse gas (GHG) emissions, when taking into account their overall climate impacts.
  • 15. © 2022 Neo4j, Inc. All rights reserved. Formidable Data Collection Requirements Upstream Value Chain Data x Emission Factors + Downstream Value Chain Data x Emission Factors + Existing Scope 1 and Scope Estimates = Total Carbon Estimate
  • 16. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. Value Chain Complexity Calculation Complexity
  • 17. © 2022 Neo4j, Inc. All rights reserved. Supply Chain Digital Twins Digital Supply Chain Twins—Conceptual Clarification, Use Cases and Benefits Benno Gerlach, Simon Zarnitz, Benjamin Nitsche and Frank Straube Logistics 2021, 5, 86. https://doi.org/10.3390/logistics5040086 Network Level Site Level
  • 18. © 2022 Neo4j, Inc. All rights reserved. 18 OrbitMI Maritime Routing • Digital twin PLM system with full BoM for all Army equipment, including costs, armaments, force posture and readiness. • Complex analysis is 7.5 X faster • Rapid “What-If” analysis enables more agile response to global scenarios U.S. Army Force Readiness • Knowledge graph of 27 Million warranty & service documents • Graph AI learns failure mode “prime examples” to anticipate maintenance • Improves equipment lifespan and customer satisfaction Caterpillar AI for Maintenance Customer Examples of Supply Chain Twins • Digital twin of global maritime routes • Subsecond route planning • Global carbon emissions reduced by 60,000 tons annually • $12-16M ROI for OrbitMI customers
  • 19. © 2022 Neo4j, Inc. All rights reserved. Supply Chain Optimization using Neo4j Neo4j Graph Data Science Library Neo4j Database Neo4j Bloom Inference & Predictions Graph Digital Twin Visualization & Investigation
  • 20. © 2022 Neo4j, Inc. All rights reserved. Graph Algorithms in Supply Chains Graph algorithms enable reasoning about network structure K-Shortest Paths to identify the best alternative routes
  • 21. © 2022 Neo4j, Inc. All rights reserved. 21 Graph Algorithms in Supply Chain Graph algorithms enable reasoning about network structure K-Shortest Paths to identify the best alternative routes Betweenness Centrality to find critical bottlenecks or risk points Degree Centrality to see distribution centers with high use
  • 22. © 2022 Neo4j, Inc. All rights reserved. Graph Algorithms in Supply Chain Graph algorithms enable reasoning about network structure K-Shortest Paths to identify the best alternative routes Similarity to find providers that can step in during a disruption Betweenness Centrality to find critical bottlenecks or risk points Degree Centrality to see distribution centers with high use
  • 23. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. Demo: Logistics Pathfinding with GDS 23
  • 24. © 2022 Neo4j, Inc. All rights reserved. 24 North American Rail Network (NARN) Digital Twin North American Rail Network Total 527K Miles of Track USDOT NARN GEOJSON datasets - nodes and lines 253K nodes, 715K relationships, 1GB https://github.com/graphadvantage/neo4j-na-rail-network Norfolk Southern rail network graph plotted using NeoMap
  • 25. © 2022 Neo4j, Inc. All rights reserved. Neo4j Graph Database Yards connected by track type Graph Data Science - Projecting Network Views main-lines-network Has low bridges & tunnels double-stack-network No low bridges & tunnels Neo4j Graph Data Science Projected virtual graph views standard rail car double-stack intermodal rail car
  • 26. © 2022 Neo4j, Inc. All rights reserved. 26 Neo4j Pathfinding //Project main lines CALL gds.graph.project( 'main-lines-network', 'Node', {relType: {type: 'CONNECTS_MIO', orientation: 'UNDIRECTED', properties: {miles: {property: 'miles', defaultValue: 1}}}}, {}) //Project double stack lines CALL gds.graph.project( 'double-stack-network', 'Node', {relType: {type: 'CONNECTS_DS', orientation: 'UNDIRECTED', properties: {miles: {property: 'miles', defaultValue: 1}}}}, {}) //Find a route CALL gds.shortestPath.dijkstra.stream( 'main-lines-network', {relationshipWeightProperty: 'MILES', sourceNode: id(start), targetNode: id(end)}) What is the lowest cost path between two points? “Cost” could be physical distance, fuel consumption, trackage fees, carbon emissions, etc Dijkstra shortest path solution visualized in NeoDash Minimize this cost
  • 27. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. Demo: Manufacturing Supply Chain Analytics Google SC Twin + Neo4j 27
  • 28. © 2022 Neo4j, Inc. All rights reserved. ● Purpose-built supply chain twin solution ● Planet-scale Infrastructure as a Service. Fully managed Multi Cloud Data Warehouse ● Industry-leading and flexible ML/AI toolchain ● Global market leader in graph technology ● Aligned with Google Cloud Supply Chain Twin solution ● Compliments Google Cloud AI/ML and analytics technologies Neo4j & Google Cloud: A powerful combination for supply chain transformation
  • 29. © 2022 Neo4j, Inc. All rights reserved. Supply Chain Twin BigQuery Event processing Cloud functions PubSub Use cases User Engagement Neo4j Connector for BI Neo4j Bloom Monitoring and analysis / Custom applications Analytics Graph queries Looker Graph store Supply Chain AI Demand Shaping Inventory Positioning Perfect Fulfillment Sustainability Vertex AI Dataflow Data Engineering Feature Engineering Graph Data Science Data Sources Private ERP WMS TMS Telemetry IoT Partner (ISV & Tech) Community Suppliers Logistics Providers Customers Transportation Visibility Public Weather Risk Sustainability Healthcare Climate Social Maps Events Canonical Data Model Supply Chain Pulse Google Workspace
  • 30. © 2022 Neo4j, Inc. All rights reserved. Google Supply Chain Twin L2 Graph Data Model
  • 31. © 2022 Neo4j, Inc. All rights reserved. 31 The Modern Supply Chain is a Knowledge Graph https://www2.deloitte.com/content/dam/insights/us/articles/3465_Digital-supply-network/DUP_Digital-supply-network.pdf
  • 32. © 2022 Neo4j, Inc. All rights reserved. 32 Knowledge Graphs • Ontologies • Taxonomies • Friendly Naming • Schema/Structure • Master Data • Slowly Changing Dims • Hierarchies • Mappings • Business Processes • Signal Events • Granular Detail • Real Time Context • Communities • Dependencies • Isomorphic Subgraphs • ML Predictions A knowledge graph combines consistent business semantics, entities extracted and unified from source data, detailed transactional flows, and in-graph analytics/inference for decision support. Semantic Conventions Resolved Entities Operational Transactions Graph Inference
  • 33. © 2022 Neo4j, Inc. All rights reserved. 33 Advantages of Graphs FAST ELEGANT EFFICIENT UNIFYING INSIGHTFUL Relationships (and nodes) are stored in memory for real-time access Complex business processes are simply and faithfully represented Queries traverse locally-linked objects with consistent performance Creates a flexible, connected view across disparate data domains Builds up context, enabling reasoning, inference and predictions
  • 34. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. 34 Thank you! Contact us at sales@neo4j.com
  • 35. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. DEMO
  • 36. © 2022 Neo4j, Inc. All rights reserved. Scope 3 Upstream Data Types Scope 3 Category Primary Data Source Secondary Data Source 1. Purchased goods and services • Product-level cradle-to-gate GHG data from suppliers calculated using site-specific data • Site-specific energy use or emissions data from suppliers • Industry average emission factors per material consumed from life cycle inventory databases 2. Capital goods • Product-level cradle-to-gate GHG data from suppliers calculated using site-specific data • Site-specific energy use or emissions data from capital goods suppliers • Industry average emission factors per material consumed from life cycle inventory databases 3. Fuel- and energy- related activities (not incl in scope 1 or scope 2) • Company-specific data on upstream emissions (extraction of fuels) • Grid-specific T&D loss rate • Company-specific power purchase data and generator-specific emission rate for purchased power • National average data on upstream emissions (e.g. from life cycle inventory database) • National average T&D loss rate • National average power purchase data 4. Upstream transportation and distribution • Activity-specific energy use or emissions data from third-party transportation and distribution suppliers • Actual distance traveled • Carrier-specific emission factors • Estimated distance traveled by mode based on industry-average data 5. Waste generated in operations • Site-specific emissions data from waste management companies • Company-specific metric tons of waste generated • Company-specific emission factors • Estimated metric tons of waste generated based on industry-avg data • Industry average emission factors 6. Business travel • Activity-specific data from transportation suppliers (e.g., airlines) • Carrier-specific emission factors • Estimated distance traveled based on industry-average data 7. Employee commuting • Specific distance traveled and mode of transport collected from employees • Estimated distance traveled based on industry-average data 8. Upstream leased assets • Site-specific energy use data collected by utility bills or meters • Estimated emissions based on industry-average data (e.g. energy use per floor space by building type)
  • 37. © 2022 Neo4j, Inc. All rights reserved. Category Primary Data Examples Secondary Data Examples 9. Transportation and distribution of sold products • Activity-specific energy use or emissions data from third-party transportation and distribution partners • Activity-specific distance traveled • Company-specific emission factors (e.g., per metric ton-km) • Estimated distance traveled based on industry-average data • National average emission factors 10. Processing of sold products • Site-specific energy use or emissions from downstream value chain partners • Estimated energy use based on industry-average data 11. Use of sold products • Specific data collected from consumers • Estimated energy used based on national average statistics on product use 12. End-of-life treatment of sold products • Specific data collected from consumers on disposal rates • Specific data collected from waste management providers on emissions rates or energy use • Estimated disposal rates based on national average statistics • Estimated emissions or energy use based on national average statistics 13. Downstream leased assets • Site-specific energy use data collected by utility bills or meters • Estimated emissions based on industry-average data (e.g., energy use per floor space by building type) 14. Franchises • Site-specific energy use data collected by utility bills or meters • Estimated emissions based on industry-average data (e.g., energy use per floor space by building type) 15. Investments • Site-specific energy use or emissions data • Estimated emissions based on industry-average data Scope 3 Downstream Data Types
  • 38. © 2022 Neo4j, Inc. All rights reserved. Scope 3 Requires Upstream and Downstream Reporting https://www.epa.gov/climateleadership/scope-3-inventory-guidance
  • 39. © 2022 Neo4j, Inc. All rights reserved. Granular Emission Factors for all GHG sources 4700+ Scope 3 Emission Factors ● Upstream (WTT) ● Downstream ● Freight Modality ● Carrier Type & Size ● Fuel Type ● UoM ● GHG Unit https://www.gov.uk/government/publications/greenhouse-gas-reporting-conversion-factors-2022 39