Large-scale website Architecture Evolution (8) Business splitting and Architecture Evolution

Source: Internet
Author: User

Large-scale website Architecture Evolution (8) Business splitting and Architecture Evolution

In order to cope with increasingly complex business needs, large websites divide their businesses into different product lines and assign them to different development teams. This facilitates application expansion and maintenance. At the same time, different applications correspond to different databases, which reduces the pressure on all original business data in one database.

Business splitting

After a website is split into multiple different applications, each application is deployed and maintained independently. Communication between systems is generally completed using message queue middleware. Therefore, the updated architecture is as follows:

Conclusion: Business splitting not only solves the problem that a single application is too large, but also solves the problem that all business data is stored in the same database. Each application interacts with each other through message queues, this architecture is still quite common.

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.