Stream Processing
Scalable Stream Processing
★ 4.6
Real-Time Streaming Data Platform
★ 3.5
pip install pysparkpip install swimospip install pysparkpip install swimosPython data engineers use Spark Structured Streaming via PySpark to process high-volume Kafka streams at scale. A streaming job reads a Kafka topic as a DataFrame, applies transformations (filtering, aggregations, joins with static data), and writes results continuously to Delta Lake or a database — using the same PySpark syntax as batch jobs.
Python data engineers use the SwimOS Python client to connect Python-based data sources and processors to a Swim server's Web Agents. A Python script continuously pushes sensor readings or processed pipeline metrics into Swim agents, which aggregate and stream the live state to connected dashboards via WebSocket — enabling real-time monitoring without a separate WebSocket server.
Individual Tool Pages