1 repository
Embeds message consumers and producers into web applications to share dependency injection and background tasks.
Distinct from FastAPI Application Integration: Distinct from FastAPI Application Integration: focuses on the integration of event-driven message handlers specifically, rather than general application deployment.
Explore 1 awesome GitHub repository matching web development · Message Handler Integrations. Refine with filters or upvote what's useful.
FastStream is an asynchronous Python framework designed for building event-driven microservices. It provides a unified abstraction layer for interacting with various message brokers, enabling developers to manage event production and consumption through a consistent interface while maintaining access to native provider-specific features. The framework centers on a decorator-based routing model that binds application logic directly to broker topics, supported by a built-in dependency injection container that resolves resources at runtime. The framework distinguishes itself through its deep int
Embeds message consumers and producers into a web application, enabling the use of shared dependency injection and background tasks.