microservice architecture principles

Discover microservice architecture principles, include the articles, news, trends, analysis and practical advice about microservice architecture principles on alibabacloud.com

Microservice architecture (I): What is microservices?

attention to testing. More importantly, they discover exceptions in the production environment through monitoring, and then quickly roll back or take other necessary actions. However, you need to pay special attention to the scenarios that are especially concerned about risk avoidance and supervision or production environment errors will have a significant impact. Selection of microservice Architecture

Android system architecture-microservice architecture, android system architecture

Android system architecture-microservice architecture, android system architectureDirectory I. microservice Architecture Model 1.1 mode description 1.2 mode Topology 1.3 avoid dependency and Scheduling 1.4 precautions 1.5 Mode Analysis Ii.

Introduction to the Microservice architecture pattern

This is a creation in Article, where the information may have evolved or changed. In 2014, Sam Newman,martin Fowler, a colleague at ThoughtWorks, published a new book, Building microservices. The book describes how to design and build a well-scalable and sustainable system based on the Microservice architecture model. In addition, the book combines the system evolution process based on this pattern with the

Android system architecture-microservice Architecture

Android system architecture-microservice ArchitectureDirectory 1. microservice Architecture Model1.1 mode description 1.2 mode topology 1.3 avoiding dependency and scheduling 1.4 precautions 1.5 Mode Analysis II. microservice architectur

Advantages and disadvantages of microservice Architecture

Advantages and disadvantages of microservice ArchitectureAbstract: This article is from the official Nginx blog and is the first article in The microservice series. It mainly discusses the shortcomings of traditional monolithic applications and the advantages and challenges of the microservice architecture. As the auth

Service-oriented and microservice Architecture

Background I recently read an article by Martin Fowler and James Lewis, which describes and explores a recently popular service architecture model-microservices, I feel deeply inspired by my practice in recent years. This article draws on some original ideas and explores the evolution of the Service Architecture Model Based on its own practical experience. Service-Oriented

Microservice monitoring based on five principles

Microservice monitoring based on five principlesGuideOur requirements for microservices can be summarized into one word: speed. This demand for faster provision of fully functional and reliable software completely changes the software development model. There is no doubt that this change has an impact on software management, including the way systems are monitored. In this article, we will focus on the major changes that need to be made to effectively

What you must know when processing distributed transactions in a microservice Architecture

According to Martin Fowler, the originator of the microservice architecture, distributed transactions should be avoided as much as possible in the microservice architecture. However, in some fields, distributed transactions are unavoidable as fate opponents. In the engineering field, the discussion of distributed trans

. NET Core practice: Advantages of the microservice architecture,. netcore

. NET Core practice: Advantages of the microservice architecture,. netcore Microservices are now the preferred cloud architecture component for various Internet applications. Both BAT, Didi, and Meituan are important components. Compared with microservices, traditional application architectures have the following Disadvantages: 1. The business code is mixed, the

Talking about SpringCloud's simple microservice architecture and springcloud

Talking about SpringCloud's simple microservice architecture and springcloud Spring Cloud is an ordered collection of a series of frameworks. With the convenience of Spring Boot, it cleverly simplifies the development of distributed system infrastructure, such as service discovery registration, configuration center, message bus, Server Load balancer, circuit breaker, and data monitoring, you can use the Spr

SpringCloud microservice architecture-based Hystrix circuit breaker, springcloudhystrix

SpringCloud microservice architecture-based Hystrix circuit breaker, springcloudhystrix I. What is Hystrix? In a distributed environment, some of the Service dependencies inevitably fail. Hystrix is a database that helps you control the interaction between distributed services by adding latency tolerance and fault tolerance logic. Hystrix isolates access points between services, stops cascade failures, and

Spring cloud builds the microservice architecture GateWay (API GateWay), springcloud

