Skip to content

qaware/cloud-native-weather-golang

Repository files navigation

Quality Gate Status

Cloud-native Weather Service with Golang

This example implements a simple weather REST service using Golang, GORM and Gin.

Weather Service Architecture

Build and run locally

$ tilt up
$ skaffold dev --no-prune=false --cache-artifacts=false

Exercise the application

$ curl -X GET http://localhost:18080/api/weather\?city\=Rosenheim
{"city":"Rosenheim","weather":"Clear"}

$ curl -X GET http://localhost:18080/

Lab Instructions

The instructions for the Cloud-native Experience Lab workshop can be found in docs/README.md.

Maintainer

M.-Leander Reimer (@lreimer), mario-leander.reimer@qaware.de

License

This software is provided under the Apache v2.0 open source license, read the LICENSE file for details.