@scramjet/multi-manager
v2.0.0
Published
This package is part of Scramjet Cloud Platform.
Readme
@scramjet/multi-manager
The MultiManager is a cloud-platform orchestration component that manages a fleet of STH Hubs across multiple spaces and environments. It provides a unified control plane for deploying, monitoring, and managing Sequences across distributed infrastructure.
When to use
Use @scramjet/multi-manager when you need to coordinate multiple Hubs across different spaces (organizational or functional groupings). It is the recommended control plane for Scramjet Cloud Platform deployments where topology spans multiple locations or tenants.
For single-Manager deployments or smaller topologies, see @scramjet/manager.
Quick start
Install the executable package:
npm install @scramjet/multi-managerRun the MultiManager executable:
npx multi-manager --helpThe package publishes two bin names:
multi-manager
scramjet-cloud-platform-multi-managerIn this repository workspace, run the source entrypoint with:
npm run start -w @scramjet/multi-managerUse the executable help output as the source of truth for current flags. MultiManager owns server/API startup and sub-Manager lifecycle orchestration for multi-space deployments.
Stability
This package is part of the Scramjet Cloud Platform. Its API is stable for cloud-platform use cases.
See also
- Manager overview for understanding Hub-to-Manager relationships.
- Connecting Hubs for topology configuration.
- Transform Hub overview for platform architecture.
Install
npm install @scramjet/multi-managerDocumentation
See the package docs for full documentation.
