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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: When do you start using microservices in your sideproject or startup?

1 点作者 kamroot超过 7 年前
Microservices have lots of benefits (from isolating code, to letting different teams work independently). But they also have costs (e.g. complexity of deploying and debugging). In your sideproject or startup, have you been using microservices from the start, or did you find there comes a point when microservices make more sense?<p>Any thoughts on when the scale tips over in favor of microservices ?

2 条评论

daleholborow超过 7 年前
Ask yourself, how does additional complexity benefit your MVP&#x2F;startup? And how many teams are working on your side project. There&#x27;s your answer.
cimmanom超过 7 年前
About the time your engineering team becomes so big that the overhead of managing ops for all those services becomes less expensive than the communication between teams working on a monolithic codebase.<p>If this happens before you have several dozen engineers, you&#x27;re probably doing communication wrong.