Spring cloud builds the microservice architecture GateWay (API GateWay), springcloud Preface As mentioned in our previous blog, when service A needs to call service B, it only needs to obtain the registered instance of Service B from Eureka and then use Feign to call service B, ribbon is used to achieve load balancing. However, when we expose multiple services to the client at the same time, how does the cl

Web Infrastructure Design Principles Classic paper "Architecture style and web-based Software Architecture Design" guide

1. Overview Dr. Roy Fielding (see Personal homepage) is the main designer of the HTTP and URI protocol issued by the IETF. HTTP and Uri are the two most important web infrastructure protocols, so Dr. Fielding is one of the founders of the Web architecture. In addition to academic excellence, Dr. Fielding has been involved in the design and development of many Open-source software. He was the developer of Libwww-perl, one of the world's earliest HTTP

"Large Web site technology architecture-core principles and case studies": The evolution of large-scale web site architecture

Recently just finished reading Hae's "large Web site technology architecture-core Principles and case analysis", the key content of each chapter made some notes, in order to deepen the impression and future review.First, the characteristics of large-scale website software systemhigh concurrency, large flow: need to face high concurrent users, large traffic access. High Availability: system 7x24 Hour service

Study Note 6: The core Principles and case studies of large Web site technology architecture: The high-availability architecture of the site

the same result, that is, the service is idempotent. Service idempotent is sometimes natural, such as setting the user's gender as a male, regardless of how many times it is set, the result is the same, but for operations such as transfer transactions, the problem becomes complex and requires information such as transaction numbers. For service invocation validation, only valid actions can continue. Study Note 6: The core Principles and

"Large Web site Technology architecture: Core Principles and Case studies"--Reading Notes (2): Large Web site Core architecture elements (1)--performance

statement resource file, you can set the HTTP header Cache-control and expired properties, slow the presence of the browser1.3.1.3 Enable compression: Compression can have a certain amount of pressure on the server and the browser1.3.1.4 CSS on the top of the page, JS placed at the bottom of the page1.3.1.5 reduce cookie transmission, consider using a separate domain name for static resources1.3.2 CDN Acceleration1.3.3 Reverse Proxy1.3.4 Application Server Performance optimization1.3.4.1 Distri

Understanding OpenStack Swift (2): Architecture, Principles and functions [Architecture, Implementation and Features]

This series of articles focuses on learning and researching OpenStack Swift, including environment building, principles, architecture, monitoring, and performance.(1) OpenStack + Three-node Swift cluster + HAProxy + UCARP installation and configuration(2) principle, architecture and performance(3) Monitoring1. Architecture

Read "Large Web site Technology architecture: Core Principles and Case studies" chapter I: Evolution of large-scale website architecture

, the most common is the business sub-Library, the different business databases deployed on different physical servers.(8) The architecture of level eight Web sites: using NoSQL and search engines to provide better support for scalable distributed features, the application server accesses a variety of data through a unified data access module, alleviating the hassle of application management of many data sources.(9) Level nine Web site

Study Note 8: "The Core principles and case analysis of large web site technology architecture": the security architecture of the website

First, website attack and defense Attack: 1. XSS attack: Dangerous character escapes, HttpOnly 2. Injection attack: Parameter binding 3, CSRF (cross-site request forgery): Token, verification code, Referer Check 4. Other vulnerability attacks Error Code HTML annotations File Upload Path traversal Defense: 1. Web Application firewall: modsecurity 2. Website security vulnerability Scan Second, information encryption technolo

Design principles in architecture open and close (OCP)-Java Development Technology-experience the beauty of design patterns and algorithms in architecture

Opening and closing principle OCP (Open for extension,closed for modification). The core idea of open and close principle is that an object is opened to expansion and closed to modification. In fact, the opening and closing principle means that changes to the class are made by adding code rather than altering the existing code. In other words, once the software developer writes out the code that can be run, it should not change it, but to ensure that it can continue to run, how to do this? Th

Total Pages: 5 1 2 3 4 5 Go to: Go

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.