mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-13 14:00:51 +02:00
Added additional software to experimental infrastructure
This commit is contained in:
@@ -57,6 +57,8 @@ flowchart TD
|
|||||||
GeoServer
|
GeoServer
|
||||||
QGISServer[("QGIS Server")]
|
QGISServer[("QGIS Server")]
|
||||||
Martin
|
Martin
|
||||||
|
ZOOProject[("ZOO Project")]
|
||||||
|
BBOXServer[("BBOX Server")]
|
||||||
end
|
end
|
||||||
|
|
||||||
subgraph "Consumption / End Users"
|
subgraph "Consumption / End Users"
|
||||||
@@ -82,7 +84,9 @@ flowchart TD
|
|||||||
Metadata --> Serverless
|
Metadata --> Serverless
|
||||||
Metadata --> GeoServer
|
Metadata --> GeoServer
|
||||||
Metadata --> QGISServer
|
Metadata --> QGISServer
|
||||||
|
Metadata --> BBOXServer
|
||||||
Metadata --> Martin
|
Metadata --> Martin
|
||||||
|
Metadata --> ZOOProject
|
||||||
Metadata --> DataSci
|
Metadata --> DataSci
|
||||||
Metadata --> WebApps
|
Metadata --> WebApps
|
||||||
Metadata --> Systems
|
Metadata --> Systems
|
||||||
@@ -91,13 +95,21 @@ flowchart TD
|
|||||||
Serverless --> DataSci
|
Serverless --> DataSci
|
||||||
ObjectStorage --> GeoServer
|
ObjectStorage --> GeoServer
|
||||||
ObjectStorage --> QGISServer
|
ObjectStorage --> QGISServer
|
||||||
|
ObjectStorage --> BBOXServer
|
||||||
ObjectStorage --> Martin
|
ObjectStorage --> Martin
|
||||||
|
ObjectStorage --> ZOOProject
|
||||||
|
|
||||||
GeoServer --> WebApps
|
GeoServer --> WebApps
|
||||||
QGISServer --> WebApps
|
QGISServer --> WebApps
|
||||||
|
BBOXServer --> WebApps
|
||||||
Martin --> WebApps
|
Martin --> WebApps
|
||||||
|
ZOOProject --> WebApps
|
||||||
|
|
||||||
GeoServer --> DataSci
|
GeoServer --> DataSci
|
||||||
QGISServer --> DataSci
|
QGISServer --> DataSci
|
||||||
|
BBOXServer --> DataSci
|
||||||
Martin --> DataSci
|
Martin --> DataSci
|
||||||
|
ZOOProject --> DataSci
|
||||||
|
|
||||||
click Parquet "https://github.com/apache/parquet-format" _blank
|
click Parquet "https://github.com/apache/parquet-format" _blank
|
||||||
click FlatGeoBuf "https://flatgeobuf.org" _blank
|
click FlatGeoBuf "https://flatgeobuf.org" _blank
|
||||||
@@ -109,4 +121,6 @@ flowchart TD
|
|||||||
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
|
||||||
|
click ZOOProject "https://zoo-project.org/" _blank
|
||||||
|
click BBOXServer "https://www.bbox.earth/" _blank
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user