Skip to content

Commit 4a334d9

Browse files
vvlrffclaude
andcommitted
docs(message-brokers): add FastStream and Message Brokers category
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 99d883c commit 4a334d9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ An opinionated list of Python frameworks, libraries, tools, and resources.
7171
- [DevOps Tools](#devops-tools)
7272
- [Distributed Computing](#distributed-computing)
7373
- [Task Queues](#task-queues)
74+
- [Message Brokers](#message-brokers)
7475
- [Job Schedulers](#job-schedulers)
7576
- [Logging](#logging)
7677
- [Network Virtualization](#network-virtualization)
@@ -737,6 +738,12 @@ _Libraries for working with task queues._
737738
- [huey](https://github.com/coleifer/huey) - Little multi-threaded task queue.
738739
- [rq](https://github.com/rq/rq) - Simple job queues for Python.
739740

741+
## Message Brokers
742+
743+
_Libraries for working with message brokers and event streaming._
744+
745+
- [faststream](https://github.com/ag2ai/faststream) - A framework for building asynchronous services over Apache Kafka, RabbitMQ, NATS, and Redis.
746+
740747
## Job Schedulers
741748

742749
_Libraries for scheduling jobs._

0 commit comments

Comments
 (0)