Skip to content

nndd91/fee-charge-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fee Charge Sample

This is a code sample to accompany my presentation during Temporal Event on the 26 April 2023. It contains code snippets on how to implement a fee charge service using Temporal. The code is written in Go and uses the Temporal Go SDK.

Running

  • go run cmd/main.go will start the worker
  • tctl --ns default wf start --tq fee-charge --wt FeeChargeWorkflow -i '1 1 4 2023' will start fee charge workflow

About

Code sample for fee charge presentation during Temporal Event on 26 April 2023

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages