This demo models and analyzes pharmaceutical supply chains using Neo4j. It includes a sample dataset, graph schema, and Cypher queries for:
- Tracing product flow
- Analyzing supplier dependencies
- Tracking supplier risks and dependency chains
- Understanding APIs (Active Pharmaceutical Ingredient) dependencies and connections
- Identifying risks like bottlenecks and circular logistics
👉 See https://neo4j.com/developer/demos/supply_chain-demo for instructions for this Demo
👉 Explore the demo in-depth: Go to /walkthrough for a guided explanation of use cases, queries, and how the AI Agent supports exploration.
You have two options to get the required .backup
file:
- Option 1: Clone the GitHub repository — the file is located in the
dump/
directory. - Option 2: Download it directly from Google Drive.
After downloading, place the file in your local dump/
folder.
👉 For instructions on how to import the file into your Neo4j instance, refer to the setup guide.