Profile
Back to NewsBack
GitHub Trending 1 min
Reader Mode
danieldeer/seriousdb: A simple, yet effective persistent key-value store accessible via HTTP.

danieldeer/seriousdb: A simple, yet effective persistent key-value store accessible via HTTP.

4 hours ago

seriousdb - An HTTP-based Key-Value Store

seriousdb is a small HTTP-based key-value store written in Python using FastAPI.

For setup, usage, architecture, persistence, and contribution guidance, see the documentation.

Quick Start

Clone the repository, install the project, and start the development server:

git clone https://github.com/danieldeer/seriousdb.git
cd seriousdb
uv sync
uv run run.py

The server is available at http://0.0.0.0:8000.

Interactive API documentation is available at:

Documentation

License

This project is licensed under the MIT License.

Chat with me