bencer / hash-browns

A tiny web-server for creating SHA256 hashes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hash-browns

This repository contains:

  • A Quick-Start recipe for monitoring an application with Prometheus.
  • A tiny web-server for creating SHA256 hashes with a /metrics endpoint

Read more on the related blog post

Notes for Raspberry PI:

Initialize swarm-mode

# docker swarm init

Build the image:

# docker build -t alexellis2/hash-browns . -f Dockerfile.armhf

Deploy the stack with a separate compose-file:

# docker stack deploy tutorial --compose-file=./docker-compose.armhf.yml

About

A tiny web-server for creating SHA256 hashes


Languages

Language:Go 100.0%