Skip to content

Commit 7a9431e

Browse files
authored
Merge pull request #366 from pnborkar/publish
small change to the setup guide - supply chain
2 parents d824900 + 311850f commit 7a9431e

File tree

2 files changed

+26
-8
lines changed

2 files changed

+26
-8
lines changed
478 KB
Loading

modules/demos/pages/supply_chain-demo.adoc

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,20 @@ include::_graphacademy_llm.adoc[]
1010

1111
== Introduction
1212

13-
Supply chains are among the most complex and highly regulated in the world -- spanning raw material suppliers, manufacturers, contract partners, logistics providers, and global distributors. Ensuring transparency, resilience, and compliance across this web of relationships is critical, yet difficult to achieve with traditional data systems. Supply chain disruptions, quality issues, and counterfeit risks are often hard to detect when using siloed relational models and linear reporting.
13+
*Supply chains* are among the most complex and regulated systems in the world. They span raw material suppliers, manufacturers, logistics providers, and distributors — all tightly interwoven and dependent on reliable, traceable flows.
14+
Traditional systems often struggle to provide the visibility needed to manage disruptions, quality issues, or counterfeit risks. Linear reporting and siloed data make it difficult to trace product lineage or respond in real time.
1415

15-
With Neo4j, you can leverage a flexible, native graph database to map the full lifecycle of products -- from raw ingredients to finished pharmaceuticals reaching patients. By modeling these relationships as a connected graph, teams can trace product genealogy, optimize supply paths, identify potential bottlenecks or vulnerabilities, and strengthen overall resilience.
16+
With Neo4j, you can leverage a **flexible**, **native graph database** with **schema-optional modeling** to map the full lifecycle of products from raw materials to finished goods — and gain actionable insights into supply paths, dependencies, and vulnerabilities.
1617

17-
This demonstration shows how to use Neo4j to analyze and visualize complex *pharmaceutical supply chains*; in it, you will learn:
18+
This setup guide shows how Neo4j can model and analyze *pharmaceutical supply chains* using a graph-native approach. You’ll explore key supply chain dimensions such as:
1819

19-
* How to set up a Neo4j AuraDB instance with a sample pharma supply chain dataset
20-
* How to model suppliers, manufacturers, ingredients, production batches, and distributors in a graph
21-
* How to perform supply chain optimization, batch traceability, equipment utilization analysis, and more
22-
* Sample queries for tracing product flow, identifying bottlenecks, analyzing supplier dependencies, and detecting potential quality risks
20+
* Supplier and distributor relationships
21+
* Batch traceability and genealogy
22+
* Demand back-propagation
23+
* Bottleneck and risk identification
24+
* Equipment utilization and optimization
25+
26+
You’ll also learn how to set up a Neo4j AuraDB instance, import a sample dataset, explore a supply chain graph model, and run queries to uncover structure, flow, and risk in your supply network.
2327

2428
[TIP]
2529
====
@@ -231,6 +235,8 @@ ORDER BY supplierCount
231235

232236
[[scoptimize]]
233237
== Supply Chain Optimization
238+
Identifies critical risks and inefficiencies across the supply chain—such as shared-resource APIs, single-supplier bottlenecks, material requirements from distributor demand, and redundant or circular logistics paths.
239+
234240
=== Find APIs Used in Multiple Drug Products with Potential Supply Risk
235241

236242
This query identifies *Active Pharmaceutical Ingredients (APIs)* that are used across multiple Drug Products.
@@ -450,14 +456,26 @@ RETURN DISTINCT
450456
451457
ORDER BY fg.generation, fg.strength
452458
----
459+
460+
461+
[NOTE]
462+
====
463+
You can load a full set of pre-saved Cypher queries into the Neo4j Aura Query workspace.
464+
465+
Download the file `cypher_queries-saved.csv` from the `src/` directory of the GitHub repository,
466+
then upload it in the **Saved Cypher** section of Aura to access and run any of the demo queries.
467+
468+
image::aura-console-sc.png[alt="Neo4j Aura Saved Queries", align="center"]
469+
====
470+
453471
[[dashboards]]
454472
== Dashboards (_using NeoDash_)
455473
Neo4j Dashboards provide an interactive view of pharmaceutical supply chains, helping leaders explore critical areas like demand, bottlenecks, traceability, and equipment usage—all in one place.
456474

457475
=== Prep work
458476
* Go to https://neodash.graphapp.io/ and click on New Dashboard
459477
* Create the New Dashboard.
460-
* Connect to the database created in Step 1 <<setup,Database setup>>
478+
* Connect to the database created in Step 1: <<setup,Database setup>>
461479
* Click on left arrow at the bottom to expand the left pane
462480
* Click on the **+** button and import the JSON file located in the `src` folder of the link:https://github.com/neo4j-product-examples/demo-supply_chain[GitHub repository].
463481

0 commit comments

Comments
 (0)