Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.58 KB

README.MD

File metadata and controls

62 lines (42 loc) · 1.58 KB

NOTE: this repo is not longer active and all code examples were moved to a new repo

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