Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v1.0.0-RC20

  • v1.0.0-RC20
  • feae26f
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
  • Choose a tag to compare

  • v1.0.0-RC20
  • feae26f
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@saraiva132 saraiva132 tagged this 25 May 18:50
So I wanted to try out how well one can write a production ready microservice using ZIO and current ecosystem. 

Code is pretty much done but will see some improvements over time (integration with tranzactio to also show how to combine several db effects in one transaction, but especially documentation). After writing it I noticed there are some example that are somewhat similar in libraries but mine goes a bit further by:

- Having unit tests with properly mocked dependencies with zio-mock
- Having integration tests with some maybe interesting things going on 
- Full blown microservice with proper client error handling / healthcheck etc 
- Full usage of tapir (ztapir) and sttp (integration with third-party http service). 
- zio-logging

Let me know your thoughts. And feedback. :)))
Assets 2
Loading