How to quickly get started with the development of Google micro-services

problem description

the 19th rookie joined the Go language team, and the underlying service is Go-micro,gRPC. How can I get started quickly

the environmental background of the problems and what methods you have tried

after trying to read some tutorials, I always feel confused and my code is at sixes and sevens

what result do you expect? What is the error message actually seen?

I hope some bosses can give me some advice

Jan.29,2022

microservices have nothing to do with language! You can first take a look at the micro-service tutorials, the java language of the micro-service framework is the most mature! It is most important to understand the concepts of the key components of microservices and the processes.

  • How to deploy a written golang project under docker?

    ask for advice: I have a local project in go language. Now I want to push the image to the online warehouse, and then pull from the online server to the production environment and run it. my local directory is go- > src ->github ...

    Mar.13,2021
  • The problem with the FROM instruction when writing Dockerfile.

    We all know that when writing Dockerfile , there is only one FROM instruction that indicates the parent image on which it depends. I now build my own image through the nginx image, which is called my-nginx . so, can I build a new image through...

    Mar.20,2021
  • Docker push failed

    The name of the image has also been changed to its own user name project name , but an error is still reported during push, and no error is found in the comparison. What s the problem? ...

    Mar.21,2021
Menu