Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/rumyantseva/production-ready-microservices

[workshop] GoWayFest 2017: Production-ready microservices: write in Go. A workshop.
https://github.com/rumyantseva/production-ready-microservices

golang heroku microservices production-readiness workshop

Last synced: 2 months ago
JSON representation

[workshop] GoWayFest 2017: Production-ready microservices: write in Go. A workshop.

Lists

README

        

# Production ready microservices: write in Go

Even if you are a beginner, you have probably heard that people love Go because it makes easy to build reliable and efficient applications and services.

But how to write services fast? How to understand if my service is ready to run in production? How to develop necessary requirements and meet them?

During the workshop we will discuss how to design stable, scalable, reliable and performant services. Step by step, we will write a service from scratch and prepare it for the deployment. So, at the end of the workshop participants will be able to run their own services on the Heroku platform.

## Record

This workshop was given at the [GoWayFest](http://goway.io) conference in July, 2017. The video (in Russian) is available [here](https://youtu.be/7jNsrSAPORQ).

If you have any questions, please contact me via email: [[email protected]](mailto:[email protected]).

## How to prepare for the workshop

If you would like to join this workshop as a participant, you need to have:

- a stable version of [Go](https://golang.org/dl) 1.7 or newer and any IDE or editor to be able - to write in Go
- [Docker](https://www.docker.com/community-edition) - to build and run containers with the services
- a free [GitHub](https://github.com) account - to store and publish the source code
- any Git client
- a free [Heroku](https://www.heroku.com/) account - to run the services
- [Heroku CLI](https://devcenter.heroku.com/articles/heroku-cli) - to be able to deal with the deployment

If you would like to check yourself, you can try this tutorial: [Getting Started on Heroku with Go](https://devcenter.heroku.com/articles/getting-started-with-go), but it is not required.