Skip to main content
Cloud Push is currently in development. This page will be updated with full instructions when the feature becomes available. If you’d like early access, reach out to us at sales@nikaplanet.com.

Overview

Cloud Push will let you publish a GeoEngine worker to Nika’s cloud infrastructure with a single command. Once pushed, non-technical users — analysts, stakeholders, field teams — can run the worker directly from the Nika web interface without needing Docker, a terminal, or any local setup. This bridges the gap between the developer workflow (local CLI + GIS plugins) and broader team usage (web-based self-service).

Planned Workflow

The steps below outline the intended workflow. Commands and UI are subject to change before release.

Step 1: Authenticate and Select a Target Workspace

Log in to GeoEngine (if not already) and select the Nika workspace you want to publish the worker to:
geoengine login

Step 2: Push the Worker

From your worker directory, push the current version to the cloud:
# Planned command — not yet available
geoengine push
GeoEngine will package the worker, upload the container image, and register it in the selected workspace.

Step 3: Available to Your Team

After a successful push, your team members will be able to find the worker in their QGIS or ArcGIS Pro plugin. They will be able to run the worker through the cloud without needing to install anything else locally.