Enforcing Per-Tenant WMS Request Quotas with Nginx
This guide configures a per-tenant request budget for WMS traffic at the Nginx edge, so that one agency's mapping application cannot consume the…
Read the guideDeploy, scale, secure, and maintain open-source geospatial platforms.
Running an open-source geospatial portal in production is a systems problem, not a single install. This is a practical, operations-first reference for the teams who keep GeoNode, MapProxy, TileServer GL and the wider OGC stack online — GIS administrators, open-source maintainers, platform engineers, and government technology teams.
Every guide is written for the realities of scale: zero-trust security boundaries, per-tenant rate limits and quotas, secrets that can actually be rotated, backup and disaster recovery that has been rehearsed, capacity planning for tile and feature workloads, and metadata pipelines whose quality is measured rather than assumed. The material is organised into three areas, each drilling from architectural overview down to copy-ready configuration.
Start with a section below, jump to something recently published, or go straight to a deep-dive. Code blocks are validated and copy-ready, every page carries hand-drawn diagrams that follow the light or dark theme you choose, and the whole site works offline once installed.
Flagship deep-dives — copy-ready configuration for the problems teams hit first in production.
This guide configures a per-tenant request budget for WMS traffic at the Nginx edge, so that one agency's mapping application cannot consume the…
Read the guideThis guide sets up scoped, revocable API keys for the machine consumers of a portal — harvesters, embedded maps, partner integrations — so that rate…
Read the guideThis guide configures a renderer fleet to scale on signals that move when readers are affected — in-flight requests and cache-miss ratio — rather than…
Read the guideThis guide turns tile-archive growth from a surprise on a bill into arithmetic anyone can do before a cartography decision is made. It belongs to…
Read the guideA step-by-step procedure for building a fault-tolerant, incremental OAI-PMH harvester that synchronizes metadata from distributed government agency…
Read the guideA crosswalk and transform for exposing rich ISO 19115/19139 source records as the flat Dublin Core csw:Record that a CSW GetRecords response must return.
Read the guideThe newest topics and guides across the three areas.
A geospatial portal has no natural upper bound on what a single caller can ask it to do. One client can request a hundred tiles per second across a…
Read the guideA geospatial portal holds an unusual number of credentials for its size. The catalogue reaches a spatial database; the rendering engine reaches the…
Read the guideCapacity for a geospatial portal is not one number, and autoscaling it on one signal produces a platform that adds renderers while the database is the…
Read the guideBacking up a geospatial portal is not the same problem as backing up a database, and treating it as one produces a recovery that restores the data and…
Read the guideA catalogue's value is bounded by the quality of the records in it, and quality in this context is not an abstraction: a record without an extent…
Read the guideThis guide configures a per-tenant request budget for WMS traffic at the Nginx edge, so that one agency's mapping application cannot consume the…
Read the guideThis guide sets up scoped, revocable API keys for the machine consumers of a portal — harvesters, embedded maps, partner integrations — so that rate…
Read the guideThis guide bounds OGC requests by their shape rather than their rate: an extent too large for the requested zoom, an image size far beyond any display,…
Read the guideDeploying and scaling an open-source geospatial portal demands rigorous infrastructure design, strict service isolation, and continuous security…
Deploying and scaling an open-source geospatial portal demands a declarative, infrastructure-as-code discipline that governs every tier from the public…
Within the wider open-source geospatial portal operations program, metadata catalog automation is the discoverability control plane: the subsystem that…