Async API (api-async)
Type: Microservice
Stack: Python, FastAPI, AsyncPG
High-performance microservice designed for asynchronous database operations and handling high-concurrency tasks.
Key Features
- Performance: Built on FastAPI and
uvloopfor speed. - Database: Uses
asyncpgfor non-blocking PostgreSQL access. - Package Management: Uses
uvfor modern Python dependency management.
Documentation
- OpenAPI: Available at
/docswhen the service is running.