-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Summary the work with MicroService tech stack #6
Comments
After syncing with @wangyoucao577 , there are two kinds of topics in the list
|
A little more tips:
https://github.com/e-commerce-sample/ecommerce-devops shows a very good example. Use Also, https://github.com/GoogleCloudPlatform/microservices-demo demos a lot of microservices implemented by various languages. It might be basic enough to Google's engineers. However, ecommerce is a little bit far away from our domain. Maybe we'd better to figure out a story related on the LBS/Nav/Direction/Map/...? For experience summary, we may create a new folder |
Found excellent template Go restful project ribice/gorsk. We can build similar template repo but a little bit different contents once we groomed the idea. The author also has some excellent posts for reference: A little more discuss on Go web frameworks. It seems that we made a good choice on go-chi. |
In the past 1 ~ 2 years, @wangyoucao577, @CodeBear801 work with team set up a bunch of
microservices
. We met lots of changeless and also spend time on things which is not matter that much, but when look back, all of us feel a great of improvement, as a developer and also as a high efficiency development team.We want to write a series summaries for ourselves and also for the team, which would cover:
user story mapping
document
open api
grpc
, or via message busgithub action
andtrivas
jenkins
andKubernetes
remote development in container
withvscode
docker compose
How about create a folder called
startupOS
?The text was updated successfully, but these errors were encountered: