Skip to content

oridag/zio-temporal

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Scala 96.4%
  • JavaScript 3.1%
  • Other 0.5%