Microservice architecture is an approach for developing software as a service.
The main point of this architecture is splitting an application into smaller parts, where each part performs a subset of application's tasks.
Each of those parts is developed independently, and at the end, these parts - microservices - are connected together to form the complete application.
Each microservice can be developed using different programming languages and technologies. Programming language Go is just one of the options.
Goal of this thesis is to research the current state of microservices' development with Go, and developing a Go package for configuration and discovery of microservices, developed in the Go programming language.
|