Added additional software to experimental infrastructure

This commit is contained in:
Diego Ripley
2026-01-26 14:59:36 -05:00
parent 2720a5c8d8
commit dce2e573ed
+14
View File
@@ -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
``` ```