# [[Produce Information Exchange]]
```mermaid
graph TD
subgraph Supply
fa1 & fa2 & fa3 & fa4 & fh1 & fh2 & suppDB
end
subgraph Demand
inst1 & inst2 & inst3 & inst4 & pa1 & fb1 & pa2 & needDB & demaDB & fb2 & pa3
end
fa2[Farm n=1337] --> fh2(Food Hub n=14)
fa4[Farm] --> fh2 & fh1
fa1[Farm] --> fh1(Food Hub)
fh2 --> suppDB[(Supply Database)]
fa3[Farm] --> fh1
fh1 --> suppDB[(Supply Database)]
suppDB[(Supply Database)] --> pie((Produce Information Exchange))
pie((Produce Information Exchange)) --- demaDB[(Demand Database)]
demaDB --- inst1(Hotels n=774)
demaDB --- inst2(Hospitals n=41)
demaDB --- inst3(Colleges n=30)
demaDB --- inst4(Large Private Schools n=17)
pie --- needDB
needDB[(Need Database)] --- fb1(Food Bank n=5) --- pa1[Pantry n=311] & pa3
needDB[(Need Database)] --- fb2(Foodbank) --- pa2[Pantry] & pa3[Pantry]
```
^f78749
## The Current System
```mermaid
graph LR
subgraph Supply
fa1 & fa2 & fa3 & fa4 & fh1 & fh2 & suppDB
end
subgraph Demand
inst1 & inst2 & inst3 & inst4 & pa1 & fb1 & pa2 & needDB & demaDB & fb2 & pa3
end
fa2[Farm n=1337] --> fh2(Food Hub n=14)
fa4[Farm] --> fh2 & fh1
fa1[Farm] --> fh1(Food Hub)
fh2 --> suppDB[(Supply Database)]
fa3[Farm] --> fh1
fh1 --> suppDB[(Supply Database)]
suppDB[(Supply Database)] --> pie((Produce Information Exchange))
pie((Produce <p> Information <p> Exchange)) --- demaDB[(Demand Database)]
demaDB --- inst1(Hotels n=774)
demaDB --- inst2(Hospitals n=41)
demaDB --- inst3(Colleges n=30)
demaDB --- inst4(Large Private Schools n=17)
pie --- needDB
needDB[(Need Database)] --- fb1(Food Bank n=5) --- pa1[Pantry n=311] & pa3
needDB[(Need Database)] --- fb2(Foodbank) --- pa2[Pantry] & pa3[Pantry]
```