[PR #2323] [CLOSED] Add Bytewax #3846

Closed
opened 2026-04-15 09:42:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/vinta/awesome-python/pull/2323
Author: @awmatheson
Created: 1/20/2023
Status: Closed

Base: masterHead: patch-1


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Adds bytewax to distributed compute under the stream processing subheading. Easy to use Python stream processing framework.

What is this Python project?

Stream Processing Framework.

  • connects to any streaming data source (Kafka, Pulsar, Redpanda, websockets, SSE etc.)
  • execute native python in stream processing operators.
  • stateful processing capabilities.
  • scales on k8s.

What's the difference between this Python project and similar ones?

Faust is the most similar. Bytewax supports in-memory state first, can work with more than just Kafka and it is still actively supported/maintained.

--

Anyone who agrees with this pull request could submit an Approve review to it.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/vinta/awesome-python/pull/2323 **Author:** [@awmatheson](https://github.com/awmatheson) **Created:** 1/20/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`6e4ac5e`](https://github.com/vinta/awesome-python/commit/6e4ac5edf922390a3d037be5d586af8087ba9b47) Update README.md ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Adds [bytewax](https://github.com/bytewax/bytewax) to distributed compute under the stream processing subheading. Easy to use Python stream processing framework. ## What is this Python project? Stream Processing Framework. - connects to any streaming data source (Kafka, Pulsar, Redpanda, websockets, SSE etc.) - execute native python in stream processing operators. - stateful processing capabilities. - scales on k8s. ## What's the difference between this Python project and similar ones? Faust is the most similar. Bytewax supports in-memory state first, can work with more than just Kafka and it is still actively supported/maintained. -- Anyone who agrees with this pull request could submit an *Approve* review to it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-15 09:42:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-python#3846