ZIO being pretty stable, some libraries from the ecosystem are now getting more attention. In particular, libraries that saw significant contributions in the last month are
zio-prelude,
zio-redis,
zio-sql,
zio-json and
zio-web. Check these out if you’re looking into contributing to the next big thing!
ZIO contributor
@svroonland, already author of
zio-kinesis and
zio-amqp, released a small library called
rezilience that contains a few utilities for making asynchronous systems more resilient to failures: a circuit breaker, a rate limiter, etc.
Branislav Lazic made a toy project showing integration between Finch, ZIO, and Slick. The code is available in
this repo.