Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 568 Bytes

File metadata and controls

27 lines (21 loc) · 568 Bytes

Python service

Stack: litestar, pydantic, sqlalchemy[asyncpg], faststream[kafka], uv and ruff

Running the service

Locale

uv sync
litestar --app app.main:app run
docker build -t python-service .
docker run --rm python-service

OpenAPI documentation

http://localhost:8000/schema (for ReDoc)
http://localhost:8000/schema/swagger (for Swagger UI)
http://localhost:8000/schema/elements (for Stoplight Elements)
http://localhost:8000/schema/rapidoc (for RapiDoc)

License

This project is licensed under the MIT License.