Stream Processing
Python ETL for Real-Time Data
★ 4.3
Event-Driven API Gateway
★ 3.7
pip install pathwayN/A — Java-based gatewaypip install pathwayN/A — Java-based gatewayPython data engineers use Pathway to write streaming pipelines in pure Python without learning a separate API — the DataFrame-like operators (filter, join, groupby, reduce) work identically on both batch files and live Kafka streams. Pathway is particularly suited for real-time feature engineering pipelines that need to update model inputs as new events arrive.
Python data engineers use Zilla to give non-Kafka consumers HTTP-based access to Kafka data — a Python REST client can read from or write to a Kafka topic without the Kafka client library. This simplifies event-driven microservice architectures where lightweight Python services need to participate in a Kafka-based pipeline without managing consumer group offsets.
Individual Tool Pages