Back to Fluvio

README

smartmodule/examples/aggregate-init/README.md

0.18.1392 B
Original Source

In order to build and use this SmartModule in your cluster, follow these steps:

  1. Install smdk tool:
bash
fluvio install smdk
  1. Build:
bash
smdk build
  1. Load built SmartModule into the cluster:
bash
smdk load

After that, you can consume from your topic and apply the aggregation as trasnformation:

bash
fluvio consume test-aggr --transforms transforms.yaml