From 6e4ac5edf922390a3d037be5d586af8087ba9b47 Mon Sep 17 00:00:00 2001 From: Zander <6073079+awmatheson@users.noreply.github.com> Date: Fri, 20 Jan 2023 13:11:53 -0800 Subject: [PATCH] Update README.md Adds [bytewax](https://github.com/bytewax/bytewax) to distributed compute under the stream processing subheading. Easy to use Python stream processing framework. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c01386f6..c9b16465 100644 --- a/README.md +++ b/README.md @@ -520,6 +520,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/). + * [bytewax](https://github.com/bytewax/bytewax) - Python stream processing framework built on [timely-dataflow](https://github.com/TimelyDataflow/timely-dataflow). ## Distribution