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

What's hot

Applying Network Analytics in KYC
Applying Network Analytics in KYCApplying Network Analytics in KYC
Applying Network Analytics in KYC
Neo4j
 
Workshop - Neo4j Graph Data Science
Workshop - Neo4j Graph Data ScienceWorkshop - Neo4j Graph Data Science
Workshop - Neo4j Graph Data Science
Neo4j
 
The path to success with Graph Database and Graph Data Science
The path to success with Graph Database and Graph Data ScienceThe path to success with Graph Database and Graph Data Science
The path to success with Graph Database and Graph Data Science
Neo4j
 
Knowledge Graphs & Graph Data Science, More Context, Better Predictions - Neo...
Knowledge Graphs & Graph Data Science, More Context, Better Predictions - Neo...Knowledge Graphs & Graph Data Science, More Context, Better Predictions - Neo...
Knowledge Graphs & Graph Data Science, More Context, Better Predictions - Neo...
Neo4j
 
A Universe of Knowledge Graphs
A Universe of Knowledge GraphsA Universe of Knowledge Graphs
A Universe of Knowledge Graphs
Neo4j
 
Neo4j GraphSummit London - The Path To Success With Graph Database and Data S...
Neo4j GraphSummit London - The Path To Success With Graph Database and Data S...Neo4j GraphSummit London - The Path To Success With Graph Database and Data S...
Neo4j GraphSummit London - The Path To Success With Graph Database and Data S...
Neo4j
 
Workshop Introduction to Neo4j
Workshop Introduction to Neo4jWorkshop Introduction to Neo4j
Workshop Introduction to Neo4j
Neo4j
 
Government GraphSummit: Leveraging Graphs for AI and ML
Government GraphSummit: Leveraging Graphs for AI and MLGovernment GraphSummit: Leveraging Graphs for AI and ML
Government GraphSummit: Leveraging Graphs for AI and ML
Neo4j
 
The Data Platform for Today’s Intelligent Applications
The Data Platform for Today’s Intelligent ApplicationsThe Data Platform for Today’s Intelligent Applications
The Data Platform for Today’s Intelligent Applications
Neo4j
 
Neo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptx
Neo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptxNeo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptx
Neo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptx
Neo4j
 
Transforming BT’s Infrastructure Management with Graph Technology
Transforming BT’s Infrastructure Management with Graph TechnologyTransforming BT’s Infrastructure Management with Graph Technology
Transforming BT’s Infrastructure Management with Graph Technology
Neo4j
 
Pourquoi Leroy Merlin a besoin d'un Knowledge Graph ?
Pourquoi Leroy Merlin a besoin d'un Knowledge Graph ?Pourquoi Leroy Merlin a besoin d'un Knowledge Graph ?
Pourquoi Leroy Merlin a besoin d'un Knowledge Graph ?
Neo4j
 
Technip Energies Italy: Planning is a graph matter
Technip Energies Italy: Planning is a graph matterTechnip Energies Italy: Planning is a graph matter
Technip Energies Italy: Planning is a graph matter
Neo4j
 
Graphs for Data Science and Machine Learning
Graphs for Data Science and Machine LearningGraphs for Data Science and Machine Learning
Graphs for Data Science and Machine Learning
Neo4j
 
Elsevier: Empowering Knowledge Discovery in Research with Graphs
Elsevier: Empowering Knowledge Discovery in Research with GraphsElsevier: Empowering Knowledge Discovery in Research with Graphs
Elsevier: Empowering Knowledge Discovery in Research with Graphs
Neo4j
 
Get Started with the Most Advanced Edition Yet of Neo4j Graph Data Science
Get Started with the Most Advanced Edition Yet of Neo4j Graph Data ScienceGet Started with the Most Advanced Edition Yet of Neo4j Graph Data Science
Get Started with the Most Advanced Edition Yet of Neo4j Graph Data Science
Neo4j
 
How Graph Data Science can turbocharge your Knowledge Graph
How Graph Data Science can turbocharge your Knowledge GraphHow Graph Data Science can turbocharge your Knowledge Graph
How Graph Data Science can turbocharge your Knowledge Graph
Neo4j
 
