fivos / temporal-ui-server

Golang Server for https://github.com/temporalio/ui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

build

ui-server

ui-server serves an HTTP API analogue of Temporal gRPC API as well as serves Temporal UI https://github.com/temporalio/ui. It can be compiled into a binary or consumed as a Go library.

Docker

ui-server is published on Docker Hub: https://hub.docker.com/r/temporalio/ui

You can run it with Temporal Server using the Temporal docker-compose.

Configuration

Development

Pre-requirements:

  • Go v1.18 or later installed on your development machine
  • Protobuf installed on your development machine (brew install protobuf) (Note: M1 macs will need /opt/homebrew/bin on the PATH or you may get /bin/sh: protoc: command not found errors (or you can manually download protoc))

Execute from the project folder to build a binary:

make build-server

To start the server, execute

./ui-server start

Debugging

In VSCode launch "Debug Server" script (or press F5)

About

Golang Server for https://github.com/temporalio/ui

License:MIT License


Languages

Language:Go 69.8%Language:HTML 14.8%Language:TypeScript 4.5%Language:JavaScript 4.2%Language:Makefile 3.4%Language:CSS 1.8%Language:Dockerfile 1.2%Language:Shell 0.3%