@hackage flink-statefulfun0.2.0.0

Flink stateful functions SDK

Flink Stateful Functions Haskell SDK

Provides a typed API for creating flink stateful functions. Greeter example is in example/greeter/main/Main.hs

How to run example

cd example
docker-compose build
docker-compose up -d
docker-compose logs -f event-generator

How to compile locally

  1. Install nix
  2. Install cachix
  3. Setup nix cache
cachix use iohk
cachix use static-haskell-nix
cachix use flink-statefulfun
  1. Compile
cabal build