Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 437 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 437 Bytes

kv example

This example is using a golang plugin implementation.

You can run the example by:

  1. starting a local temporal cluster
  2. starting the worker:
    KV_PLUGIN="python3 ./hashicorp/kv-python/plugin.py" go run ./examples/kv-python/main.go
  3. running the starter:
    go run ./examples/kv/starter/main.go

Check temporal web (http://localhost:8088) for the workflow execution history.