ZIO Temporal
July 30, 2023 ยท View on GitHub
ZIO Temporal
This is an integration with Temporal workflow based on Java SDK and ZIO.
It allows you to define and use workflows in a Scala way!
The documentation and examples can be found on the project's website.
https://zio-temporal.vhonta.dev
Examples
You can find the source code of the example workflow in examples directory. To create & start a Temporal cluster, it is required to install Temporal CLI.
How to run examples
- Start the Temporal cluster
make start-temporal
- Run example from sbt:
sbt examples/run