From dce2e573ed2cb3d9494b03f1e6c0633d7e7c6e3b Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Mon, 26 Jan 2026 14:59:36 -0500 Subject: [PATCH] Added additional software to experimental infrastructure --- content/_index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/content/_index.md b/content/_index.md index 5d6290e..38726f0 100644 --- a/content/_index.md +++ b/content/_index.md @@ -57,6 +57,8 @@ flowchart TD GeoServer QGISServer[("QGIS Server")] Martin + ZOOProject[("ZOO Project")] + BBOXServer[("BBOX Server")] end subgraph "Consumption / End Users" @@ -82,7 +84,9 @@ flowchart TD Metadata --> Serverless Metadata --> GeoServer Metadata --> QGISServer + Metadata --> BBOXServer Metadata --> Martin + Metadata --> ZOOProject Metadata --> DataSci Metadata --> WebApps Metadata --> Systems @@ -91,13 +95,21 @@ flowchart TD Serverless --> DataSci ObjectStorage --> GeoServer ObjectStorage --> QGISServer + ObjectStorage --> BBOXServer ObjectStorage --> Martin + ObjectStorage --> ZOOProject + GeoServer --> WebApps QGISServer --> WebApps + BBOXServer --> WebApps Martin --> WebApps + ZOOProject --> WebApps + GeoServer --> DataSci QGISServer --> DataSci + BBOXServer --> DataSci Martin --> DataSci + ZOOProject --> DataSci click Parquet "https://github.com/apache/parquet-format" _blank click FlatGeoBuf "https://flatgeobuf.org" _blank @@ -109,4 +121,6 @@ flowchart TD click Martin "https://martin.maplibre.org/" _blank click GeoServer "https://geoserver.org/" _blank click COG "https://cogeo.org/" _blank + click ZOOProject "https://zoo-project.org/" _blank + click BBOXServer "https://www.bbox.earth/" _blank ```