danieldeer/seriousdb
A simple, yet effective persistent key-value store accessible via HTTP.
About the project
An HTTP key-value database written in Python with FastAPI: stores values by key and serves them over an HTTP API. Suited for small services that need simple storage without an external DBMS.
Useful for
- Run the local server and store key-value pairs via HTTP requests
- Study how a FastAPI key-value store is built using the project docs
- Spin up simple storage for a prototype without installing a separate database
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 58 stars today.
- The spike has held for 2 days in a row — not a one-off blip.
- The repository is 1 day old and already has 108 stars.
- Top new repositories this week: #133.
- About 43 forks a day — people are taking the code.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 108
- Stars in a day
- 59
- Forks
- 51
- Issues and pull requests
- 95
- Watchers
- 6
- Language
- Python
- License
- MIT
- Created
- September 12, 2026
- Last push
- September 13, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 13, 2026Top new repositories this week: #133
Similar projects
-
2.3
fleetbase/fleetbase
Modular logistics and supply chain operating system for managing orders, fleets, service zones, and real-time tracking. Suited for e-commerce, courier services, food delivery, and field services.
-
1.3
fastify/fastify
Fastify is a low-overhead web framework for Node.js with a plugin architecture, JSON Schema validation, and Pino logging. It is suited for building high-throughput HTTP servers and APIs.
-
1.0
grpc/grpc
gRPC is an open-source remote procedure call (RPC) framework that enables client and server applications to communicate transparently. It is implemented in C++ with a shared core and libraries for many languages…
-
0.7
scylladb/scylladb
Scylla is a distributed NoSQL database written in C++ on the Seastar framework, API-compatible with Apache Cassandra (CQL) and Amazon DynamoDB (Alternator). It uses a shared-nothing architecture for high throughput and…
-
0.6
minio/minio
MinIO is a high-performance S3-compatible object store under AGPLv3, aimed at AI/ML and analytics workloads. This repository is no longer maintained; only source builds are available.
-
0.5
R44VC0RP/opensend
Self-hosted transactional and marketing email layer on top of Amazon SES, with newsletters, campaigns, and one public API shared by the dashboard, SDK, and MCP server.