Volvo Cars - Retrieving Safety Insights using Graphs (GraphSummit Stockholm 2...
Volvo Cars - Retrieving Safety Insights using Graphs (GraphSummit Stockholm 2...Volvo Cars - Retrieving Safety Insights using Graphs (GraphSummit Stockholm 2...
Volvo Cars - Retrieving Safety Insights using Graphs (GraphSummit Stockholm 2...
Neo4j
 
Sopra Steria: Intelligent Network Analysis in a Telecommunications Environment
Sopra Steria: Intelligent Network Analysis in a Telecommunications EnvironmentSopra Steria: Intelligent Network Analysis in a Telecommunications Environment
Sopra Steria: Intelligent Network Analysis in a Telecommunications Environment
Neo4j
 
Demystifying Graph Neural Networks
Demystifying Graph Neural NetworksDemystifying Graph Neural Networks
Demystifying Graph Neural Networks
Neo4j
 

What's hot (20)

Applying Network Analytics in KYC
Applying Network Analytics in KYCApplying Network Analytics in KYC
Applying Network Analytics in KYC
 
Workshop - Neo4j Graph Data Science
Workshop - Neo4j Graph Data ScienceWorkshop - Neo4j Graph Data Science
Workshop - Neo4j Graph Data Science
 
The path to success with Graph Database and Graph Data Science
The path to success with Graph Database and Graph Data ScienceThe path to success with Graph Database and Graph Data Science
The path to success with Graph Database and Graph Data Science
 
Knowledge Graphs & Graph Data Science, More Context, Better Predictions - Neo...
Knowledge Graphs & Graph Data Science, More Context, Better Predictions - Neo...Knowledge Graphs & Graph Data Science, More Context, Better Predictions - Neo...
Knowledge Graphs & Graph Data Science, More Context, Better Predictions - Neo...
 
A Universe of Knowledge Graphs
A Universe of Knowledge GraphsA Universe of Knowledge Graphs
A Universe of Knowledge Graphs
 
Neo4j GraphSummit London - The Path To Success With Graph Database and Data S...
Neo4j GraphSummit London - The Path To Success With Graph Database and Data S...Neo4j GraphSummit London - The Path To Success With Graph Database and Data S...
Neo4j GraphSummit London - The Path To Success With Graph Database and Data S...
 
Workshop Introduction to Neo4j
Workshop Introduction to Neo4jWorkshop Introduction to Neo4j
Workshop Introduction to Neo4j
 
Government GraphSummit: Leveraging Graphs for AI and ML
Government GraphSummit: Leveraging Graphs for AI and MLGovernment GraphSummit: Leveraging Graphs for AI and ML
Government GraphSummit: Leveraging Graphs for AI and ML
 
The Data Platform for Today’s Intelligent Applications
The Data Platform for Today’s Intelligent ApplicationsThe Data Platform for Today’s Intelligent Applications
The Data Platform for Today’s Intelligent Applications
 
Neo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptx
Neo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptxNeo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptx
Neo4j GraphSummit London March 2023 Emil Eifrem Keynote.pptx
 
Transforming BT’s Infrastructure Management with Graph Technology
Transforming BT’s Infrastructure Management with Graph TechnologyTransforming BT’s Infrastructure Management with Graph Technology
Transforming BT’s Infrastructure Management with Graph Technology
 
Pourquoi Leroy Merlin a besoin d'un Knowledge Graph ?
Pourquoi Leroy Merlin a besoin d'un Knowledge Graph ?Pourquoi Leroy Merlin a besoin d'un Knowledge Graph ?
Pourquoi Leroy Merlin a besoin d'un Knowledge Graph ?
 
Technip Energies Italy: Planning is a graph matter
Technip Energies Italy: Planning is a graph matterTechnip Energies Italy: Planning is a graph matter
Technip Energies Italy: Planning is a graph matter
 
Graphs for Data Science and Machine Learning
Graphs for Data Science and Machine LearningGraphs for Data Science and Machine Learning
Graphs for Data Science and Machine Learning
 
Elsevier: Empowering Knowledge Discovery in Research with Graphs
Elsevier: Empowering Knowledge Discovery in Research with GraphsElsevier: Empowering Knowledge Discovery in Research with Graphs
Elsevier: Empowering Knowledge Discovery in Research with Graphs
 
Get Started with the Most Advanced Edition Yet of Neo4j Graph Data Science
Get Started with the Most Advanced Edition Yet of Neo4j Graph Data ScienceGet Started with the Most Advanced Edition Yet of Neo4j Graph Data Science
Get Started with the Most Advanced Edition Yet of Neo4j Graph Data Science
 
How Graph Data Science can turbocharge your Knowledge Graph
How Graph Data Science can turbocharge your Knowledge GraphHow Graph Data Science can turbocharge your Knowledge Graph
How Graph Data Science can turbocharge your Knowledge Graph
 
Volvo Cars - Retrieving Safety Insights using Graphs (GraphSummit Stockholm 2...
Volvo Cars - Retrieving Safety Insights using Graphs (GraphSummit Stockholm 2...Volvo Cars - Retrieving Safety Insights using Graphs (GraphSummit Stockholm 2...
Volvo Cars - Retrieving Safety Insights using Graphs (GraphSummit Stockholm 2...
 
Sopra Steria: Intelligent Network Analysis in a Telecommunications Environment
Sopra Steria: Intelligent Network Analysis in a Telecommunications EnvironmentSopra Steria: Intelligent Network Analysis in a Telecommunications Environment
Sopra Steria: Intelligent Network Analysis in a Telecommunications Environment
 
Demystifying Graph Neural Networks
Demystifying Graph Neural NetworksDemystifying Graph Neural Networks
Demystifying Graph Neural Networks
 

Similar to Optimizing Your Supply Chain with Neo4j

Government GraphSummit: Optimizing the Supply Chain
Government GraphSummit: Optimizing the Supply ChainGovernment GraphSummit: Optimizing the Supply Chain
Government GraphSummit: Optimizing the Supply Chain
Neo4j
 
The Neo4j Data Platform for Today & Tomorrow.pdf
The Neo4j Data Platform for Today & Tomorrow.pdfThe Neo4j Data Platform for Today & Tomorrow.pdf
The Neo4j Data Platform for Today & Tomorrow.pdf
Neo4j
 
Knowledge Graphs for Network Digital Twins
Knowledge Graphs for Network Digital TwinsKnowledge Graphs for Network Digital Twins
Knowledge Graphs for Network Digital Twins
Neo4j
 
Actionable Carbon Tracking and Analysis with the Neo4j Graph Data Platform
Actionable Carbon Tracking and Analysis with the Neo4j Graph Data PlatformActionable Carbon Tracking and Analysis with the Neo4j Graph Data Platform
Actionable Carbon Tracking and Analysis with the Neo4j Graph Data Platform
Neo4j
 
Amsterdam - The Neo4j Graph Data Platform Today & Tomorrow
Amsterdam - The Neo4j Graph Data Platform Today & TomorrowAmsterdam - The Neo4j Graph Data Platform Today & Tomorrow
Amsterdam - The Neo4j Graph Data Platform Today & Tomorrow
Neo4j
 
Data-Centric Approach for Project Delivery
Data-Centric Approach for Project DeliveryData-Centric Approach for Project Delivery
Data-Centric Approach for Project Delivery
AVEVA Group plc
 
The Data Platform for Today's Intelligent Applications.pdf
The Data Platform for Today's Intelligent Applications.pdfThe Data Platform for Today's Intelligent Applications.pdf
The Data Platform for Today's Intelligent Applications.pdf
Neo4j
 
New! Neo4j AuraDS: The Fastest Way to Get Started with Data Science in the Cloud
New! Neo4j AuraDS: The Fastest Way to Get Started with Data Science in the CloudNew! Neo4j AuraDS: The Fastest Way to Get Started with Data Science in the Cloud
New! Neo4j AuraDS: The Fastest Way to Get Started with Data Science in the Cloud
Neo4j
 
Optimizing Your Supply Chain with Neo4j
Optimizing Your Supply Chain with Neo4jOptimizing Your Supply Chain with Neo4j
Optimizing Your Supply Chain with Neo4j
Neo4j
 
GPT and Graph Data Science to power your Knowledge Graph
GPT and Graph Data Science to power your Knowledge GraphGPT and Graph Data Science to power your Knowledge Graph
GPT and Graph Data Science to power your Knowledge Graph
Neo4j
 
Nordics Edition - The Neo4j Graph Data Platform Today & Tomorrow
Nordics Edition - The Neo4j Graph Data Platform Today & TomorrowNordics Edition - The Neo4j Graph Data Platform Today & Tomorrow
Nordics Edition - The Neo4j Graph Data Platform Today & Tomorrow
Neo4j
 
Workshop - Architecting Innovative Graph Applications- GraphSummit Milan
Workshop -  Architecting Innovative Graph Applications- GraphSummit MilanWorkshop -  Architecting Innovative Graph Applications- GraphSummit Milan
Workshop - Architecting Innovative Graph Applications- GraphSummit Milan
Neo4j
 
Graphes de connaissances avec Neo4j
Graphes de connaissances avec Neo4j Graphes de connaissances avec Neo4j
Graphes de connaissances avec Neo4j
Neo4j
 
Using Connected Data and Graph Technology to Enhance Machine Learning and Art...
Using Connected Data and Graph Technology to Enhance Machine Learning and Art...Using Connected Data and Graph Technology to Enhance Machine Learning and Art...
Using Connected Data and Graph Technology to Enhance Machine Learning and Art...
Neo4j
 
Cloud Expo 2015: DICE: Developing Data-Intensive Cloud Applications with Iter...
Cloud Expo 2015: DICE: Developing Data-Intensive Cloud Applications with Iter...Cloud Expo 2015: DICE: Developing Data-Intensive Cloud Applications with Iter...
Cloud Expo 2015: DICE: Developing Data-Intensive Cloud Applications with Iter...
DICE-H2020
 
Data Con LA 2022 - Who Owns That Yacht? How Graphs Are Used to Identify Asset...
Data Con LA 2022 - Who Owns That Yacht? How Graphs Are Used to Identify Asset...Data Con LA 2022 - Who Owns That Yacht? How Graphs Are Used to Identify Asset...
Data Con LA 2022 - Who Owns That Yacht? How Graphs Are Used to Identify Asset...
Data Con LA
 
Graphs for Enterprise Architects
Graphs for Enterprise ArchitectsGraphs for Enterprise Architects
Graphs for Enterprise Architects
Neo4j
 
Neo4j: The path to success with Graph Database and Graph Data Science
Neo4j: The path to success with Graph Database and Graph Data ScienceNeo4j: The path to success with Graph Database and Graph Data Science
Neo4j: The path to success with Graph Database and Graph Data Science
Neo4j
 
Neo4j & AWS Bedrock workshop at GraphSummit London 14 Nov 2023.pptx
Neo4j & AWS Bedrock workshop at GraphSummit London 14 Nov 2023.pptxNeo4j & AWS Bedrock workshop at GraphSummit London 14 Nov 2023.pptx
Neo4j & AWS Bedrock workshop at GraphSummit London 14 Nov 2023.pptx
Neo4j
 
Are You Underestimating the Value Within Your Data? A conversation about grap...
Are You Underestimating the Value Within Your Data? A conversation about grap...Are You Underestimating the Value Within Your Data? A conversation about grap...
Are You Underestimating the Value Within Your Data? A conversation about grap...
Neo4j
 

Similar to Optimizing Your Supply Chain with Neo4j (20)

Government GraphSummit: Optimizing the Supply Chain
Government GraphSummit: Optimizing the Supply ChainGovernment GraphSummit: Optimizing the Supply Chain
Government GraphSummit: Optimizing the Supply Chain
 
The Neo4j Data Platform for Today & Tomorrow.pdf
The Neo4j Data Platform for Today & Tomorrow.pdfThe Neo4j Data Platform for Today & Tomorrow.pdf
The Neo4j Data Platform for Today & Tomorrow.pdf
 
Knowledge Graphs for Network Digital Twins
Knowledge Graphs for Network Digital TwinsKnowledge Graphs for Network Digital Twins
Knowledge Graphs for Network Digital Twins
 
Actionable Carbon Tracking and Analysis with the Neo4j Graph Data Platform
Actionable Carbon Tracking and Analysis with the Neo4j Graph Data PlatformActionable Carbon Tracking and Analysis with the Neo4j Graph Data Platform
Actionable Carbon Tracking and Analysis with the Neo4j Graph Data Platform
 
Amsterdam - The Neo4j Graph Data Platform Today & Tomorrow
Amsterdam - The Neo4j Graph Data Platform Today & TomorrowAmsterdam - The Neo4j Graph Data Platform Today & Tomorrow
Amsterdam - The Neo4j Graph Data Platform Today & Tomorrow
 
Data-Centric Approach for Project Delivery
Data-Centric Approach for Project DeliveryData-Centric Approach for Project Delivery
Data-Centric Approach for Project Delivery
 
The Data Platform for Today's Intelligent Applications.pdf
The Data Platform for Today's Intelligent Applications.pdfThe Data Platform for Today's Intelligent Applications.pdf
The Data Platform for Today's Intelligent Applications.pdf
 
New! Neo4j AuraDS: The Fastest Way to Get Started with Data Science in the Cloud
New! Neo4j AuraDS: The Fastest Way to Get Started with Data Science in the CloudNew! Neo4j AuraDS: The Fastest Way to Get Started with Data Science in the Cloud
New! Neo4j AuraDS: The Fastest Way to Get Started with Data Science in the Cloud
 
Optimizing Your Supply Chain with Neo4j
Optimizing Your Supply Chain with Neo4jOptimizing Your Supply Chain with Neo4j
Optimizing Your Supply Chain with Neo4j
 
GPT and Graph Data Science to power your Knowledge Graph
GPT and Graph Data Science to power your Knowledge GraphGPT and Graph Data Science to power your Knowledge Graph
GPT and Graph Data Science to power your Knowledge Graph
 
Nordics Edition - The Neo4j Graph Data Platform Today & Tomorrow
Nordics Edition - The Neo4j Graph Data Platform Today & TomorrowNordics Edition - The Neo4j Graph Data Platform Today & Tomorrow
Nordics Edition - The Neo4j Graph Data Platform Today & Tomorrow
 
Workshop - Architecting Innovative Graph Applications- GraphSummit Milan
Workshop -  Architecting Innovative Graph Applications- GraphSummit MilanWorkshop -  Architecting Innovative Graph Applications- GraphSummit Milan
Workshop - Architecting Innovative Graph Applications- GraphSummit Milan
 
Graphes de connaissances avec Neo4j
Graphes de connaissances avec Neo4j Graphes de connaissances avec Neo4j
Graphes de connaissances avec Neo4j
 
Using Connected Data and Graph Technology to Enhance Machine Learning and Art...
Using Connected Data and Graph Technology to Enhance Machine Learning and Art...Using Connected Data and Graph Technology to Enhance Machine Learning and Art...
Using Connected Data and Graph Technology to Enhance Machine Learning and Art...
 
Cloud Expo 2015: DICE: Developing Data-Intensive Cloud Applications with Iter...
Cloud Expo 2015: DICE: Developing Data-Intensive Cloud Applications with Iter...Cloud Expo 2015: DICE: Developing Data-Intensive Cloud Applications with Iter...
Cloud Expo 2015: DICE: Developing Data-Intensive Cloud Applications with Iter...
 
Data Con LA 2022 - Who Owns That Yacht? How Graphs Are Used to Identify Asset...
Data Con LA 2022 - Who Owns That Yacht? How Graphs Are Used to Identify Asset...Data Con LA 2022 - Who Owns That Yacht? How Graphs Are Used to Identify Asset...
Data Con LA 2022 - Who Owns That Yacht? How Graphs Are Used to Identify Asset...
 
Graphs for Enterprise Architects
Graphs for Enterprise ArchitectsGraphs for Enterprise Architects
Graphs for Enterprise Architects
 
Neo4j: The path to success with Graph Database and Graph Data Science
Neo4j: The path to success with Graph Database and Graph Data ScienceNeo4j: The path to success with Graph Database and Graph Data Science
Neo4j: The path to success with Graph Database and Graph Data Science
 
Neo4j & AWS Bedrock workshop at GraphSummit London 14 Nov 2023.pptx
Neo4j & AWS Bedrock workshop at GraphSummit London 14 Nov 2023.pptxNeo4j & AWS Bedrock workshop at GraphSummit London 14 Nov 2023.pptx
Neo4j & AWS Bedrock workshop at GraphSummit London 14 Nov 2023.pptx
 
Are You Underestimating the Value Within Your Data? A conversation about grap...
Are You Underestimating the Value Within Your Data? A conversation about grap...Are You Underestimating the Value Within Your Data? A conversation about grap...
Are You Underestimating the Value Within Your Data? A conversation about grap...
 

More from Neo4j

Atelier - Architecture d’applications de Graphes - GraphSummit Paris
Atelier - Architecture d’applications de Graphes - GraphSummit ParisAtelier - Architecture d’applications de Graphes - GraphSummit Paris
Atelier - Architecture d’applications de Graphes - GraphSummit Paris
Neo4j
 
Atelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissancesAtelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissances
Neo4j
 
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit ParisNeo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j
 
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit ParisNeo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j
 
FLOA - Détection de Fraude - GraphSummit Paris
FLOA -  Détection de Fraude - GraphSummit ParisFLOA -  Détection de Fraude - GraphSummit Paris
FLOA - Détection de Fraude - GraphSummit Paris
Neo4j
 
SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...
SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...
SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...
Neo4j
 
ADEO - Knowledge Graph pour le e-commerce, entre challenges et opportunités ...
ADEO -  Knowledge Graph pour le e-commerce, entre challenges et opportunités ...ADEO -  Knowledge Graph pour le e-commerce, entre challenges et opportunités ...
ADEO - Knowledge Graph pour le e-commerce, entre challenges et opportunités ...
Neo4j
 
GraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph TechnologyGraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph Technology
Neo4j
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
Neo4j
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
Neo4j
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
Neo4j
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
Neo4j
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
Neo4j
 
GraphAware - Transforming policing with graph-based intelligence analysis
GraphAware - Transforming policing with graph-based intelligence analysisGraphAware - Transforming policing with graph-based intelligence analysis
GraphAware - Transforming policing with graph-based intelligence analysis
Neo4j
 
GraphSummit Stockholm - Neo4j - Knowledge Graphs and Product Updates
GraphSummit Stockholm - Neo4j - Knowledge Graphs and Product UpdatesGraphSummit Stockholm - Neo4j - Knowledge Graphs and Product Updates
GraphSummit Stockholm - Neo4j - Knowledge Graphs and Product Updates
Neo4j
 
KLARNA - Language Models and Knowledge Graphs: A Systems Approach
KLARNA -  Language Models and Knowledge Graphs: A Systems ApproachKLARNA -  Language Models and Knowledge Graphs: A Systems Approach
KLARNA - Language Models and Knowledge Graphs: A Systems Approach
Neo4j
 
INGKA DIGITAL: Linked Metadata by Design
INGKA DIGITAL: Linked Metadata by DesignINGKA DIGITAL: Linked Metadata by Design
INGKA DIGITAL: Linked Metadata by Design
Neo4j
 
Your enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4jYour enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4j
Neo4j
 
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptxBT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
Neo4j
 
Workshop: Enabling GenAI Breakthroughs with Knowledge Graphs - GraphSummit Milan
Workshop: Enabling GenAI Breakthroughs with Knowledge Graphs - GraphSummit MilanWorkshop: Enabling GenAI Breakthroughs with Knowledge Graphs - GraphSummit Milan
Workshop: Enabling GenAI Breakthroughs with Knowledge Graphs - GraphSummit Milan
Neo4j
 

More from Neo4j (20)

Atelier - Architecture d’applications de Graphes - GraphSummit Paris
Atelier - Architecture d’applications de Graphes - GraphSummit ParisAtelier - Architecture d’applications de Graphes - GraphSummit Paris
Atelier - Architecture d’applications de Graphes - GraphSummit Paris
 
Atelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissancesAtelier - Innover avec l’IA Générative et les graphes de connaissances
Atelier - Innover avec l’IA Générative et les graphes de connaissances
 
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit ParisNeo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
 
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit ParisNeo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
Neo4j - Product Vision and Knowledge Graphs - GraphSummit Paris
 
FLOA - Détection de Fraude - GraphSummit Paris
FLOA -  Détection de Fraude - GraphSummit ParisFLOA -  Détection de Fraude - GraphSummit Paris
FLOA - Détection de Fraude - GraphSummit Paris
 
SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...
SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...
SOPRA STERIA - GraphRAG : repousser les limitations du RAG via l’utilisation ...
 
ADEO - Knowledge Graph pour le e-commerce, entre challenges et opportunités ...
ADEO -  Knowledge Graph pour le e-commerce, entre challenges et opportunités ...ADEO -  Knowledge Graph pour le e-commerce, entre challenges et opportunités ...
ADEO - Knowledge Graph pour le e-commerce, entre challenges et opportunités ...
 
GraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph TechnologyGraphSummit Paris - The art of the possible with Graph Technology
GraphSummit Paris - The art of the possible with Graph Technology
 
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
GraphSummit Singapore | Enhancing Changi Airport Group's Passenger Experience...
 
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
GraphSummit Singapore | The Future of Agility: Supercharging Digital Transfor...
 
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
GraphSummit Singapore | Neo4j Product Vision & Roadmap - Q2 2024
 
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024GraphSummit Singapore | The Art of the  Possible with Graph - Q2 2024
GraphSummit Singapore | The Art of the Possible with Graph - Q2 2024
 
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
GraphSummit Singapore | Graphing Success: Revolutionising Organisational Stru...
 
GraphAware - Transforming policing with graph-based intelligence analysis
GraphAware - Transforming policing with graph-based intelligence analysisGraphAware - Transforming policing with graph-based intelligence analysis
GraphAware - Transforming policing with graph-based intelligence analysis
 
GraphSummit Stockholm - Neo4j - Knowledge Graphs and Product Updates
GraphSummit Stockholm - Neo4j - Knowledge Graphs and Product UpdatesGraphSummit Stockholm - Neo4j - Knowledge Graphs and Product Updates
GraphSummit Stockholm - Neo4j - Knowledge Graphs and Product Updates
 
KLARNA - Language Models and Knowledge Graphs: A Systems Approach
KLARNA -  Language Models and Knowledge Graphs: A Systems ApproachKLARNA -  Language Models and Knowledge Graphs: A Systems Approach
KLARNA - Language Models and Knowledge Graphs: A Systems Approach
 
INGKA DIGITAL: Linked Metadata by Design
INGKA DIGITAL: Linked Metadata by DesignINGKA DIGITAL: Linked Metadata by Design
INGKA DIGITAL: Linked Metadata by Design
 
Your enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4jYour enemies use GenAI too - staying ahead of fraud with Neo4j
Your enemies use GenAI too - staying ahead of fraud with Neo4j
 
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptxBT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
BT & Neo4j _ How Knowledge Graphs help BT deliver Digital Transformation.pptx
 
Workshop: Enabling GenAI Breakthroughs with Knowledge Graphs - GraphSummit Milan
Workshop: Enabling GenAI Breakthroughs with Knowledge Graphs - GraphSummit MilanWorkshop: Enabling GenAI Breakthroughs with Knowledge Graphs - GraphSummit Milan
Workshop: Enabling GenAI Breakthroughs with Knowledge Graphs - GraphSummit Milan
 

Recently uploaded

Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
Rohit Gautam
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
SOFTTECHHUB
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
SOFTTECHHUB
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Aggregage
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Paige Cruz
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
Adtran
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
Alpen-Adria-Universität
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
Kari Kakkonen
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
Kumud Singh
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
DianaGray10
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Nexer Digital
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
Uni Systems S.M.S.A.
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems S.M.S.A.
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
Matthew Sinclair
 

Recently uploaded (20)

Large Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial ApplicationsLarge Language Model (LLM) and it’s Geospatial Applications
Large Language Model (LLM) and it’s Geospatial Applications
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
Why You Should Replace Windows 11 with Nitrux Linux 3.5.0 for enhanced perfor...
 
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
Goodbye Windows 11: Make Way for Nitrux Linux 3.5.0!
 
Generative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to ProductionGenerative AI Deep Dive: Advancing from Proof of Concept to Production
Generative AI Deep Dive: Advancing from Proof of Concept to Production
 
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdfObservability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
Observability Concepts EVERY Developer Should Know -- DeveloperWeek Europe.pdf
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Pushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 daysPushing the limits of ePRTC: 100ns holdover for 100 days
Pushing the limits of ePRTC: 100ns holdover for 100 days
 
Video Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the FutureVideo Streaming: Then, Now, and in the Future
Video Streaming: Then, Now, and in the Future
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Climate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing DaysClimate Impact of Software Testing at Nordic Testing Days
Climate Impact of Software Testing at Nordic Testing Days
 
Mind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AIMind map of terminologies used in context of Generative AI
Mind map of terminologies used in context of Generative AI
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6UiPath Test Automation using UiPath Test Suite series, part 6
UiPath Test Automation using UiPath Test Suite series, part 6
 
Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?Elizabeth Buie - Older adults: Are we really designing for our future selves?
Elizabeth Buie - Older adults: Are we really designing for our future selves?
 
Microsoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdfMicrosoft - Power Platform_G.Aspiotis.pdf
Microsoft - Power Platform_G.Aspiotis.pdf
 
Uni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdfUni Systems Copilot event_05062024_C.Vlachos.pdf
Uni Systems Copilot event_05062024_C.Vlachos.pdf
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
20240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 202420240609 QFM020 Irresponsible AI Reading List May 2024
20240609 QFM020 Irresponsible AI Reading List May 2024
 

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