vpavkin / zio-keeper

Purely-functional, type-safe library for building distributed systems

Home Page:https://zio.github.io/zio-keeper/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZIO Keeper

CI Issues Discord
CircleCI Is it maintained? Discord

ZIO Keeper is a purely-functional, type-safe library for building distributed systems.

It provides numerous primitives for tackling the common problems in distributed computing (e.g. leader election, cluster forming etc.). Under the hood, the library is backed by ZIO and ZIO NIO, profiting from their performant, type and resource-safe APIs.

  • Composable. Design complex systems by composing the available building blocks.
  • Resilient. Build apps with automated failure recovery.
  • Secure. Benefit from security guarantees built into the library core.

To learn more about ZIO Keeper, check out the following references:

About

Purely-functional, type-safe library for building distributed systems

https://zio.github.io/zio-keeper/

License:Apache License 2.0


Languages

Language:Scala 93.9%Language:JavaScript 5.6%Language:CSS 0.5%