ozgurkara / fastapi-pydiator
Python clean architecture and usecase implementation with fastapi and pydiator-core
☆154Updated 8 months ago
Alternatives and similar repositories for fastapi-pydiator:
Users that are interested in fastapi-pydiator are comparing it to the libraries listed below
- Clean FastAPI architecture☆109Updated 2 years ago
- FastAPI Layered Architecture☆309Updated 2 years ago
- The Pydiator is an in-app communication method.☆49Updated 8 months ago
- FastAPI Python DDD and Clean Architecture Example☆98Updated 2 years ago
- Real world Fast-API application template using gino(Async ORM) based on hexagonal architecture☆93Updated 2 years ago
- FastAPI and SQLAlchemy DDD (Domain Driven Development) Example☆295Updated 3 years ago
- ☆54Updated 2 years ago
- Dockerized web application with DI on FastAPI, sqlalchemy2, PostgreSQL☆138Updated 2 months ago
- TODO aplication made with Python's FastAPI framework and Hexagonal Architecture☆153Updated 4 years ago
- SQLAlchemy extension for FastAPI with support for pagination, asyncio, SQLModel and pytest, ready for production.☆262Updated this week
- Fully Python async FastAPI project! 🚀☆477Updated last year
- Example project showing off clean/hexagonal architecture concepts in Python☆532Updated 2 years ago
- Python SAGA Pattern Example☆55Updated 11 months ago
- Diator is a Python library for implementing CQRS pattern in your Python applications.☆70Updated last year
- Applying CQRS pattern with Python Fastapi.☆35Updated last year
- A template for a FastAPI based Serverless Framework microservice running on AWS Lambda☆91Updated 9 months ago
- FastAPI application and service structure for a more maintainable codebase – See full article☆392Updated 3 years ago
- An example project that uses FastAPI and follows the hexagonal architecture rules.☆105Updated 2 years ago
- FastAPI backend storages and ORM extensions☆81Updated 6 months ago
- Auth for use with FastAPI☆153Updated 2 years ago
- Implementation of dependency injection for Python 3☆187Updated this week
- A simple docker-compose app for orchestrating a fastapi application, a celery queue with rabbitmq(broker) and redis(backend)☆131Updated 2 years ago
- Asynchronous event dispatching/handling library for FastAPI and Starlette☆472Updated 3 months ago
- Microservices, API Gateway, Authentication with FastAPI, non-blocking i/o☆361Updated last year
- fastAPI boilerplate for API based access along with user management☆143Updated 2 years ago
- Implements authentication and authorization as FastAPI dependencies☆151Updated last year
- Python Domain-Driven-Design(DDD) Example