fastapi-boilerplate
fastapi-boilerplate copied to clipboard
Custom FastAPI boilerplate with Piccolo ORM, JWT auth, config file and Hashicorp Vault support
Results
3
fastapi-boilerplate issues
Sort by
recently updated
recently updated
newest added
### ToDO: 1. Native FastAPI profiling for endpoints 2. Context manager for child spans 3. Integration with Piccolo profiling 4. Fully-configurated from config.ini file Priority on Jaeger
enhancement
Unified API inside of FastAPI app for caching Priority on Redis Special API for db models: **request** -> **object API8** -> **pull from cache** -> **if not, pull from db...
enhancement