You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/demos/pages/supply_chain-demo.adoc
+44-9Lines changed: 44 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@ This demonstration shows how to use Neo4j to analyze and visualize complex *phar
29
29
* <<thechain,Dependency Chain>>
30
30
* <<rm_demand,Understanding Raw Materials Demand>>
31
31
* <<scoptimize,Supply Chain Optimization>>
32
-
* <<dashboards,Dashboards>>
32
+
* <<dashboards,Dashboards _(NeoDash)_>>
33
+
* <<resources,Resources>>
33
34
34
35
====
35
36
@@ -61,12 +62,12 @@ If you're new to AuraDB, create an account at https://concole.neo4j.io and click
61
62
Wait until the instance status shows **_“RUNNING”_** before moving to the next step.
62
63
====
63
64
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:
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.
70
71
71
72
*3.* Use .backup file to load data to the database.
72
73
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
82
83
83
84
*4.* Review the warning about replacing your instance data and proceed when you are ready:
84
85
85
-
image::download-sc.png[align="left", width=400]
86
+
image::download-sc.png[align="center", width=400]
86
87
87
88
88
89
*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
443
444
----
444
445
[[dashboards]]
445
446
== 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
+
446
462
image::neodash-sc.png[align="center"]
447
463
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
450
483
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
452
485
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]
0 commit comments