mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-29 15:51:16 -07:00
Architecture Diagram and Process (#33)
* Use compile mermaid extension * initial Mermaid arch diagram * updating mmd extension * small mmd update * Adding git add step * Expanding acronym * adding branch spec * Add changes * outputting SVG instead as PNG is too small * Add changes * updating readme * Backlog->Roadmap * Add changes * Updating casing for consistency * Updating documentation to specify 'update' section applies just to diagram Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
parent
534f8b2308
commit
54fa016af1
4 changed files with 101 additions and 0 deletions
27
docs/architecture/architecture.mmd
Normal file
27
docs/architecture/architecture.mmd
Normal file
|
@ -0,0 +1,27 @@
|
|||
graph LR
|
||||
subgraph ds["Data Selection"]
|
||||
Intake --> Roadmap --> Voting
|
||||
end
|
||||
subgraph dp["Data Pipeline"]
|
||||
Voting --> Approved
|
||||
Approved --> Properties
|
||||
Approved --> Geometries
|
||||
Properties --> GeoJSON
|
||||
Geometries --> GeoJSON
|
||||
end
|
||||
subgraph s["Server(s)"]
|
||||
GeoJSON --> db[("Feature Database")]
|
||||
db --> tileserv["Tile Server"]
|
||||
tileserv --> lb["Load Balancer"]
|
||||
lb --> auth["Auth, IP Allowlist, API Key, OpenAPI"]
|
||||
auth --> api
|
||||
end
|
||||
subgraph j40["Justice40 Client"]
|
||||
api --> vl["Justice40 Visualization Library"]
|
||||
ts["Tile Styling"] --> vl
|
||||
vl --> fe["Justice40 Static Site Frontend"]
|
||||
end
|
||||
subgraph oc["Other Clients"]
|
||||
api --> 3p["Third Party Apps"]
|
||||
end
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue