In March 2024, the Francis Scott Key Bridge across the entrance to Baltimore Harbor collapsed when a cargo ship lost power and crashed into it. Tragically, six bridge workers lost their lives. The economic cost has been significant as well. Sea traffic in and out of the harbor was halted for a month. Baltimore is the United States’ number one port of entry for passenger vehicles, work trucks, plywood and laminated wood, nickel, zinc, aluminum, and many other finished and intermediate materials.[1]
Thirty thousand vehicles that used to cross the bridge each day now take longer, slower routes. That includes 5,000 trucks carrying $28 billion of goods.[2] Rebuilding the bridge may take four years.
Francis Scott Key Bridge and Cargo Ship Dali, March 2024. Source: ntsb.gov
Was your business impacted by the bridge collapse? How quickly would you know if your supply chain has been disrupted? Many businesses can’t afford to rely on their direct suppliers to make best efforts. These businesses monitor the daily activities of multiple levels of production. In some cases, they acquire at least partial ownership of suppliers, to help to guarantee reliable production.
We can’t predict events like the Baltimore bridge collapse, but businesses can improve their responsiveness and resiliency.
More and more companies are seeing the wisdom of building and maintaining a digital twin of their supply chain – to show them how everything should fit together and to analyze what-if scenarios. From there, businesses can make adjustments to the supply chain to improve performance, lower costs, and increase resiliency.
Graph: The Natural Choice for Supply Chain Modeling
For a supply chain digital twin, a graph database makes a lot of sense. The key entities (components, suppliers, assembly facilities) and their key details (capacity, costs, location, throughput time) can be modeled in almost any database. In a supply chain, however, the connections and dependencies are the whole game, and graphs are designed to treat connections as data.
Graphs are a natural model for supply chain modeling.
Traditional data systems have been based on tables of information. A table can answer a simple question like “which suppliers are in Brazil?”, but table-based systems are slow and difficult to use when the task requires tracing several levels of connection to answer more refined questions, such as: what components do the Brazilian suppliers make, which assemblies use those components, which products use those assemblies, who is shipping those products, and who has an important order for those products? For a graph database, on the other hand, tracing downstream from a point is a very simple query, sometimes known as Directed Breadth First Search. If Brazil is modeled as a node, then we could find every affected entity using this GSQL snippet:
Source = {Brazil}; Affected = SELECT t FROM Source:s -(>*)- :t;
Your digital twin can answer questions like:
- • Bill of Materials: List ALL the components needed to produce one unit of a product. Who are all the possible suppliers for each component?
- • Downstream analysis: If plywood arriving in Baltimore is delayed, how will that affect a home builder in Ohio?
- • Upstream (root cause) analysis: a quality control problem has popped for an access panel
An interesting use case is when multiple downstream symptoms occur. We can use the graph-based digital twin to trace upstream for the multiple paths simultaneously, to see where the paths intersect. These intersection points represent possible single causes that resulted in multiple downstream problems, as shown in the following figure:
Tracing two quality problems upstream to see if there is a common cause.
The graph-based digital twin gives you the agility to detect problems and respond quickly: trace causes or consequences, uncover alternative paths, and simulate the effect of remediation.
Perform Deeper Analysis
A good digital twin not only understands connections, but it also analyzes them. That is, it can gather data as you traverse the nodes and edges of the graph, perform computations and make assessments in order to calculate scores, find patterns, rank one situation compared to another, and find outliers. Wondering whether using the cheapest supplier for each component actually leads to the cheapest total cost of production? Find the actual cheapest total cost using a weighted shortest path algorithm. Wondering which assembly facility is bringing together the most components for the most different products? The betweenness centrality graph algorithm ranks nodes according to that sense of being “in the middle of things”.
A number of useful analyses can be performed either by generic graph algorithms or predictable analyses used for supply chains, such as “report the bill of materials for product X.” However, every business has unique issues and unique questions. Forward-thinking businesses are looking for platforms that not only handle their needs today, but have the extensibility and flexibility to handle tomorrow’s needs.
Optimize Your Supply Chain for Resiliency
Businesses are seeing that it’s not enough to monitor and react quickly. That’s being reactive. They need to be proactive: anticipate and restructure to reduce the impact of possible disruptions. Businesses need to make their supply chains more resilient, so that they will continue to operate at acceptable levels, despite a range of impacts.
It’s helpful to deconstruct the risk from disruptions into a few components:
- • What is the probability of a disruption?
- • What would be the cost of a disruption?
Estimate Probability of Disruption
Estimating the probability of a disruption can be hard. There are so many factors which are hard to put a number on. It is helpful to break this down into different factors. as weather, government regulations, past performance of the supplier, etc. In some cases, the best you may be able to do is to rank components or suppliers relative to one another. Even without exact numbers, we can logically deduce two axioms:
- 1. Increasing the number of subcomponents required to make a product will increase the likelihood of a disruption.
- 2. Adding alternate suppliers for a component will decrease the likelihood of a disruption.
A digital twin can be programmed to take the estimated probabilities or rankings of base-level factors and then apply the mathematics of probability to compute downstream probabilities. First compute the probability of disruption for the initial stages of production. Then work down level by level until you eventually get to finished goods.
Compute the Cost of a Disruption
If a part is completely unavailable or an essential machine is broken, we trace down the supply chain to see which subsequent operations are halted. Perhaps you have some existing inventory you can use for a while, but at some point, everything downstream will grind to a halt. If the disruption is a price change or a delay, your digital twin can add up those costs too, much the same way that it can compute a bill of materials.
Test and Make Optimizations
Once you’ve scored your supply chain components and suppliers for risk, then it’s time to take action. The analytics will not only point to the most risky aspects, but they will hint at what changed will reduce the risk. Whether the change is to qualify alternate suppliers, to move the location for an operation, or to seek a more modular design with interchangeable parts, the digital twin allows you to simulate the expected result and to monitor actual results.
The Benefits of Graph-Based Digital Twins
Businesses in many different sectors, from automobile manufacturing to personal care products, grocery stores, and biotechnology are exploring and using a graph analytics platform like TigerGraph to model their supply chain or manufacturing processes. The benefits they see include:
- • The ability to model very complex systems in an easy-to-understand and easy -to-update fashion
- • Rapid and flexible reports on upstream and downstream dependencies
- • Analytical tools for optimizing and improving the resiliency of their processes
- • The ability to easily develop new analytics
- At TigerGraph’s recent Graph AI Summit, a workshop focused on a graph-based digital twin solution for supply chains.
TigerGraph will soon be releasing Solution Kits targeting supply chain and other operational network use cases. To learn more, visit tigergraph.com or drop us a line at info@localhost.