SlideShare a Scribd company logo
1 of 43
Download to read offline
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
1
C H I C A G O
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
2
Optimizing the
Supply Chain
with Knowledge
Graphs, IoT and
Digital Twins
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
Michael Moore, Ph.D.
Principal, Partner Solutions & Technology
Neo4j
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
Agenda
• Supply Chain Challenges
• Digital Twins
• IOT
• Knowledge Graphs
© 2022 Neo4j, Inc. All rights reserved.
5
Supply Chain Problems Are Data Problems
75%
938
of Fortune 1000 had a T1-2 supplier
impacted by the pandemic
Good forecasts are just
less bad forecasts
of executives aren’t confident in
their data quality
© 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
Neo4j, Inc. All rights reserved 2021
“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.
9
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
10
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.
11
Neo4j Graph Model Enables Performance at Scale
© 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
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
13
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.
© 2022 Neo4j, Inc. All rights reserved.
14
Neo4j Graph Data Platform
Data Sources
Native Graph Database
The foundation of the Neo4j platform; delivers enterprise-scale
and performance, security, and data integrity for transaction and
analytical workloads.
Graph Data Science and Analytics Tools
Explorative tools, rich algorithm library, and Integrated
supervised Machine Learning framework.
Development Tools & Frameworks
Tooling, APIs, query builder, multi-language support for
development, admin, modeling, and rapid prototyping needs.
Discovery & Visualization
Code-free querying, data modeling and exploration tools for data
scientists, developers, and analysts.
Graph Query Language Support
Cypher & openCypher; ongoing leadership and standards work
(GQL) to establish lingua franca for graphs.
Ecosystem & Integrations
Rich ecosystem of tech and integration partners. Ingestion tools
(JDBC, Kafka, Spark, BI Tools, etc.) for bulk and streaming needs.
Runs Anywhere
Deploy as-a-Service (AuraDS) or self-hosted within your cloud of
choice (AWS, GCP, Azure) via their marketplace, or on-premises.
Data Connectors
Transactions Analytics
Graph Database
Data Consolidation
Contextualization
Enterprise Ready
Data Science & MLOps
Graph Data Science
Neo4j
Bloom
Neo4j
Browser
BUSINESS
USERS
DEVELOPERS
DATA
SCIENTISTS
DATA
ANALYSTS
BI
Connectors
AutoML
Integrations
Language
interfaces
OLTP OLAP
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
15
Supply Chain
Digital Twins
© 2022 Neo4j, Inc. All rights reserved.
Digital Twins are Graphs DT Asset
Nested BOM
(Canonical
Model)
DT Field
Instance
Sensor Data
DT Field
Instance(s)
Nested BOM
(As Built)
DT Asset
Documents &
Drawings
DT Field
Instance
Metadata
DT Field
Instance
Extended
Data
© 2022 Neo4j, Inc. All rights reserved.
Digital Supply Chain 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.
Robust Graph Algorithms & ML methods
● Compute metrics about the topology and connectivity
● Build predictive models to enhance your graph
● Highly parallelized and scale to 10’s of billions of nodes
18
Neo4j Graph Data Science
Mutable In-Memory
Workspace
Computational Graph
Native Graph Store
Efficient & Flexible Analytics Workspace
● Automatically reshapes transactional graphs into
an in-memory analytics graph
● Optimized for global traversals and aggregation
● Create workflows and layer algorithms
● Store and manage predictive models in the
model catalog
© 2022 Neo4j, Inc. All rights reserved.
19
65+ Graph Data Science Techniques in Neo4j
Pathfinding &
Search
• Shortest Path
• Single-Source Shortest Path
• All Pairs Shortest Path
• A* Shortest Path
• Yen’s K Shortest Path
• Minimum Weight Spanning Tree
• K-Spanning Tree (MST)
• Random Walk
• Breadth & Depth First Search
Centrality &
Importance
• Degree Centrality
• Closeness Centrality
• Harmonic Centrality
• Betweenness Centrality & Approx.
• PageRank
• Personalized PageRank
• ArticleRank
• Eigenvector Centrality
• Hyperlink Induced Topic Search (HITS)
• Influence Maximization (Greedy, CELF)
Community
Detection
• Triangle Count
• Local Clustering Coefficient
• Connected Components (Union Find)
• Strongly Connected Components
• Label Propagation
• Louvain Modularity
• K-1 Coloring
• Modularity Optimization
• Speaker Listener Label Propagation
Supervised
Machine Learning
• Node Classification
• Link Prediction
… and more!
Heuristic Link
Prediction
• Adamic Adar
• Common Neighbors
• Preferential Attachment
• Resource Allocations
• Same Community
• Total Neighbors
Similarity
• Node Similarity
• K-Nearest Neighbors (KNN)
• Jaccard Similarity
• Cosine Similarity
• Pearson Similarity
• Euclidean Distance
• Approximate Nearest Neighbors (ANN)
Graph
Embeddings
• Node2Vec
• FastRP
• FastRPExtended
• GraphSAGE
• Synthetic Graph Generation
• Scale Properties
• Collapse Paths
• One Hot Encoding
• Split Relationships
• Graph Export
• Pregel API (write your own algos)
© 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.
23
Demo
© 2022 Neo4j, Inc. All rights reserved.
24
North American Rail
Network Digital Twin
North American Rail Network
Total 527K Miles of Track
NS: 41,756 Miles of Track
555K nodes, 1.2M relationships
1GB
© 2022 Neo4j, Inc. All rights reserved.
25
Graph Data Science Pathfinding
:param generatedName => ('in-memory-graph-ssp');
:param graphConfig => ({
nodeProjection: 'Node',
relationshipProjection: {
relType: {
type: 'CONNECTS_MIO',
orientation: 'UNDIRECTED',
properties: {
MILES: {
property: 'MILES',
defaultValue: 1
}
}
}
}
});
CALL gds.graph.project($generatedName, $graphConfig.nodeProjection, $graphConfig.relationshipProjection, {});
CALL gds.shortestPath.dijkstra.stream($generatedName,
{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
Minimize this Cost
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
26
Supply Chain
IoT
© 2022 Neo4j, Inc. All rights reserved.
27
Real World Fidelity
● Neo4j’s flexible graph data model
easily handles complex relationships
and addition of new data sources
● Provides holistic “360°” view of
assets, processes & related data
with full spatial support
● Quickly traverse the network to
understand dependencies, co-
location, performance, history
● Scales to billions of nodes and
relationships
Nodes:
Regions, Sites, Leases,
Well Pads, Well Heads, Tanks,
Compressors, Heaters Treaters,
Free Water Knockouts, Sensors
Relationships:
LOCATED_IN, LOCATED_ON,
CONNECTED_TO, MONITORED_BY
© 2022 Neo4j, Inc. All rights reserved.
ENX IoT Platform https://enxchange.co/platform/iot
© 2022 Neo4j, Inc. All rights reserved.
Neo4j Kakfa Connector
Sensors IoT Gateway TimeSeries DB Kafka Topic Kafka Neo4j Connect
https://www.confluent.io/partner/neo4j/
Grid
Controller
ENX - SOL Event Filter SOL Excursion Events Stream Events to Graph Graph Analytics
© 2022 Neo4j, Inc. All rights reserved.
Esri ArcGIS Knowledgehttps://www.esri.com/en-us/arcgis/products/arcgis-knowledge
© 2022 Neo4j, Inc. All rights reserved.
Example Neo4j IoT Digital Twin Architecture
Azure IoT Hub Raw
Stream
Sensor Alerts & Sampled Stream
Neo4j ODBC
Connector
ETL
Pipeline OLTP
Azure TS
Insights
Azure Blob
Store
PowerBI
Reports
Azure Cosmos
DB
Azure Data
Warehouse
Azure SQL
Azure Stream
Analytics
Notification
Services
Event Sources
Azure Device
Provisioning
Neo4j Digital
Twin Graph
Neo4j Bloom
Visualization
Neo4j Desktop IDE (neo4j.com/download)
Unstructured Data, JSON Documents, Structured Data
Raw
Stream
Hot Path
Warm Path
Neo4j Secure
BOLT Driver
Web Apps /
GraphQL API
Power BI Server
Enriching
data sources
Neo4j integrates a wide variety of data
sources (beyond BOM + Sensor Data) to add
additional analytical context to the graph.
● Vendors
● Costs
● Compliance
● Schematics
● Service Records
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
32
Supply Chain
Knowledge
Graphs
© 2022 Neo4j, Inc. All rights reserved.
Semantic
Conventions
Resolved
Entities
Operational
Transactions
Graph
Inference
33
What is a Knowledge Graph?
• 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.
© 2022 Neo4j, Inc. All rights reserved.
34
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.
Google + Neo4j: Your Supply Chain Control Tower
Supply Chain AI
Provide the best AI/ML algorithm library
for the circular economy
Supply Chain Partners
Establish an innovative
supply chain partner ecosystem
Supply Chain Pulse
Enable supply chain professionals
to have real
-time visibility
Supply Chain Twin
Model the real, networked world
and accept imperfect data
1
2
3
4
© 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/AItoolchain
● Global market leader in graph technology
● Aligned with Google Cloud Supply Chain Twin solution
● Compliments Google Cloud AI/MLand 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.
© 2022 Neo4j, Inc. All rights reserved.
39
Demo
© 2022 Neo4j, Inc. All rights reserved.
The knowledge graph codifies data for
inferring new knowledge using connections to
support exploration, discovery and decisions
– by humans, software, or AI systems.
Because the utility of knowledge graphs
increases as they consume adjacent data
domains, knowledge graphs will naturally
grow to massive sizes and will require
new hybrid OLTP/OLAP architectures.
Knowledge Graphs at Scale
© 2022 Neo4j, Inc. All rights reserved.
Knowledge Lake
What’s Next: Knowledge Lake Architecture
41
Operational Data Stores
● Enterprise Asset
● Petabyte Scale
● Hybrid OLTP/OLAP
● Native Fabric
● Fast Data Transfer
● In-Graph ML
● Common APIs
© 2022 Neo4j, Inc. All rights reserved.
42
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.
43
Thank You!
sales@neo4j.com
michael.moore@neo4j.com

More Related Content

What's hot

Data Mesh Part 4 Monolith to Mesh
Data Mesh Part 4 Monolith to MeshData Mesh Part 4 Monolith to Mesh
Data Mesh Part 4 Monolith to Mesh
Jeffrey T. Pollock
 

What's hot (20)

Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?Emerging Trends in Data Architecture – What’s the Next Big Thing?
Emerging Trends in Data Architecture – What’s the Next Big Thing?
 
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...Data Architecture, Solution Architecture, Platform Architecture — What’s the ...
Data Architecture, Solution Architecture, Platform Architecture — What’s the ...
 
Enterprise Architecture vs. Data Architecture
Enterprise Architecture vs. Data ArchitectureEnterprise Architecture vs. Data Architecture
Enterprise Architecture vs. Data Architecture
 
Knowledge Graphs and Graph Data Science: More Context, Better Predictions (Ne...
Knowledge Graphs and Graph Data Science: More Context, Better Predictions (Ne...Knowledge Graphs and Graph Data Science: More Context, Better Predictions (Ne...
Knowledge Graphs and Graph Data Science: More Context, Better Predictions (Ne...
 
Why an AI-Powered Data Catalog Tool is Critical to Business Success
Why an AI-Powered Data Catalog Tool is Critical to Business SuccessWhy an AI-Powered Data Catalog Tool is Critical to Business Success
Why an AI-Powered Data Catalog Tool is Critical to Business Success
 
EY + Neo4j: Why graph technology makes sense for fraud detection and customer...
EY + Neo4j: Why graph technology makes sense for fraud detection and customer...EY + Neo4j: Why graph technology makes sense for fraud detection and customer...
EY + Neo4j: Why graph technology makes sense for fraud detection and customer...
 
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...
 
Data Architecture Strategies: Data Architecture for Digital Transformation
Data Architecture Strategies: Data Architecture for Digital TransformationData Architecture Strategies: Data Architecture for Digital Transformation
Data Architecture Strategies: Data Architecture for Digital Transformation
 
Graph Databases for Master Data Management
Graph Databases for Master Data ManagementGraph Databases for Master Data Management
Graph Databases for Master Data Management
 
Modern Data Challenges require Modern Graph Technology
Modern Data Challenges require Modern Graph TechnologyModern Data Challenges require Modern Graph Technology
Modern Data Challenges require Modern Graph Technology
 
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
 
Smarter Fraud Detection With Graph Data Science
Smarter Fraud Detection With Graph Data ScienceSmarter Fraud Detection With Graph Data Science
Smarter Fraud Detection With Graph Data Science
 
Data Quality
Data QualityData Quality
Data Quality
 
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
 
The art of the possible with graph technology_Neo4j GraphSummit Dublin 2023.pptx
The art of the possible with graph technology_Neo4j GraphSummit Dublin 2023.pptxThe art of the possible with graph technology_Neo4j GraphSummit Dublin 2023.pptx
The art of the possible with graph technology_Neo4j GraphSummit Dublin 2023.pptx
 
Easily Identify Sources of Supply Chain Gridlock
Easily Identify Sources of Supply Chain GridlockEasily Identify Sources of Supply Chain Gridlock
Easily Identify Sources of Supply Chain Gridlock
 
DAS Slides: Data Modeling Case Study — Business Data Modeling at Kiewit
DAS Slides: Data Modeling Case Study — Business Data Modeling at KiewitDAS Slides: Data Modeling Case Study — Business Data Modeling at Kiewit
DAS Slides: Data Modeling Case Study — Business Data Modeling at Kiewit
 
The Knowledge Graph Explosion
The Knowledge Graph ExplosionThe Knowledge Graph Explosion
The Knowledge Graph Explosion
 
Building a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business GoalsBuilding a Data Strategy – Practical Steps for Aligning with Business Goals
Building a Data Strategy – Practical Steps for Aligning with Business Goals
 
Data Mesh Part 4 Monolith to Mesh
Data Mesh Part 4 Monolith to MeshData Mesh Part 4 Monolith to Mesh
Data Mesh Part 4 Monolith to Mesh
 

Similar to Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moore.pdf

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
 
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
 
Introduction to Neo4j for the Emirates & Bahrain
Introduction to Neo4j for the Emirates & BahrainIntroduction to Neo4j for the Emirates & Bahrain
Introduction to Neo4j for the Emirates & Bahrain
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
 
La strada verso il successo con i database a grafo, la Graph Data Science e l...
La strada verso il successo con i database a grafo, la Graph Data Science e l...La strada verso il successo con i database a grafo, la Graph Data Science e l...
La strada verso il successo con i database a grafo, la Graph Data Science e l...
Neo4j
 

Similar to Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moore.pdf (20)

Government GraphSummit: Optimizing the Supply Chain
Government GraphSummit: Optimizing the Supply ChainGovernment GraphSummit: Optimizing the Supply Chain
Government GraphSummit: Optimizing the Supply Chain
 
Optimizing Your Supply Chain with Neo4j
Optimizing Your Supply Chain with Neo4jOptimizing Your Supply Chain with Neo4j
Optimizing Your Supply Chain with 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
 
Optimizing Your Supply Chain with Neo4j
Optimizing Your Supply Chain with Neo4jOptimizing Your Supply Chain with Neo4j
Optimizing Your Supply Chain with 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...
 
El camino hacia el éxito con las bases de datos de grafos, la ciencia de dato...
El camino hacia el éxito con las bases de datos de grafos, la ciencia de dato...El camino hacia el éxito con las bases de datos de grafos, la ciencia de dato...
El camino hacia el éxito con las bases de datos de grafos, la ciencia de dato...
 
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
 
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
 
Introduction to Neo4j for the Emirates & Bahrain
Introduction to Neo4j for the Emirates & BahrainIntroduction to Neo4j for the Emirates & Bahrain
Introduction to Neo4j for the Emirates & Bahrain
 
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
 
Einstieg in Neo4j Graph Data Science
Einstieg in Neo4j Graph Data ScienceEinstieg in Neo4j Graph Data Science
Einstieg in Neo4j Graph Data Science
 
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
 
Network and IT Ops Series: Build Production Solutions
Network and IT Ops Series: Build Production Solutions Network and IT Ops Series: Build Production Solutions
Network and IT Ops Series: Build Production Solutions
 
La strada verso il successo con i database a grafo, la Graph Data Science e l...
La strada verso il successo con i database a grafo, la Graph Data Science e l...La strada verso il successo con i database a grafo, la Graph Data Science e l...
La strada verso il successo con i database a grafo, la Graph Data Science e l...
 
Domain Specific Languages for Parallel Graph AnalytiX (PGX)
Domain Specific Languages for Parallel Graph AnalytiX (PGX)Domain Specific Languages for Parallel Graph AnalytiX (PGX)
Domain Specific Languages for Parallel Graph AnalytiX (PGX)
 
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
 
Graphs for Enterprise Architects
Graphs for Enterprise ArchitectsGraphs for Enterprise Architects
Graphs for Enterprise Architects
 
Webinar - IA generativa e grafi Neo4j: RAG time!
Webinar - IA generativa e grafi Neo4j: RAG time!Webinar - IA generativa e grafi Neo4j: RAG time!
Webinar - IA generativa e grafi Neo4j: RAG time!
 
Workshop Tel Aviv - Graph Data Science
Workshop Tel Aviv - Graph Data ScienceWorkshop Tel Aviv - Graph Data Science
Workshop Tel Aviv - Graph Data Science
 
Neo4j GraphTalk Oslo - Introduction to Graphs
Neo4j GraphTalk Oslo - Introduction to GraphsNeo4j GraphTalk Oslo - Introduction to Graphs
Neo4j GraphTalk Oslo - Introduction to Graphs
 

More from Neo4j

More from Neo4j (20)

From Knowledge Graphs via Lego Bricks to scientific conversations.pptx
From Knowledge Graphs via Lego Bricks to scientific conversations.pptxFrom Knowledge Graphs via Lego Bricks to scientific conversations.pptx
From Knowledge Graphs via Lego Bricks to scientific conversations.pptx
 
Novo Nordisk: When Knowledge Graphs meet LLMs
Novo Nordisk: When Knowledge Graphs meet LLMsNovo Nordisk: When Knowledge Graphs meet LLMs
Novo Nordisk: When Knowledge Graphs meet LLMs
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansQIAGEN: Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
QIAGEN: Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
 
EY_Graph Database Powered Sustainability
EY_Graph Database Powered SustainabilityEY_Graph Database Powered Sustainability
EY_Graph Database Powered Sustainability
 
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge GraphSIEMENS: RAPUNZEL – A Tale About Knowledge Graph
SIEMENS: RAPUNZEL – A Tale About Knowledge Graph
 
Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...
ISDEFE - GraphSummit Madrid - ARETA: Aviation Real-Time Emissions Token Accre...
 
BBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafos
BBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafosBBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafos
BBVA - GraphSummit Madrid - Caso de éxito en BBVA: Optimizando con grafos
 
Graph Everywhere - Josep Taruella - Por qué Graph Data Science en tus modelos...
Graph Everywhere - Josep Taruella - Por qué Graph Data Science en tus modelos...Graph Everywhere - Josep Taruella - Por qué Graph Data Science en tus modelos...
Graph Everywhere - Josep Taruella - Por qué Graph Data Science en tus modelos...
 
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4jGraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
GraphSummit Madrid - Product Vision and Roadmap - Luis Salvador Neo4j
 
Neo4j_Exploring the Impact of Graph Technology on Financial Services.pdf
Neo4j_Exploring the Impact of Graph Technology on Financial Services.pdfNeo4j_Exploring the Impact of Graph Technology on Financial Services.pdf
Neo4j_Exploring the Impact of Graph Technology on Financial Services.pdf
 
Rabobank_Exploring the Impact of Graph Technology on Financial Services.pdf
Rabobank_Exploring the Impact of Graph Technology on Financial Services.pdfRabobank_Exploring the Impact of Graph Technology on Financial Services.pdf
Rabobank_Exploring the Impact of Graph Technology on Financial Services.pdf
 
IA Generativa y Grafos de Neo4j: RAG time
IA Generativa y Grafos de Neo4j: RAG timeIA Generativa y Grafos de Neo4j: RAG time
IA Generativa y Grafos de Neo4j: RAG time
 
Neo4j: Data Engineering for RAG (retrieval augmented generation)
Neo4j: Data Engineering for RAG (retrieval augmented generation)Neo4j: Data Engineering for RAG (retrieval augmented generation)
Neo4j: Data Engineering for RAG (retrieval augmented generation)
 
Neo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdf
Neo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdfNeo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdf
Neo4j Graph Summit 2024 Workshop - EMEA - Breda_and_Munchen.pdf
 
Enabling GenAI Breakthroughs with Knowledge Graphs
Enabling GenAI Breakthroughs with Knowledge GraphsEnabling GenAI Breakthroughs with Knowledge Graphs
Enabling GenAI Breakthroughs with Knowledge Graphs
 
Neo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdf
Neo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdfNeo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdf
Neo4j_Anurag Tandon_Product Vision and Roadmap.Benelux.pptx.pdf
 

Recently uploaded

Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Recently uploaded (20)

Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
Apidays New York 2024 - The Good, the Bad and the Governed by David O'Neill, ...
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 

Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins_Moore.pdf

  • 1. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. 1 C H I C A G O
  • 2. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. 2 Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins
  • 3. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. Michael Moore, Ph.D. Principal, Partner Solutions & Technology Neo4j
  • 4. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. Agenda • Supply Chain Challenges • Digital Twins • IOT • Knowledge Graphs
  • 5. © 2022 Neo4j, Inc. All rights reserved. 5 Supply Chain Problems Are Data Problems 75% 938 of Fortune 1000 had a T1-2 supplier impacted by the pandemic Good forecasts are just less bad forecasts of executives aren’t confident in their data quality
  • 6. © 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
  • 7. © 2022 Neo4j, Inc. All rights reserved. This is a Graph
  • 8. Neo4j, Inc. All rights reserved 2021 “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.
  • 9. © 2022 Neo4j, Inc. All rights reserved. 9 Graphs have low complexity and high fidelity SQL RDBMS ER Diagram Graph (“Whiteboard”)
  • 10. © 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 10 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
  • 11. © 2022 Neo4j, Inc. All rights reserved. 11 Neo4j Graph Model Enables Performance at Scale
  • 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
  • 13. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. 13 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.
  • 14. © 2022 Neo4j, Inc. All rights reserved. 14 Neo4j Graph Data Platform Data Sources Native Graph Database The foundation of the Neo4j platform; delivers enterprise-scale and performance, security, and data integrity for transaction and analytical workloads. Graph Data Science and Analytics Tools Explorative tools, rich algorithm library, and Integrated supervised Machine Learning framework. Development Tools & Frameworks Tooling, APIs, query builder, multi-language support for development, admin, modeling, and rapid prototyping needs. Discovery & Visualization Code-free querying, data modeling and exploration tools for data scientists, developers, and analysts. Graph Query Language Support Cypher & openCypher; ongoing leadership and standards work (GQL) to establish lingua franca for graphs. Ecosystem & Integrations Rich ecosystem of tech and integration partners. Ingestion tools (JDBC, Kafka, Spark, BI Tools, etc.) for bulk and streaming needs. Runs Anywhere Deploy as-a-Service (AuraDS) or self-hosted within your cloud of choice (AWS, GCP, Azure) via their marketplace, or on-premises. Data Connectors Transactions Analytics Graph Database Data Consolidation Contextualization Enterprise Ready Data Science & MLOps Graph Data Science Neo4j Bloom Neo4j Browser BUSINESS USERS DEVELOPERS DATA SCIENTISTS DATA ANALYSTS BI Connectors AutoML Integrations Language interfaces OLTP OLAP
  • 15. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. 15 Supply Chain Digital Twins
  • 16. © 2022 Neo4j, Inc. All rights reserved. Digital Twins are Graphs DT Asset Nested BOM (Canonical Model) DT Field Instance Sensor Data DT Field Instance(s) Nested BOM (As Built) DT Asset Documents & Drawings DT Field Instance Metadata DT Field Instance Extended Data
  • 17. © 2022 Neo4j, Inc. All rights reserved. Digital Supply Chain 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. Robust Graph Algorithms & ML methods ● Compute metrics about the topology and connectivity ● Build predictive models to enhance your graph ● Highly parallelized and scale to 10’s of billions of nodes 18 Neo4j Graph Data Science Mutable In-Memory Workspace Computational Graph Native Graph Store Efficient & Flexible Analytics Workspace ● Automatically reshapes transactional graphs into an in-memory analytics graph ● Optimized for global traversals and aggregation ● Create workflows and layer algorithms ● Store and manage predictive models in the model catalog
  • 19. © 2022 Neo4j, Inc. All rights reserved. 19 65+ Graph Data Science Techniques in Neo4j Pathfinding & Search • Shortest Path • Single-Source Shortest Path • All Pairs Shortest Path • A* Shortest Path • Yen’s K Shortest Path • Minimum Weight Spanning Tree • K-Spanning Tree (MST) • Random Walk • Breadth & Depth First Search Centrality & Importance • Degree Centrality • Closeness Centrality • Harmonic Centrality • Betweenness Centrality & Approx. • PageRank • Personalized PageRank • ArticleRank • Eigenvector Centrality • Hyperlink Induced Topic Search (HITS) • Influence Maximization (Greedy, CELF) Community Detection • Triangle Count • Local Clustering Coefficient • Connected Components (Union Find) • Strongly Connected Components • Label Propagation • Louvain Modularity • K-1 Coloring • Modularity Optimization • Speaker Listener Label Propagation Supervised Machine Learning • Node Classification • Link Prediction … and more! Heuristic Link Prediction • Adamic Adar • Common Neighbors • Preferential Attachment • Resource Allocations • Same Community • Total Neighbors Similarity • Node Similarity • K-Nearest Neighbors (KNN) • Jaccard Similarity • Cosine Similarity • Pearson Similarity • Euclidean Distance • Approximate Nearest Neighbors (ANN) Graph Embeddings • Node2Vec • FastRP • FastRPExtended • GraphSAGE • Synthetic Graph Generation • Scale Properties • Collapse Paths • One Hot Encoding • Split Relationships • Graph Export • Pregel API (write your own algos)
  • 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. 23 Demo
  • 24. © 2022 Neo4j, Inc. All rights reserved. 24 North American Rail Network Digital Twin North American Rail Network Total 527K Miles of Track NS: 41,756 Miles of Track 555K nodes, 1.2M relationships 1GB
  • 25. © 2022 Neo4j, Inc. All rights reserved. 25 Graph Data Science Pathfinding :param generatedName => ('in-memory-graph-ssp'); :param graphConfig => ({ nodeProjection: 'Node', relationshipProjection: { relType: { type: 'CONNECTS_MIO', orientation: 'UNDIRECTED', properties: { MILES: { property: 'MILES', defaultValue: 1 } } } } }); CALL gds.graph.project($generatedName, $graphConfig.nodeProjection, $graphConfig.relationshipProjection, {}); CALL gds.shortestPath.dijkstra.stream($generatedName, {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 Minimize this Cost
  • 26. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. 26 Supply Chain IoT
  • 27. © 2022 Neo4j, Inc. All rights reserved. 27 Real World Fidelity ● Neo4j’s flexible graph data model easily handles complex relationships and addition of new data sources ● Provides holistic “360°” view of assets, processes & related data with full spatial support ● Quickly traverse the network to understand dependencies, co- location, performance, history ● Scales to billions of nodes and relationships Nodes: Regions, Sites, Leases, Well Pads, Well Heads, Tanks, Compressors, Heaters Treaters, Free Water Knockouts, Sensors Relationships: LOCATED_IN, LOCATED_ON, CONNECTED_TO, MONITORED_BY
  • 28. © 2022 Neo4j, Inc. All rights reserved. ENX IoT Platform https://enxchange.co/platform/iot
  • 29. © 2022 Neo4j, Inc. All rights reserved. Neo4j Kakfa Connector Sensors IoT Gateway TimeSeries DB Kafka Topic Kafka Neo4j Connect https://www.confluent.io/partner/neo4j/ Grid Controller ENX - SOL Event Filter SOL Excursion Events Stream Events to Graph Graph Analytics
  • 30. © 2022 Neo4j, Inc. All rights reserved. Esri ArcGIS Knowledgehttps://www.esri.com/en-us/arcgis/products/arcgis-knowledge
  • 31. © 2022 Neo4j, Inc. All rights reserved. Example Neo4j IoT Digital Twin Architecture Azure IoT Hub Raw Stream Sensor Alerts & Sampled Stream Neo4j ODBC Connector ETL Pipeline OLTP Azure TS Insights Azure Blob Store PowerBI Reports Azure Cosmos DB Azure Data Warehouse Azure SQL Azure Stream Analytics Notification Services Event Sources Azure Device Provisioning Neo4j Digital Twin Graph Neo4j Bloom Visualization Neo4j Desktop IDE (neo4j.com/download) Unstructured Data, JSON Documents, Structured Data Raw Stream Hot Path Warm Path Neo4j Secure BOLT Driver Web Apps / GraphQL API Power BI Server Enriching data sources Neo4j integrates a wide variety of data sources (beyond BOM + Sensor Data) to add additional analytical context to the graph. ● Vendors ● Costs ● Compliance ● Schematics ● Service Records
  • 32. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. 32 Supply Chain Knowledge Graphs
  • 33. © 2022 Neo4j, Inc. All rights reserved. Semantic Conventions Resolved Entities Operational Transactions Graph Inference 33 What is a Knowledge Graph? • 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.
  • 34. © 2022 Neo4j, Inc. All rights reserved. 34 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
  • 35. © 2022 Neo4j, Inc. All rights reserved. Google + Neo4j: Your Supply Chain Control Tower Supply Chain AI Provide the best AI/ML algorithm library for the circular economy Supply Chain Partners Establish an innovative supply chain partner ecosystem Supply Chain Pulse Enable supply chain professionals to have real -time visibility Supply Chain Twin Model the real, networked world and accept imperfect data 1 2 3 4
  • 36. © 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/AItoolchain ● Global market leader in graph technology ● Aligned with Google Cloud Supply Chain Twin solution ● Compliments Google Cloud AI/MLand analytics technologies Neo4j & Google Cloud: A powerful combination for supply chain transformation
  • 37. © 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
  • 38. © 2022 Neo4j, Inc. All rights reserved. Google Supply Chain Twin L2 Graph Data Model
  • 39. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. 39 Demo
  • 40. © 2022 Neo4j, Inc. All rights reserved. The knowledge graph codifies data for inferring new knowledge using connections to support exploration, discovery and decisions – by humans, software, or AI systems. Because the utility of knowledge graphs increases as they consume adjacent data domains, knowledge graphs will naturally grow to massive sizes and will require new hybrid OLTP/OLAP architectures. Knowledge Graphs at Scale
  • 41. © 2022 Neo4j, Inc. All rights reserved. Knowledge Lake What’s Next: Knowledge Lake Architecture 41 Operational Data Stores ● Enterprise Asset ● Petabyte Scale ● Hybrid OLTP/OLAP ● Native Fabric ● Fast Data Transfer ● In-Graph ML ● Common APIs
  • 42. © 2022 Neo4j, Inc. All rights reserved. 42 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
  • 43. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. 43 Thank You! sales@neo4j.com michael.moore@neo4j.com