ZIO Query

ZIO Query

  • Overview
  • Use Cases
  • API
  • About

ZIO QueryAdd efficient pipelining, batching, and caching to any data source

Overview
Use Cases
GitHub

Pipelining

ZIO Query detects parts of composite queries that can be combined together for fewer individual requests to the data source

Batching

ZIO Query detects parts of composite queries that can be executed in parallel without changing the semantics of the query

Caching

ZIO Query can transparently cache read queries to minimize the cost of fetching the same item repeatedly in the scope of a query

Welcome to ZIO Query

ZIO Query helps you dramatically reduce load on data sources and improve performance

Compared with Fetch, ZIO Query supports response types that depend on request types, does not require higher-kinded types and implicits, supports ZIO environment and statically typed errors, and has no dependencies except for ZIO

ZIO Query
GitHub
Star
Chat with us on Discord
discord
Additional resources
Scaladoc of ZIO Query
Copyright © 2022 ZIO Maintainers