upasana05ghosh / temporal

temporal basic hello world (step-by-step)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temporal

temporal basic hello world (step-by-step)

What is temporal?

* Temporal is a platform.
* That guarantees durable execution of app code.
    * Allows your to develop app as if failure don't even exist.
* App will run reliably
    * even if it encounters problems such as n/w outage or server crash
* This will allow you to focus on business logic.

Steps to create a sample temporal workflow

  1. Create a greeting app in Go

  2. Convert basic function to temporal workflow

  3. Create temporal worker

  4. Create app to start workflow

  5. Add retry policy to the activity


Temporal UI

About

temporal basic hello world (step-by-step)

License:Apache License 2.0


Languages

Language:Go 100.0%