Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 544 Bytes

File metadata and controls

12 lines (9 loc) · 544 Bytes

GETDataConvertService

Simple Go Service which can read data in YAML, perform some calculations and transform it to JSON and send it back

Hello everyone! This is the latest version of my Go service. I strongly advice you to run this in container, which is pushed to DockerHub. All you need to do is to run the following command:

docker run --network="host" -e ENDPOINT="your DB service name" -e HOST_PORT="port which you'll run server on" nikitasadok/go-get-service

ENDPOINT format: "yourdns/ip:port" HOST_PORT format: "portnumber"