Who it’s for
GIS, data, and platform teams — one server for all of them.
GIS teams
Works with ArcGIS Pro, QGIS, Esri SDKs, and open-source SDKs — without the cost and complexity of legacy stacks.
Business & analytics
Edit in Excel and use the same data in BI tools like Power BI and Tableau.
Ops & platform
Modern DevOps and observability with container-first deployment options, IaC templates, and predictable upgrades.
How it works
Three steps to production-ready geospatial services.
Deploy Honua
Pull the ~80MB image. Run it anywhere Docker runs (Lambda, Kubernetes, Fargate). No installation wizard required.
Import your data
Import from existing Esri services, files (GeoJSON, Shapefile, GeoPackage, CSV, KML), or existing PostGIS tables.
Publish services
Expose GeoServices REST FeatureServer, OGC API Features, OData, and Mapbox Vector Tiles (MVT).
Architecture Comparison
Legacy GIS servers were built for VMs. Honua is engineered for Serverless and Kubernetes.
| Metric | Honua (Cloud-Native) | GeoServer (Legacy OSS) | ArcGIS Server (Legacy Ent) |
|---|---|---|---|
| Disk / Image Size | ~80 MB (Docker Image) | ~500 MB (Docker/WAR) | 10 GB+ (Install on Disk) |
| Min. Memory | < 100 MB RAM | 2 GB+ RAM | 8 GB+ System Req. |
| Startup Time | < 0.5s (Instant) | 10–40s | 5–10 Minutes |
| Architecture | AOT Compiled | JVM Monolith | Enterprise Monolith |
| Scaling | Scale-to-Zero | Clustering | Federated Sites |
| Licensing | Free (ELv2) | Free (GPL) | $$$ / Core |
Why it matters
- Survive Traffic Spikes: React to load instantly. Honua starts in <0.5s, allowing auto-scalers to add capacity immediately during demand surges—no "warm-up" latency or downtime.
- Slash Total Costs: Stop paying for idle cores and proprietary licenses. Swap expensive, over-provisioned hardware for a free, source-available docker image that thrives on cheap, tiny compute instances.
- Safe, Declarative Ops: Configuration is unavoidable, but it shouldn't be fragile. Honua uses a validated metadata layer that is strictly separated from the runtime. Commit your service definitions to Git, review changes safely, and deploy without fear of "site corruption."
Deploy
Supported runtimes:
Single-node (evaluation)
In-memory StateRuns Honua + PostGIS. Ideal for demos, pilots, and internal tools.
Production (multi-node/serverless)
Redis (Distributed State)Scale out with shared Redis for coordination and caching.
Deployment paths:
Docker Compose (single node)
Run PostGIS locally without Redis. Best for evaluation and single-node setups.
Docker Compose READMETerraform (AWS or Azure)
Modules for ECS/Fargate + RDS or Azure Container Apps + PostgreSQL, with Redis for multi-node.
Terraform modules READMEKubernetes + Helm
Install via the official chart with PostGIS and Redis for multi-node production.
Helm chart READMEProject Status & Roadmap
Honua is currently in MVP with support for PostGIS and vector features.
We are community-driven — tell us the workflows you need most.