ZIO Pravega.

Pravega

ZIO Pravega is a Scala library for Pravega based on ZIO.

It provides a high-level API for reading and writing to Pravega streams and Pravega Key Value Pair tables.

Modules

ZIO Pravega is split into the following modules:

  • zio-pravega - Core module for reading and writing to Pravega streams and Pravega Key Value Pair tables.
  • zio-pravega-saga - Module for using ZIO Pravega in a Saga pattern.

Installation

libraryDependencies += "dev.cheleb" %% "zio-pravega" % "0.9.1"
libraryDependencies += "dev.cheleb" %% "zio-pravega-saga" % "0.9.1"