Stream Processing
Streaming Database for IoT
★ 3.6
Modern Streaming Platform
★ 4.6
pip install hstreamdbpip install confluent-kafkapip install hstreamdbpip install confluent-kafkaPython data engineers use the `hstreamdb` Python client to produce and consume events from HStreamDB streams in IoT and real-time analytics pipelines. SQL subscriptions let Python consumers receive only the records matching a filter condition, reducing the amount of data the Python processor needs to handle and filter client-side.
Python data engineers use Redpanda as a drop-in replacement for Apache Kafka, using the same kafka-python and confluent-kafka Python clients without code changes. Redpanda is adopted for real-time event streaming pipelines where lower operational complexity and better performance are priorities. It is used in data platforms for decoupling microservices, buffering high-throughput data streams, and feeding downstream processors like Flink or Spark Streaming.
Individual Tool Pages