Pravega ZIO

scala codecov Quality Gate Status

This project is ZIO connector to Pravega

  • Streaming API
  • Key Value Pair table API

More information at documentation

Contribute

You need to have a Pravega instance running locally. You can use the Pravega docker image.

TestContainer is used to run the tests. You can change pravega image with the following environment variable:

export PRAVEGA_IMAGE=cheleb/pravega:0.13.0

This image is based on the official Pravega image but with a custom configuration to run on a single machine and M1 architecture.