Apache Kafka Beyond the Basics: Windowing

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • faust

    Python Stream Processing. A Faust fork (by faust-streaming)

  • That's the basics yes. You have a pletora of things coming next. One is "Windowing" mentioned in the article, it's well explained and maybe it looks simple, but when you start with it, takes some time to wrap your mind around it.

    The other things in kafka world are stateful transformations, which you would normally do using Java's Flink. The closest in python is Faust (the fork) [0]. What are stateful aggregations? something like doing SQL on top of a topic: group_by, count, reduce, and joins. So similar to SQL that you have kSQL [1].

    Consumer groups IMO falls under basic usage, if you need to scale, take a look at it, and what are partitions and replicas, with that in mind, you'll be ok.

    [0]: https://github.com/faust-streaming/faust

    [1]: https://www.confluent.io/blog/ksql-streaming-sql-for-apache-...

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Project with Faust and Django

    1 project | /r/django | 1 Dec 2021
  • New release of FastKafka supporting Redpanda

    3 projects | /r/Python | 24 Mar 2023
  • faust VS quix-streams - a user suggested alternative

    2 projects | 7 Dec 2023
  • Kafka ETL tool, is there any?

    4 projects | /r/apachekafka | 14 Feb 2023
  • How to join using Faust Streaming (Python implementation of Kafka Streams API)?

    2 projects | /r/apachekafka | 31 Jan 2023