ZIO Guides
Quickstart Guides
The following guides have been written to help you get started with ZIO with minimal effort and without the need to fully understand the underlying technology:
- ZIO Quickstart: Hello World
- ZIO Quickstart: Building a RESTful Web Service
- ZIO Quickstart: Building a GraphQL Web Service
- ZIO Quickstart: Building a gRPC Server and Client
Tutorial Guides
- How to Make a ZIO Application Configurable?
- How to Encode and Decode JSON Data
- How to Enable Logging in a ZIO Application?
- How to Create a Custom Logger for a ZIO Application?
- How to Run Our First ZIO Project With VSCode?
- How to Run Our First ZIO Project With IntelliJ IDEA?
- How to Build a RESTful Web Service
- How to Deploy a ZIO Application Using Docker?
- How to Monitor a ZIO Application Using ZIO's Built-in Metric System?
- How to Produce/Consume Data To/From Kafka Topics?
- How to Debug a ZIO Application?
Integration Guides
- How to Interop with Cats Effect?
- How to Interop with Future?
- How to Interop with Guava?
- How to Interop with Java?
- How to Interop with JavaScript?
- How to Interop with Monix?
- How to Interop with Reactive Streams?
- How to Interop with Scalaz 7.x?
- How to Interop with Twitter?