s3rius / FastAPI-template

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

Request: Please add support/templating for dapr.io #220

Open cicdguy opened 1 month ago

cicdguy commented 1 month ago

FIrst of all, thank you for creating such a wonderful, feature-rich cookiecutter template.

I have a use case where I want to use dapr.io and its Python SDK so I can use a uniform API for pub/sub, DB, caching etc without being concerned about the vendor for each of those components.

As a request - would you be able to add support for generating a FastAPI template using the dapr Python SDK?

s3rius commented 1 month ago

Hi and thanks for warm words. The problem is that I haven't worked with dapr.io and therefore I'm not sure how to implement it. Can you please create a sample project that does the thing you've mentioned or I'd really appreciate if you could create a PR with required changes.

cicdguy commented 1 month ago

Thank you for the quick response! Yes, let me look into creating a sample project that showcases dapr's capabilities. I'll report back soon after, or I'll look into creating a PR for this.