8000 GitHub - rowasjo/tinyvalgo: Hash table service for storing and retrieving binary blobs using their SHA-256 hashes as keys.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

rowasjo/tinyvalgo

Repository files navigation

Tinyval Go

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.

OpenAPI

Swagger UI is served at /docs using the service's OpenAPI schema.

Development

Run

cd <source-dir>
TINYVAL_DATA_DIR=<data-dir> TINYVAL_PORT=<port> go run cmd/tinyvalapi/main.go

Run Tests

go test ./...

About

Hash table service for storing and retrieving binary blobs using their SHA-256 hashes as keys.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0