- Full Stack Development with JHipster
- Deepu K Sasidharan Sendil Kumar N
- 188字
- 2021-08-27 19:57:31
When to choose a monolithic architecture
The following list can be used as a general guide when choosing a monolithic architecture. This is not a definitive list but gives an idea of when to go with a monolithic architecture over microservices:
- When the application scope is small and well defined, and you are sure that the application will not grow tremendously in terms of features. For example, a blog, a simple online shopping website, a simple CRUD application, and so on.
- When the team size is small, say less than eight people (it's not a hard limit but rather practical).
- When the average skill set of the team is either novice or intermediate.
- When time to market is critical.
- When you do not want to spend too much on infrastructure, monitoring, and so on.
- When your user base is rather small and you do not expect them to grow. For example, an enterprise app targeting a specific set of users.
In most practical use cases, a monolithic architecture would suffice. Read on to the next section to see when you should consider a microservice architecture over monolithic.
推薦閱讀
- Redis Applied Design Patterns
- Getting Started with ResearchKit
- SQL Server 2016從入門到精通(視頻教學超值版)
- CentOS 7 Server Deployment Cookbook
- Big Data Analytics
- PostgreSQL Replication(Second Edition)
- Elasticsearch for Hadoop
- HTML5從入門到精通 (第2版)
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- 打開Go語言之門:入門、實戰與進階
- 創意UI Photoshop玩轉移動UI設計
- SSH框架企業級應用實戰
- Mastering ASP.NET Core 2.0
- MongoDB Administrator’s Guide
- Jakarta EE Cookbook