Skip to content

infinyon/stateful-services-examples

Repository files navigation

Stateful Dataflows Examples

This repository offers a comprehensive range of dataflow examples from basic to advanced levels, designed to familiarize you with the concepts and techniques essential for deploying Stateful Dataflows.

Prerequisites

Install & update Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
rustup update

Install Fluvio & SSDK

curl -fsS https://hub.infinyon.cloud/install/install.sh | bash
fvm install ssdk-preview7

Start a cluster

fluvio cluster start

DataFlows (Inline)

DataFlows defined inline:

DataFlows (Composed)

DataFlows defined via composable packages:

Primitives

Simple examples centered around primitives.

References