Hash table service for storing and retrieving binary blobs using their SHA-256 hashes as keys.
Note: This project is primarily an experiment in using Go for HTTP service development.
Swagger UI is served at /docs
using the service's OpenAPI schema.
cd <source-dir>
TINYVAL_DATA_DIR=<data-dir> TINYVAL_PORT=<port> go run cmd/tinyvalapi/main.go
go test ./...