PiggyMetrics Golang edition

Light and simple version of the PiggyMetrics project, written in Go with embedded database under the hood. Used for minimum-cost deployment to the cloud.

Build and run

docker build -t sqshq/piggymetrics .
docker run -p 8080:80 --name=piggymetrics -v ~/piggymetrics/db:/app/db --rm sqshq/piggymetrics