Run GIS like
the rest of your stack.
Honua uses familiar platform primitives: containers, health and readiness checks, OpenTelemetry,
and version-controlled change proposals. Container, probe, and telemetry paths are available in
public source. The honua-devops GitOps loop manages one environment in private beta;
identity capabilities have separate source-evaluation boundaries below, and signed cross-repository
releases, fleet promotion, and broader autonomous remediation are planned.
Infrastructure as code in. OpenTelemetry out. Governed changes in between.
Available in source: a public Helm chart, health endpoints, and OpenTelemetry signals. Evaluation access: private Terraform modules; no stable SemVer Terraform module bundle is published yet. Private beta: honua-devops can triage findings and route proposed fixes through policy and release controls for one environment. Fleet promotion and wider autonomous recovery remain planned.
Built from familiar cloud primitives.
Deploy the server through infrastructure as code, run it in your cloud account, and connect it to your existing storage services. Identity integration has separate current and planned boundaries.
Choose a deployment shape from evidence.
Map familiar platform practices to GIS work.
| Operation | Legacy GIS | Honua |
|---|---|---|
| Roll out a schema change | Apply changes through product-specific administration workflows. | Propose a change in Git, review it, then roll it out. (private beta) |
| Add a user role | Maintain roles in a product-specific user store. | Create a scoped role and grant per-operation permissions. Custom OIDC claim mapping is an Enterprise source-evaluation path. |
| Trace a slow request | Correlate product logs and monitoring manually. | Follow an OpenTelemetry trace and the span ID returned with the request. |
| Rotate a credential | Update product configuration and restart where required. | Resolve configured secret references from your cloud secret manager at startup. |
| Roll back a release | Restore a prior configuration or backup through product tooling. | Single-environment health-gated rollback is private beta. Signed rollback across multiple environments is planned. |
| Triage an alert | Inspect logs and metrics, then prepare the remediation. | Ask an MCP-connected agent to inspect telemetry and draft a proposed fix. (private beta) |