tree: 16aa34e1802738e55b7b338646b00eb41d47f6ed [path history] [tgz]
  1. docker/
  2. go/
  3. BUILD.bazel
  4. docker-compose.yml
  5. README.md
  6. sdk-go.diff
  7. temporal-cli.BUILD
  8. temporal-ui.BUILD
  9. temporal.BUILD
temporal/README.md

Temporal

Temporal is an execution service, serving jobs orchestration, see alternatives.

Docker Images

The binaries are being built in go/louhi and the source codes are pulled from the individual releases.

Temporal Server Releases

There are three binaries:

  • temporal-server: the main server binary
  • temporal-sql-too: the database tool to initialize and upgrade schemas
  • tdbg: the debugging utils

Temporal CLI Releases

The CLI tool to admin the service:

bazelisk run //temporal:temporal-cli --

This assumes the service is running locally at port 7233.

Temporal UI Server Release

The Web UI frontend to inspect the service.