Skip to content

Commit

Permalink
Merge pull request #62 from pharmaR/61-architecture
Browse files Browse the repository at this point in the history
Initial commit with basic architecture diagram
  • Loading branch information
dgkf authored Dec 7, 2023
2 parents 077f246 + 552a970 commit d5216ca
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions architecture/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Architecture

```mermaid
flowchart LR
pipeline[Risk Assessment Pipeline]
db[Risk Document Database]
repo[Package Repository]
site[Website]
pipeline -- output --> db
pipeline -- package --> repo
db -.-> site
repo -.-> site
```

0 comments on commit d5216ca

Please # to comment.