TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Seeking a better design pattern than "microservices"

1 点作者 jonthepirate11 个月前
My team is looking for new ideas for setting up a complex system that would be much simpler and more scalable than “microservices”, which still seem to be a standard, even though we have been using this pattern for a decade.

1 comment

smarm5211 个月前
&gt; a complex system<p>&gt; much simpler<p>There may be some cross-purpose there.<p>Checking the definition [1], the approach is like how *nix patterns its tooling. This may not be a good approach for all projects.<p>This is a professional project, rather than an academic one. And so one of the difficulties is catch-22 of working in a professional setting:<p>1) Everyone is using approach X. 2) The community that surrounds &quot;Everyone&quot; optimizes products&#x2F;services to support X. 3) It&#x27;s hard to do anything but X, as products&#x2F;services for other things are rare (and expensive).<p>And so, if you&#x27;re looking for something else beyond what&#x27;s fashionable, do you have enough budget and political capital to experiment? If not, then you may have to adapt existing tooling to your project, despite the inefficiencies of doing so.<p>[1] <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Microservices" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Microservices</a>