2021-05-10 16:15:42 -04:00
|
|
|
graph LR
|
2021-05-19 08:40:05 -04:00
|
|
|
subgraph c["Community"]
|
|
|
|
input["Community Input"]
|
2021-05-10 16:15:42 -04:00
|
|
|
end
|
2021-05-19 08:40:05 -04:00
|
|
|
|
|
|
|
subgraph ds["Data Selection"]
|
|
|
|
input --> Intake
|
|
|
|
input --> Evolution
|
|
|
|
input --> Voting
|
|
|
|
Intake --> Evolution --> Voting
|
2021-05-10 16:15:42 -04:00
|
|
|
end
|
2021-05-19 08:40:05 -04:00
|
|
|
|
|
|
|
subgraph s["Geoplatform.gov"]
|
|
|
|
subgraph dp["Data Pipeline (Justice40 Repo)"]
|
|
|
|
Voting --> a["Approved Datasets"]
|
|
|
|
a --> Properties
|
|
|
|
a --> Geometries
|
|
|
|
Properties --> Processing
|
|
|
|
Geometries --> Processing
|
|
|
|
input --> Processing
|
|
|
|
end
|
|
|
|
subgraph Server
|
|
|
|
Processing --> GeoJSON
|
|
|
|
GeoJSON --> db[("Feature Database")]
|
|
|
|
db --> tileserv["Tile Server"]
|
|
|
|
end
|
|
|
|
subgraph j40["Justice40 Client"]
|
|
|
|
tileserv --> vl
|
|
|
|
ts["Tile Styling"] --> vl["Justice40 Visualization Library"]
|
|
|
|
vl --> fe["Justice40 Static Site Frontend"]
|
|
|
|
end
|
2021-05-10 16:15:42 -04:00
|
|
|
end
|
2021-05-19 08:40:05 -04:00
|
|
|
|
2021-05-10 16:15:42 -04:00
|
|
|
subgraph oc["Other Clients"]
|
2021-05-19 08:40:05 -04:00
|
|
|
tileserv -- API --> 3p["Third Party Apps"]
|
|
|
|
GeoJSON -- API --> 3p
|
|
|
|
db -- API --> 3p
|
2021-05-10 16:15:42 -04:00
|
|
|
end
|
|
|
|
|