faust — Easy Playground
Stream processing library inspired by Kafka Streams
Getting started with faustRun locally
Install
pip install faust-streamingPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: faust)
faust is a third-party package. Stream processing library inspired by Kafka Streams. Install with: pip install faust-streaming
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?