FastAPI and pydiator example implementing clean architecture and use cases
An example FastAPI project demonstrating clean architecture and a mediator-based use case pattern using pydiator-core. It includes request pipelines (authorization, validation, cache, logging), pub-sub notifications, Redis cache integration, and a Docker Compose setup. Suited for backend REST APIs and microservice-style applications that separate use cases from infrastructure.
0