Vishal1297 / hello-world-temporal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello-world-temporal

This is the Hello World project which has all the basic files explained in our Hello World Tutorial.

Instructions

Ensure you have Go 1.16 or later installed locally, and that you have Docker installed to run the Temporal Cluster.

Clone this repository:

git clone https://github.com/vishal1297/hello-world-temporal

Install and run the Temporal Server using docker compose.

git clone https://github.com/temporalio/docker-compose.git
cd docker-compose
docker compose up

You can now view Temporal Web at http://localhost:8080.

Run the worker and starter included in the project.

go run worker/main.go
go run starter/main.go

If you have nodemon installed, you can automatically reload when you change any files: nodemon --watch './**/*.go' --signal SIGTERM --exec 'go' run worker/main.go

About


Languages

Language:Go 100.0%