GithubHelp home page GithubHelp logo

demo-temporal-go's Introduction

Demo Temporal using Go SDK

Run

  1. docker-compose up
  2. go run ./workflow/main.go to "execute" (submit) a new workflow
  3. go run ./worker/main.go to spin up the worker to actually execute the workflow and its actions
  4. http://localhost:8088 to check out the execution status

Take

The most basic understanding: an enhenced RPC framework.

As the workflow (client) only says what workflow to execute with what activities, it is up to the workers (servers) to actually execute those workflows.

Due to the fact it is so generic but handles so many common "workflow" cases, it is a power tool to boost productivity to focus on the actual business logic instead of redo the plumbing everytime a similar use case arises.

  1. Temporal gives you full visibility in the state of your Workflow and code execution.
  2. Temporal maintains the state of your Workflow, even through server outages and errors.
  3. Temporal makes it easy to timeout and retry Activity code using options that exist outside of your business logic.
  4. Temporal enables you to perform "live debugging" of your business logic while the Workflow is running.

Docs & Refs

https://docs.temporal.io/docs/go/introduction https://docs.temporal.io/docs/go/run-your-first-app-tutorial/ https://medium.com/@ijayakantha/microservices-the-saga-pattern-for-distributed-transactions-c489d0ac0247

demo-temporal-go's People

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.