s3rius / FastAPI-template

Feature rich robust FastAPI template.
MIT License
1.9k stars 164 forks source link

Added kafka integration. #105

Closed s3rius closed 2 years ago

s3rius commented 2 years ago

Signed-off-by: Pavel Kirilin win10@list.ru

s3rius commented 2 years ago

This request closes #104.

Also this request has several template updates.

  1. Refactored cli.py a little bit.
  2. Added spaces between services in docker-compose.yml
  3. Added pragma: no cover for functions that's not an actual application logic.