From 6e9ff5eb62e59440abcaee860173a952fa1ea1a3 Mon Sep 17 00:00:00 2001 From: Davor Runje Date: Fri, 22 Sep 2023 08:25:24 +0000 Subject: [PATCH] FastStream added --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3621284f..3eefc2df 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Mesos, designed for high performance data processing jobs that require flexibili - [Daggy](https://github.com/synacker/daggy) [C++] - real-time streams aggregation and catching. - [Benthos](https://github.com/Jeffail/benthos) [Go] - Benthos is a high performance and resilient message streaming service, able to connect various sources and sinks and perform arbitrary actions, transformations and filters on payloads - [FS2(prev. 'Scalaz-Stream')](https://github.com/functional-streams-for-scala/fs2) [Scala] - Compositional, streaming I/O library for Scala. +- [FastStream](https://github.com/airtai/faststream) [Python] - powerful and easy-to-use Python library simplifying the process of writing producers and consumers for message queues, handling all the parsing, networking and documentation generation automatically. Supports multiple protocols such as Apache Kafka, RabbitMQ and alike. - [monix](https://github.com/monix/monix) [Scala] - high-performance Scala / Scala.js library for composing asynchronous and event-based programs. - [Quix Streams](https://github.com/quixio/quix-streams) [Python] - a streaming library originally designed for the McLaren Formula 1 racing team that can process high volumes of time-series data with up to nanosecond precision using Apache Kafka as a message broker. - [Scramjet Node.js](https://github.com/scramjetorg/framework-js) - [Node.js] functional reactive stream programming framework written on top of Node.js object streams + [the legacy Scramjet.js version](https://github.com/scramjetorg/scramjet)