mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-15 23:10:51 +02:00
Added metadata portion to the high-level diagram in the front page
This commit is contained in:
+11
-2
@@ -50,6 +50,7 @@ flowchart TD
|
|||||||
ObjectStorage[Object Storage]:::storage
|
ObjectStorage[Object Storage]:::storage
|
||||||
DecentralizedDistribution[Decentralized Distribution]:::storage
|
DecentralizedDistribution[Decentralized Distribution]:::storage
|
||||||
Serverless[API & Static Files]:::storage
|
Serverless[API & Static Files]:::storage
|
||||||
|
Metadata[Metadata]:::storage
|
||||||
end
|
end
|
||||||
|
|
||||||
subgraph "Experimental Infrastructure"
|
subgraph "Experimental Infrastructure"
|
||||||
@@ -77,8 +78,15 @@ flowchart TD
|
|||||||
FlatGeoBuf --> ObjectStorage
|
FlatGeoBuf --> ObjectStorage
|
||||||
PMTiles --> ObjectStorage
|
PMTiles --> ObjectStorage
|
||||||
COG --> ObjectStorage
|
COG --> ObjectStorage
|
||||||
ObjectStorage --> DecentralizedDistribution
|
ObjectStorage --> Metadata
|
||||||
ObjectStorage --> Serverless
|
Metadata --> DecentralizedDistribution
|
||||||
|
Metadata --> Serverless
|
||||||
|
Metadata --> GeoServer
|
||||||
|
Metadata --> QGISServer
|
||||||
|
Metadata --> Martin
|
||||||
|
Metadata --> DataSci
|
||||||
|
Metadata --> WebApps
|
||||||
|
Metadata --> Systems
|
||||||
DecentralizedDistribution --> Systems
|
DecentralizedDistribution --> Systems
|
||||||
Serverless --> WebApps
|
Serverless --> WebApps
|
||||||
Serverless --> DataSci
|
Serverless --> DataSci
|
||||||
@@ -98,6 +106,7 @@ flowchart TD
|
|||||||
click StatProducts "https://www.dataforcanada.org/docs/processes/statistical_products/" _blank
|
click StatProducts "https://www.dataforcanada.org/docs/processes/statistical_products/" _blank
|
||||||
click Orthoimagery "https://www.dataforcanada.org/docs/processes/orthoimagery/" _blank
|
click Orthoimagery "https://www.dataforcanada.org/docs/processes/orthoimagery/" _blank
|
||||||
click DecentralizedDistribution "https://www.dataforcanada.org/docs/dissemination/" _blank
|
click DecentralizedDistribution "https://www.dataforcanada.org/docs/dissemination/" _blank
|
||||||
|
click Metadata "https://stac-utils.github.io/stac-geoparquet/latest/spec/stac-geoparquet-spec/" _blank
|
||||||
click Martin "https://martin.maplibre.org/" _blank
|
click Martin "https://martin.maplibre.org/" _blank
|
||||||
click GeoServer "https://geoserver.org/" _blank
|
click GeoServer "https://geoserver.org/" _blank
|
||||||
click COG "https://cogeo.org/" _blank
|
click COG "https://cogeo.org/" _blank
|
||||||
|
|||||||
Reference in New Issue
Block a user