- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 141字
- 2021-07-02 20:52:19
Monolithic architecture
Monolithic architecture-based systems existed before the SOA or Microservices movement. These types of systems are exactly the opposite of what SOA tries to achieve.
A typical Monolithic system is an enterprise-based application, and this application might be in the form of a large website with all the working modules packaged in together into one single package, or it might be in the form of a service which talks to a website. It might be packaged as a large executable that is deployed on a machine.
In these systems, we added different components to an application to keep growing; there's no restriction in size, and there's no division. There's always one package which contains everything, and therefore, we end up with a large code base.
The high-level architecture diagram of a Monolithic system would look as follows:

- 現(xiàn)代C++編程:從入門到實(shí)踐
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Learning Spring 5.0
- Go語言高效編程:原理、可觀測(cè)性與優(yōu)化
- Spring Boot+Spring Cloud+Vue+Element項(xiàng)目實(shí)戰(zhàn):手把手教你開發(fā)權(quán)限管理系統(tǒng)
- 算法精粹:經(jīng)典計(jì)算機(jī)科學(xué)問題的Python實(shí)現(xiàn)
- Hands-On JavaScript High Performance
- 零基礎(chǔ)學(xué)Python網(wǎng)絡(luò)爬蟲案例實(shí)戰(zhàn)全流程詳解(入門與提高篇)
- 運(yùn)用后端技術(shù)處理業(yè)務(wù)邏輯(藍(lán)橋杯軟件大賽培訓(xùn)教材-Java方向)
- 移動(dòng)互聯(lián)網(wǎng)軟件開發(fā)實(shí)驗(yàn)指導(dǎo)
- Django實(shí)戰(zhàn):Python Web典型模塊與項(xiàng)目開發(fā)
- Xamarin Blueprints
- 軟件工程與UML案例解析(第三版)
- Microsoft HoloLens By Example
- HikariCP數(shù)據(jù)庫(kù)連接池實(shí)戰(zhàn)