Stream Processing
Incremental Data Processing Framework
★ 4.4
Event-Driven API Gateway
★ 3.7
pip install hudiN/A — Java-based gatewaypip install hudiN/A — Java-based gatewayPython data engineers use Hudi with PySpark to build CDC (Change Data Capture) pipelines on data lakes — ingesting database change events from Kafka and applying upserts to Hudi tables on S3 using `UPSERT` operation type. Hudi handles deduplication and merge semantics automatically, enabling mutable data lake tables without full partition rewrites.
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