Kludex / fastapi-health
Implement the Health Check API pattern on your FastAPI application!
☆176Updated last year
Related projects ⓘ
Alternatives and complementary repositories for fastapi-health
- A FastAPI Middleware of https://github.com/joerick/pyinstrument to check your service performance.☆233Updated 5 months ago
- FastAPI framework plugins☆366Updated 5 months ago
- FastAPI simple cache☆218Updated 3 years ago
- Programmatic startup/shutdown of ASGI apps.☆213Updated last year
- SQLAlchemy extension for FastAPI with support for pagination, asyncio, SQLModel and pytest, ready for production.☆206Updated this week
- Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging so logs automaticall…