Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.62 KB

File metadata and controls

37 lines (25 loc) · 1.62 KB

ExecGo Docs (English)

This documentation is intended for three audiences:

  • Orchestrator / Agent developers: map your workflow (DAG) into ExecGo TaskGraph, and handle failure + retry semantics correctly
  • Platform / Ops engineers: deploy ExecGo into your own Docker Compose or Kubernetes cluster (including persistence and health checks)
  • Client developers: integrate with ExecGo via HTTP using Go/Java/Python (submit graphs, poll status, read results)

If you already read the root README.md quick start, continue from the sections below.

Navigation

1) How an orchestration layer adopts ExecGo

2) Deploy to Docker Compose / Kubernetes

3) Multi-language HTTP integration examples (Go/Java/Python)

4) Reference (API / Task DSL / executor parameters)

5) FAQ

Versioning

Docs reflect the current repository behavior. When upgrading ExecGo, double-check TaskGraph submission/validation and executor parameter compatibility.