Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 2.41 KB

README.md

File metadata and controls

29 lines (19 loc) · 2.41 KB

Support ukraine zio-temporal-core Scala version support Build status

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 could be found on project's web site.
https://zio-temporal.vhonta.dev

Examples

You can find the source code of example workflow in examples directory

How to run examples

  1. Start temporal server locally with predefined docker-compose file:
docker-compose -f examples/docker-compose.yaml up -d
  1. Run example from sbt:
sbt examples/run