Add FastStream

This commit is contained in:
x86 2023-09-22 12:05:55 +02:00 committed by GitHub
parent c52dba9b29
commit 069ac2de36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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