Skip to content

bitovi/temporal-self-hosting-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temporal Self-Hosting workshop

Prereqs

- Github account
- [Temporal CLI](https://docs.temporal.io/cli)
- [gh cli](https://github.com/cli/cli)

Codespace creation

  1. Create the Github Codespace
  2. (Once complete) Run ./.devcontainer/start-ports.sh
  3. Open the WebUI via the ports tab
  4. Start the port forwarding on your local machine;
gh codespace list
gh codespace ports forward 7233:7233
  1. On the local machine run: temporal operator namespace list
temporal operator namespace list
  NamespaceInfo.Name                    temporal-system
  NamespaceInfo.Id                      32049b68-7872-4094-8e63-d0dd59896a83
  NamespaceInfo.Description             Temporal internal system namespace
  NamespaceInfo.OwnerEmail              temporal-core@temporal.io
  NamespaceInfo.State                   Registered
  NamespaceInfo.Data                    map[]
  Config.WorkflowExecutionRetentionTtl  168h0m0s
  ReplicationConfig.ActiveClusterName   active
  ReplicationConfig.Clusters            [{"clusterName":"active"}]
  Config.HistoryArchivalState           Disabled
  Config.VisibilityArchivalState        Disabled
  IsGlobalNamespace                     false
  FailoverVersion                       0
  FailoverHistory                       []
  Config.HistoryArchivalUri
  Config.VisibilityArchivalUri
  Config.CustomSearchAttributeAliases   map[]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published