Show HN: A microservice framework, listed in CNCF Landscape, 1 year 10k+ stars
11–20 of 43 posts
Re: Show HN: A microservice framework, listed in CNCF Landscape, 1 year 10k+ stars
#12I look forward to (trying) to replicate something similar for my own understanding. Any architecture docs will be gratefully recveied
Re: Show HN: A microservice framework, listed in CNCF Landscape, 1 year 10k+ stars
#13I love Go to bits, but I really don't like how so many tools revolve around codegen and boilerplate. Look at Kubernetes for example: you can't write an operator without generating a bunch of boilerplate.
I wish Go just got something like Lisp macros that could work compile-time only. Running macros at run-time isn't really the big deal, but generating code in the same language and context as the normal code is a big deal.
Adding generics really doesn't help much here..
Re: Show HN: A microservice framework, listed in CNCF Landscape, 1 year 10k+ stars
#14Re: Show HN: A microservice framework, listed in CNCF Landscape, 1 year 10k+ stars
#15Been striving in the way of micro services for a few years. My contribution is https://go-micro.dev (17k stars)
Re: Show HN: A microservice framework, listed in CNCF Landscape, 1 year 10k+ stars
#16It would create more interesting conversation if you highlighted the merits of your design rather than superficial measures like CNCF blessings (there are thousands of such projects) and GitHub stars (easily gamed).
Re: Show HN: A microservice framework, listed in CNCF Landscape, 1 year 10k+ stars
#17It would create more interesting conversation if you highlighted the merits of your design rather than superficial measures like CNCF blessings (there are thousands of such projects) and GitHub stars (easily gamed).
I am eager to know how to game GitHub stars. Funding agencies love metrics and random KPI so I would love to deliver...
Re: Show HN: A microservice framework, listed in CNCF Landscape, 1 year 10k+ stars
#18Re: Show HN: A microservice framework, listed in CNCF Landscape, 1 year 10k+ stars
#19Little bit confused by the chart in the benchmark section: https://github.com/zeromicro/go-zero#7-benchmark What is it trying to show?
Compares to the other frameworks, the test code is here: https://github.com/smallnest/go-web-framework-benchmark
Re: Show HN: A microservice framework, listed in CNCF Landscape, 1 year 10k+ stars
#20Earlier quoted context omitted.
The description might not be good enough, but I have to write something. It's used by many companies and projects. And the design is described in github readme, it's rather long to tell here. Thanks!
Is getting listed in cncf landscape a big deal? Is it an official cncf project?