2 repos
Database Design Patterns — Data & Databases
We curate 2 GitHub repositories matching data & databases · Database Design Patterns. Refine with filters or upvote what's useful.
Database Design Patterns — Data & Databases
- fastapi/fastapi
FastAPI is a web framework for building APIs with Python. It leverages standard language type hints to provide automatic data validation, request parsing, and interactive API documentation generation. The framework supports asynchronous request handling and manages execution contexts to prevent blocking the main event
Pythonapiasyncasyncio - redis/redis
Redis is an in-memory, key-value database designed to provide sub-millisecond latency for read and write operations. It functions as a versatile data platform, serving as a distributed cache, a message broker, a NoSQL document store, and a vector database. The system utilizes an event-driven, single-threaded loop to pr
Ccachecachingdatabase