Skip to content

infinyon/stateful-dataflows-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 and Updated Rust

    curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh rustup update
  • Install Fluvio and SDF

    curl -fsS https://hub.infinyon.cloud/install/install.sh | bash fvm install sdf-beta3
  • Start Cluster

    fluvio cluster start

DataFlows

Dataflow examples:

Primitives

Examples centered around primitive concepts and operations.

Packages

Step-by-step instructions on how to build your own package:

Pre-built packages used in dataflows:

References