SlideShare a Scribd company logo
© 2022 Neo4j, Inc. All rights reserved.
© 2022 Neo4j, Inc. All rights reserved.
1
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.
4
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.
8
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
9
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.
10
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.
12
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.
13
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.
14
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
17
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.
18
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.
20
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.
22
Demo
© 2022 Neo4j, Inc. All rights reserved.
23
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
NARN Digital Twin Graph
Connects yards 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.
25
Graph Data Science Pathfinding
:param generatedName => ('main-lines-network');
: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?
Minimize this Cost
“Cost” could be physical distance,
fuel consumption, trackage fees,
carbon emissions, etc
Dijkstra shortest path solution visualized in NeoDash
© 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/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
G
r
a
p
h
a
l
g
o
r
i
t
h
m
s
G
r
a
p
h
v
i
s
u
a
l
i
z
a
t
i
o
n
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

Similar to Government GraphSummit: Optimizing the Supply Chain

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
 
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
 
Workshop - Build a Graph Solution
Workshop - Build a Graph SolutionWorkshop - Build a Graph Solution
Workshop - Build a Graph Solution
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
 
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
 
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!
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
 
ntroducing to the Power of Graph Technology
ntroducing to the Power of Graph Technologyntroducing to the Power of Graph Technology
ntroducing to the Power of Graph Technology
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
 
Einstieg in Neo4j Graph Data Science
Einstieg in Neo4j Graph Data ScienceEinstieg in Neo4j Graph Data Science
Einstieg in Neo4j Graph Data Science
Neo4j
 
La bi, l'informatique décisionnelle et les graphes
La bi, l'informatique décisionnelle et les graphesLa bi, l'informatique décisionnelle et les graphes
La bi, l'informatique décisionnelle et les graphes
Cédric Fauvet
 
Knowledge Graphs for Network Digital Twins
Knowledge Graphs for Network Digital TwinsKnowledge Graphs for Network Digital Twins
Knowledge Graphs for Network Digital Twins
Neo4j
 
Workshop Tel Aviv - Graph Data Science
Workshop Tel Aviv - Graph Data ScienceWorkshop Tel Aviv - Graph Data Science
Workshop Tel Aviv - Graph Data Science
Neo4j
 
GraphSummit Toronto: Keynote - Innovating with Graphs
GraphSummit Toronto: Keynote - Innovating with Graphs GraphSummit Toronto: Keynote - Innovating with Graphs
GraphSummit Toronto: Keynote - Innovating with Graphs
Neo4j
 
Graphs for Enterprise Architects
Graphs for Enterprise ArchitectsGraphs for Enterprise Architects
Graphs for Enterprise Architects
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
 
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
 
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
 
Neo4j GraphTalk Oslo - Introduction to Graphs
Neo4j GraphTalk Oslo - Introduction to GraphsNeo4j GraphTalk Oslo - Introduction to Graphs
Neo4j GraphTalk Oslo - Introduction to Graphs
Neo4j
 

Similar to Government GraphSummit: Optimizing the Supply Chain (20)

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
 
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
 
Workshop - Build a Graph Solution
Workshop - Build a Graph SolutionWorkshop - Build a Graph Solution
Workshop - Build a Graph Solution
 
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
 
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
 
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!
 
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...
 
ntroducing to the Power of Graph Technology
ntroducing to the Power of Graph Technologyntroducing to the Power of Graph Technology
ntroducing to the Power of Graph Technology
 
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...
 
Einstieg in Neo4j Graph Data Science
Einstieg in Neo4j Graph Data ScienceEinstieg in Neo4j Graph Data Science
Einstieg in Neo4j Graph Data Science
 
La bi, l'informatique décisionnelle et les graphes
La bi, l'informatique décisionnelle et les graphesLa bi, l'informatique décisionnelle et les graphes
La bi, l'informatique décisionnelle et les graphes
 
Knowledge Graphs for Network Digital Twins
Knowledge Graphs for Network Digital TwinsKnowledge Graphs for Network Digital Twins
Knowledge Graphs for Network Digital Twins
 
Workshop Tel Aviv - Graph Data Science
Workshop Tel Aviv - Graph Data ScienceWorkshop Tel Aviv - Graph Data Science
Workshop Tel Aviv - Graph Data Science
 
GraphSummit Toronto: Keynote - Innovating with Graphs
GraphSummit Toronto: Keynote - Innovating with Graphs GraphSummit Toronto: Keynote - Innovating with Graphs
GraphSummit Toronto: Keynote - Innovating with Graphs
 
Graphs for Enterprise Architects
Graphs for Enterprise ArchitectsGraphs for Enterprise Architects
Graphs for Enterprise Architects
 
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
 
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
 
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 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

Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid ResearchHarnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
Neo4j
 
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
Neo4j
 
Leveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and StandardsLeveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and Standards
Neo4j
 
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansBiomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
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
 

More from Neo4j (20)

Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid ResearchHarnessing the Power of NLP and Knowledge Graphs for Opioid Research
Harnessing the Power of NLP and Knowledge Graphs for Opioid Research
 
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge GraphGraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
GraphRAG for LifeSciences Hands-On with the Clinical Knowledge Graph
 
Leveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and StandardsLeveraging the Graph for Clinical Trials and Standards
Leveraging the Graph for Clinical Trials and Standards
 
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and BioinformaticiansBiomedical Knowledge Graphs for Data Scientists and Bioinformaticians
Biomedical Knowledge Graphs for Data Scientists and Bioinformaticians
 
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
 

