TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

1 pointsby kamrootabout 7 years ago
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 comments

daleholborowabout 7 years ago
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.
cimmanomabout 7 years ago
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.