Skip to content

User Documentation

Progress Platform is a Manufacturing Execution System (MES) that models work orders, jobs, batches, steps, inventory positions, and stock-take sessions on an event-sourced spine. Every state change — a job started, a batch closed, a movement completed — flows through a typed event applied inside an ArangoDB transaction, so the audit trail and the live state are the same artefact. The platform also publishes those changes upstream as Sparkplug B over MQTT, which is why the v1.0 launch ships with documentation aimed at the Industry-4.0 consultants integrating Progress with their UNS and shop-floor fleets.

This section walks through the operator-facing surfaces of the main webapp and the touch-friendly warehouse SPA. It tracks what users see in the drawer; it does not duplicate the API or the events reference.

Walkthroughs by module

Where to go next

  • Integrators consuming the REST surface start at the API reference.
  • Operators bootstrapping a stack from the CLI start at progress init.
  • Deployers wiring Compose, secrets, and Traefik start at Deployment.

Released under the Apache 2.0 License.