Recently uploaded

Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
Pixlogix Infotech
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
SitimaJohn
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
Zilliz
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Tosin Akinosho
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Alpen-Adria-Universität
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
panagenda
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
Tatiana Kojar
 
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Jeffrey Haguewood
 
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Tatiana Kojar
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
Jakub Marek
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
tolgahangng
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
Postman
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Malak Abu Hammad
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
Ivanti
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
Chart Kalyan
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
Jason Packer
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
Brandon Minnick, MBA
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
Hiike
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
Tomaz Bratanic
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
akankshawande
 

Recently uploaded (20)

Best 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERPBest 20 SEO Techniques To Improve Website Visibility In SERP
Best 20 SEO Techniques To Improve Website Visibility In SERP
 
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptxOcean lotus Threat actors project by John Sitima 2024 (1).pptx
Ocean lotus Threat actors project by John Sitima 2024 (1).pptx
 
Programming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup SlidesProgramming Foundation Models with DSPy - Meetup Slides
Programming Foundation Models with DSPy - Meetup Slides
 
Monitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdfMonitoring and Managing Anomaly Detection on OpenShift.pdf
Monitoring and Managing Anomaly Detection on OpenShift.pdf
 
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing InstancesEnergy Efficient Video Encoding for Cloud and Edge Computing Instances
Energy Efficient Video Encoding for Cloud and Edge Computing Instances
 
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAUHCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
HCL Notes und Domino Lizenzkostenreduzierung in der Welt von DLAU
 
Skybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoptionSkybuffer SAM4U tool for SAP license adoption
Skybuffer SAM4U tool for SAP license adoption
 
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
Letter and Document Automation for Bonterra Impact Management (fka Social Sol...
 
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
Skybuffer AI: Advanced Conversational and Generative AI Solution on SAP Busin...
 
Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)Main news related to the CCS TSI 2023 (2023/1695)
Main news related to the CCS TSI 2023 (2023/1695)
 
Serial Arm Control in Real Time Presentation
Serial Arm Control in Real Time PresentationSerial Arm Control in Real Time Presentation
Serial Arm Control in Real Time Presentation
 
WeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation TechniquesWeTestAthens: Postman's AI & Automation Techniques
WeTestAthens: Postman's AI & Automation Techniques
 
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdfUnlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
Unlock the Future of Search with MongoDB Atlas_ Vector Search Unleashed.pdf
 
June Patch Tuesday
June Patch TuesdayJune Patch Tuesday
June Patch Tuesday
 
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdfHow to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
How to Interpret Trends in the Kalyan Rajdhani Mix Chart.pdf
 
Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024Columbus Data & Analytics Wednesdays - June 2024
Columbus Data & Analytics Wednesdays - June 2024
 
Choosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptxChoosing The Best AWS Service For Your Website + API.pptx
Choosing The Best AWS Service For Your Website + API.pptx
 
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - HiikeSystem Design Case Study: Building a Scalable E-Commerce Platform - Hiike
System Design Case Study: Building a Scalable E-Commerce Platform - Hiike
 
GraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracyGraphRAG for Life Science to increase LLM accuracy
GraphRAG for Life Science to increase LLM accuracy
 
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development ProvidersYour One-Stop Shop for Python Success: Top 10 US Python Development Providers
Your One-Stop Shop for Python Success: Top 10 US Python Development Providers
 

Government GraphSummit: Optimizing the Supply Chain

  • 1. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. 1 Optimizing the Supply Chain with Knowledge Graphs, IoT and Digital Twins
  • 2. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. Michael Moore, Ph.D. Principal, Partner Solutions & Technology Neo4j
  • 3. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. Agenda • Supply Chain Challenges • Digital Twins • IOT • Knowledge Graphs
  • 4. © 2022 Neo4j, Inc. All rights reserved. 4 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
  • 5. © 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
  • 6. © 2022 Neo4j, Inc. All rights reserved. This is a Graph
  • 7. 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.
  • 8. © 2022 Neo4j, Inc. All rights reserved. 8 Graphs have low complexity and high fidelity SQL RDBMS ER Diagram Graph (“Whiteboard”)
  • 9. © 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 9 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
  • 10. © 2022 Neo4j, Inc. All rights reserved. 10 Neo4j Graph Model Enables Performance at Scale
  • 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
  • 12. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. 12 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.
  • 13. © 2022 Neo4j, Inc. All rights reserved. 13 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
  • 14. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. 14 Supply Chain Digital Twins
  • 15. © 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
  • 16. © 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
  • 17. © 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 17 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
  • 18. © 2022 Neo4j, Inc. All rights reserved. 18 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)
  • 19. © 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
  • 20. © 2022 Neo4j, Inc. All rights reserved. 20 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
  • 21. © 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
  • 22. © 2022 Neo4j, Inc. All rights reserved. © 2022 Neo4j, Inc. All rights reserved. 22 Demo
  • 23. © 2022 Neo4j, Inc. All rights reserved. 23 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
  • 24. © 2022 Neo4j, Inc. All rights reserved. Neo4j Graph Database NARN Digital Twin Graph Connects yards 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
  • 25. © 2022 Neo4j, Inc. All rights reserved. 25 Graph Data Science Pathfinding :param generatedName => ('main-lines-network'); :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? Minimize this Cost “Cost” could be physical distance, fuel consumption, trackage fees, carbon emissions, etc Dijkstra shortest path solution visualized in NeoDash
  • 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/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
  • 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 G r a p h a l g o r i t h m s G r a p h v i s u a l i z a t i o n 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