From 069ac2de3610dc028a09aaf401d05f4d6a5d9c8a Mon Sep 17 00:00:00 2001 From: x86 <123118446+spectacularfailure@users.noreply.github.com> Date: Fri, 22 Sep 2023 12:05:55 +0200 Subject: [PATCH] Add FastStream --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e5770417..3e1ac3df 100644 --- a/README.md +++ b/README.md @@ -522,6 +522,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * Stream Processing * [faust](https://github.com/robinhood/faust) - A stream processing library, porting the ideas from [Kafka Streams](https://kafka.apache.org/documentation/streams/) to Python. * [streamparse](https://github.com/Parsely/streamparse) - Run Python code against real-time streams of data via [Apache Storm](http://storm.apache.org/). + * [FastStream](https://github.com/airtai/faststream) - All in one stream processing framework using [Kafka Streams](https://kafka.apache.org/documentation/streams/) or [RabbitMQ](https://www.rabbitmq.com/). ## Distribution