Skip to content

Commit fe0daef

Browse files
authored
Update supply_chain-demo.adoc
1 parent 6a58564 commit fe0daef

File tree

1 file changed

+44
-9
lines changed

1 file changed

+44
-9
lines changed

modules/demos/pages/supply_chain-demo.adoc

Lines changed: 44 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ This demonstration shows how to use Neo4j to analyze and visualize complex *phar
2929
* <<thechain,Dependency Chain>>
3030
* <<rm_demand,Understanding Raw Materials Demand>>
3131
* <<scoptimize,Supply Chain Optimization>>
32-
* <<dashboards,Dashboards>>
32+
* <<dashboards,Dashboards _(NeoDash)_>>
33+
* <<resources,Resources>>
3334
3435
====
3536

@@ -61,12 +62,12 @@ If you're new to AuraDB, create an account at https://concole.neo4j.io and click
6162
Wait until the instance status shows **_“RUNNING”_** before moving to the next step.
6263
====
6364

64-
*2.* Clone the git repository from https://github.com/neo4j-product-examples/demo-supply_chain[https://github.com/neo4j-product-examples/demo-supply_chain] You can do this with the following command:
65+
*2.* Clone the git repository from link:https://github.com/neo4j-product-examples/demo-supply_chain[the GitHub repo] You can do this with the following command:
6566
[source,console]
6667
----
6768
git clone https://github.com/neo4j-product-examples/demo-supply_chain.git
6869
----
69-
Alternatively, you can use the “download ZIP option on GitHub to download a copy.
70+
Alternatively, you can use the "Download ZIP" option on link:https://github.com/neo4j-product-examples/demo-supply_chain[the GitHub repo] to download a copy.
7071

7172
*3.* Use .backup file to load data to the database.
7273
Using the “...3 dots” menu in the Aura console, select Backup & Restore.
@@ -82,7 +83,7 @@ or link:https://drive.google.com/file/d/1MdlQWlnWxFe_lDCYLu5uCUY-MYj9jUn-/view?u
8283

8384
*4.* Review the warning about replacing your instance data and proceed when you are ready:
8485

85-
image::download-sc.png[align="left", width=400]
86+
image::download-sc.png[align="center", width=400]
8687

8788

8889
*5.* You are ready to run the examples when your database instance reaches the “RUNNING” state.
@@ -443,12 +444,46 @@ ORDER BY fg.generation, fg.strength
443444
----
444445
[[dashboards]]
445446
== Dashboards (_using NeoDash_)
447+
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.
448+
449+
=== Prep work
450+
* Go to https://neodash.graphapp.io/ and click on New Dashboard
451+
* Create the New Dashboard.
452+
* Connect to the database created in Step 1 <<setup,Database setup>>
453+
* Click on left arrow at the bottom to expand the left pane
454+
* 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].
455+
456+
** Direct link to the file: link:https://github.com/neo4j-product-examples/demo-supply_chain/blob/main/src/dashboard-supplychain.json[dashboard-supplychain.json]
457+
458+
image::neodash_1.png[align="center", width=800]
459+
460+
* You should see the Dashboard
461+
446462
image::neodash-sc.png[align="center"]
447463

448-
[[nextsteps]]
449-
== Next Steps
464+
=== Dashboard Tabs
465+
466+
The *Supply Chain* tab offers a high-level view of global brands, markets, and distribution.
467+
For example, selecting the drug *Calciiarottecarin* (50mg caplet) shows enriched demand in the EU market, with *West Europe* as the top distributor.
468+
From here, you can drill down into its full product flow to assess upstream dependencies and potential risks.
469+
470+
Each tab focuses on a key dimension:
471+
472+
* The *RM Demand* tab calculates how much raw material is needed to fulfill demand for a selected product.
473+
It traces supply chain paths and aggregates quantities instantly—making complex demand propagation simple and scalable.
474+
* The *SC Optimization* tab helps identify costly shipping patterns and delays in processing.
475+
It surfaces cross-border inefficiencies and highlights stages that exceed target durations—so teams can quickly pinpoint and address bottlenecks.
476+
* The *Batch Genealogy* tab helps trace defective batches back through the supply chain—revealing shared equipment, operators, and potential contamination points.
477+
It combines Neo4j’s rich relationship modeling with GenAI to highlight commonalities and root causes for fast, explainable investigation.
478+
* The *Equipment Utilization* tab highlights underused equipment across production.
479+
It helps identify rescheduling opportunities to boost usage, avoid unnecessary procurement, and plan maintenance—thanks to Neo4j’s flexible schema for modeling process and equipment sequences.
480+
481+
[[resources]]
482+
== Resources
450483

451-
Now that you have seen how you can use Neo4j Graph Database to enrich your customers’ experience, here are some ideas for your next steps:
484+
Now that you have seen how you can use Neo4j Graph Database to enrich your customers’ experience, here are some resources and ideas for your projects in Supply Chain
452485

453-
* Load your own data into the same graph data model and run the same queries from this demo. An easy way to do this is to create relational tables or CSV files that match the format of the files in the data directory of the repository and use +model/Neo4j_importer_model.json+ to load the data using AuraDB’s data import service
454-
* Explore another https://neo4j.com/developer/genai-ecosystem/ai-for-customer-experiences/[Customer Experience demo] that uses Generative AI
486+
* link:https://neo4j.com/blog/supply-chain-and-logistics/what-is-supply-chain-management/[What Is Supply Chain Management? – Neo4j Blog]
487+
* link:https://neo4j.com/blog/supply-chain-and-logistics/supply-chain-intelligence/[Supply Chain Intelligence – Neo4j Blog]
488+
* link:https://neo4j.com/docs/cypher-manual/current/patterns/[Cypher Query Patterns – Neo4j Docs]
489+
* link:https://neo4j.com/docs/cypher-manual/current/patterns/variable-length-patterns/[Variable-Length Patterns – Neo4j Docs]

0 commit comments

Comments
 (0)