Slipstream: A Data-Flow Model for Stateful Streaming Applications
2025-04-03
Slipstream simplifies the development of stateful streaming applications using a Python-based data-flow model. It supports diverse sources (Kafka, streaming APIs, etc.) and sinks (Kafka, RocksDB, APIs), allowing arbitrary stateful operations (joins, aggregations, filtering) with regular Python code. A simple timer example showcases its ease of use; creating a timed task requires just a few lines. Slipstream emphasizes simplicity, freedom, and speed, offering optimized defaults for quick setup and execution.
Read more
Development
data flow