About Anaconda Help Download Anaconda

conda-forge / packages / process-compose 1.64.1

Process Compose is a simple and flexible scheduler and orchestrator to manage non-containerized applications.

copied from cf-post-staging / process-compose

Installers

  • linux-64 v1.64.1
  • win-64 v1.64.1
  • osx-64 v1.63.0
  • linux-aarch64 v1.64.1
  • osx-arm64 v1.64.1
  • linux-ppc64le v1.64.1

conda install

To install this package run one of the following:
conda install conda-forge::process-compose

Description

Because sometimes you just don't want to deal with docker files, volume definitions, networks and docker registries. Since it's written in Go, Process Compose is a single binary file and has no other dependencies.

Once installed, you just need to describe your workflow using a simple YAML schema in a file called process-compose.yaml:

version: "0.5"

processes:
  hello:
    command: echo 'Hello World from Process Compose'

And start it by running process-compose up from your terminal.


© 2025 Anaconda, Inc. All Rights Reserved. (v4.2.0) Legal | Privacy Policy