Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lreimer/advanced-cloud-native-go
Advanced Cloud Native Go - Packt Publishing Video Course
https://github.com/lreimer/advanced-cloud-native-go
consul docker gin-web go-micro golang kafka kubernetes microservice packt packtpub rabbitmq webservice
Last synced: 3 months ago
JSON representation
Advanced Cloud Native Go - Packt Publishing Video Course
- Host: GitHub
- URL: https://github.com/lreimer/advanced-cloud-native-go
- Owner: lreimer
- License: mit
- Created: 2018-04-12T19:46:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-12T19:49:22.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T12:46:01.710Z (8 months ago)
- Topics: consul, docker, gin-web, go-micro, golang, kafka, kubernetes, microservice, packt, packtpub, rabbitmq, webservice
- Language: Go
- Homepage: https://www.packtpub.com/application-development/advanced-cloud-native-go-video
- Size: 120 KB
- Stars: 17
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
image:https://img.shields.io/badge/license-MIT%20License-blue.svg["MIT License", link=LICENSE"]
= Advanced Cloud Native Go
This repository contains the example sources for the Advanced Cloud Native Go course.
== Prerequisites
In order to build and run this showcase you need to have a couple of things installed:
* The Go SDK (e.g. using Brew)
* An IDE for the development, like Visual Studio Code or IntelliJ
* The Docker Toolbox or native Docker, whatever you prefer== References
* https://gokit.io[Go Kit: A toolkit for microservices]
* https://github.com/micro/go-micro[Go microservice framework]
* https://www.packtpub.com/application-development/advanced-cloud-native-go-video[Packt Video Course]== Maintainer and Author
M.-Leander Reimer (@lreimer)
== License
This software is provided under the MIT open source license, read the `LICENSE` file for details.