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: 21 days ago
JSON representation
[workshop] GoWayFest 2017: Production-ready microservices: write in Go. A workshop.
- Host: GitHub
- URL: https://github.com/rumyantseva/production-ready-microservices
- Owner: rumyantseva
- License: mit
- Archived: true
- Created: 2017-06-21T06:59:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-20T17:03:55.000Z (over 5 years ago)
- Last Synced: 2024-08-05T15:05:33.545Z (4 months ago)
- Topics: golang, heroku, microservices, production-readiness, workshop
- Language: Go
- Homepage: https://youtu.be/7jNsrSAPORQ
- Size: 4.81 MB
- Stars: 76
- Watchers: 4
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - production-ready-microservices - Production ready microservices: write in Go. A workshop. (Go)
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 deploymentIf 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.