PoiesisD

March 23, 2026 · View on GitHub

A GA4GH-compliant Task Execution Service (TES) running on Docker.

Note

PoiesisD is a lightweight, development-focused TES. For production deployments, see Poiesis.

Quick Start

docker compose up

That's it. Everything is running:

ServiceURL
Web UIhttp://localhost:8080
TES APIhttp://localhost:8080/ga4gh/tes/v1

Features

  • TES v1.1 — create, list, and monitor tasks
  • Docker executor — runs task containers locally
  • S3 filer — stage inputs/outputs via S3-compatible storage
  • Built-in UI — task explorer, live logs, dark/light theme
  • Single binary — everything embedded, zero external deps

Tip

For production use, Kubernetes support, and full docs, check out Poiesis.