Add FastAPI NoSQL Template to the Boilerplate and Open Source Projects sections.#2931
Closed
th0truth wants to merge 1 commit intovinta:masterfrom
Closed
Add FastAPI NoSQL Template to the Boilerplate and Open Source Projects sections.#2931th0truth wants to merge 1 commit intovinta:masterfrom
th0truth wants to merge 1 commit intovinta:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
FastAPI NoSQL Template is a high-performance, async-first backbone for NoSQL-native applications built with:
A meticulously engineered, async-native backbone designed for developers who prioritize "the metal" over ORM bloat. It provides a production-hardened foundation for NoSQL-driven applications, combining FastAPI's speed with the raw power
of MongoDB and Redis. Unlike standard boilerplates, it features an enterprise-grade security layer with RS256 asymmetric JWT signing and granular Scoped RBAC (role-based access control). The project is "ops-ready" from day one, offering a hybrid REST/GraphQL engine,
Prometheus observability, and 100% test coverage with comprehensive database mocking.
Why it's awesome: It demonstrates several advanced patterns for developers who want to avoid SQL/ORM bloat:
Scoped RBAC: Fine-grained permissions (Admin, Seller, Customer) out of the box
Redis Integration: Dynamic rate limiting via SlowAPI and optimized caching with aioredis
Production Architecture: Native support for versioned APIs (/v1, /v2) and intelligent URI construction for MongoDB Atlas
Pydantic v2: Lightning-fast data validation and serialization throughout the stack
It serves as a professional-grade starting point for shipping NoSQL-native SaaS or internal tools without the typical "ORM tax."
MIT licensed.