microservices articles

Alibabacloud.com offers a wide variety of articles about microservices articles, easily find your microservices articles information here online.

Learning from the Spring cloud-based microservices-3 service governance-spring Cloud Eureka's high-availability registry

What do you mean high availabilityHigh availability generally refers to the redundancy of services, a service is hung, can automatically switch to another service, does not affect the customer experience.High-Availability Registration centerIn a distributed environment such as the microservices architecture, we need to take full account of the failure situation, so that each component must be highly available for deployment in a production environment

Introduction to Spring Cloud microservices distributed Cloud architecture

Spring Cloud combines today's more mature, proven service framework with the spring boot style for re-encapsulation, masking complex configuration and implementation principles, and ultimately integrating a simple, easy-to-deploy and maintainable Distributed system architecture platform.Spring Cloud's sub-projects can be broadly divided into two categories: the package and abstraction of Spring boot for existing mature frameworks, and the largest number of projects, and the second is the impleme

Microservices-webapi implementation, separation from iis, and tomcat-webapitomcat

Microservices-webapi implementation, separation from iis, and tomcat-webapitomcatPreface Microservice, as its name implies, is a tiny, single service program, a single process, a single release, development and deployment can be independent; This is my understanding; However, web-based services, such as webservice and webapi, must be based on iis or tomcat, This article describes how to deploy plain text programs based on http services by bypassing ii

Microservices (III)

Microservices (III)Decentralized governance One consequence of centralized governance is the trend in a single standardized technology platform. Experience shows that this approach converges-not every problem is a nail, nor every solution is a hammer. We prefer to use the right tools, but it is not common for an overall application to use different languages to a certain extent. When components are divided into multiple services, we have a choice when

Personal blog How to do a good job in the chain between articles and articles

Personal SEO Blog involves technical knowledge sharing, we found that its page browsing time than the general site long, bounce rate is also much lower than other types of sites, if we can do in the article in the chain set, then I believe that the blog in this respect will do a better job. The internal chain of personal blogs has been being studied recently, the last time I wrote an article on the chain of "from the Lou Blog article learning site in the chain optimization", this article is not

How small systems are "microservices" developed

"monomer" applications, but more on the "vertical layering" of the overall business. Regardless of the horizontal or vertical points, the essence of "points" is actually because of "heavy". "Divide and conquer" should be regarded as the most basic human thinking logic. But the concrete realization of the "points" is also attributed to the question of what is standing on our opposite side. The internet is the main thrust of the "business" from the offline to the line, in the initial development

2015 50th Monday Understanding microservices Architecture

The Evolution of website Architecture Web site in different stages encountered the problem is not the same, and solve these problems using the same technology, the traffic is small, our main purpose is to improve development efficiency, in the early to introduce Orm,dao these technologies. As the flow becomes larger, the stability of the website is continuously improved by using static and dynamic separation, read/write separation, master-slave synchronization, vertical splitting, CDN, MVC

Micro-service Combat (III): interprocess communication in-depth microservices architecture

"Editor's note" This is the third article that uses a microservices architecture to create its own application series. The first article introduces the microservices architecture pattern, compares it to the singleton pattern, and discusses the pros and cons of using a microservices architecture. The second article describes how to use the API gateway approach to

MicroServices architecture practices based on Openresty and node. js

What is micro-service? The traditional single service architecture is a separate service package, sharing code and data, development cost is high, maintainability, scalability is poor, technology transformation, cross-language cooperation is relatively difficult. While the MicroServices architecture emphasizes that a service is responsible for a business, the service can be deployed separately, the technology is selected and developed independently, t

Spring-boot-based Rest microservices framework

At the weekend at home research Spring-boot, referring to some of the open source projects on GitHub, a rest microservices framework, take it to the people, for the people, on GitHub open source, the address is as follows:Https://github.com/yjmyzz/spring-boot-rest-frameworkThe main features are as follows:-----------------Data accessDAO uses MyBatis 3.3.0 + tk.mybatis generic Mapper3.1.3 to support transaction rollbackDatabase initialization ScriptSee

Go build a microservices framework based on GRPC-service registration and discovery

This is a creation in Article, where the information may have evolved or changed. Overview GRPC is the Google Open source RPC framework, based on HTTP2 implementation, and supports cross-language, now basically covers the mainstream language. The implementation of cross-language is mainly due to the protobuf, by writing the proto file, and using the Protobuf tool to generate the corresponding language class library. For a new language like go, the eco-chain is still in the development stage, as

Spring-boot-based Rest microservices framework

At the weekend at home research Spring-boot, referring to some of the open source projects on GitHub, a rest microservices framework, take it to the people, for the people, on GitHub open source, the address is as follows:Https://github.com/yjmyzz/spring-boot-rest-frameworkThe main features are as follows:-----------------Data accessDAO uses MyBatis 3.3.0 + tk.mybatis generic Mapper3.1.3 to support transaction rollbackDatabase initialization ScriptSee

Spring Cloud Building MicroServices Architecture (ii) Service consumers

Original source: http://blog.didispace.com/springcloud2/In the previous article, "Spring Cloud Building MicroServices Architecture (a) service registration and discovery", we have successfully created a "service registry", Implementing and registering a "service provider: Compute-service". So how do we go about consuming the interface content of a service provider?RibbonThe Ribbon is a load balancer based on HTTP and TCP clients. The feign also uses t

How small teams manage microservices

partners. Everyone is eager to do things in the state of extremely peer-to-peer information. These are my most idealistic ideas. When I recognize this idealized real-time, I know that what I want to do is not passively "encounter" a team, instead, we take the initiative to "build" such a team. I can use the "receive drive design" concept to reduce the loss caused by business transfer in the project process. I can also use "agile means" to reduce unnecessary error understandings, I can also achi

Spring Cloud-developed microservices deployed to Linux on high memory issues

"Problem description"One of the most serious resource problems in using Spring cloud is the high memory footprint, and the fact that there is not a large amount of development testing, or even a problem with the service not being properly accessed."Cause analysis"The main reason is that when a single micro-service from spring Cloud is deployed on a Linux system server, the memory consumed on a Linux system computer with 8G of memory reaches around 1G. With only 5 or so micro services deployed, t

Share the spring cloud distributed microservices architecture diagram

Distributed, microservices, cloud architectureJava language development, cross-platform, high-performance, high-availability, secure, service-based, modular, component-driven development modelFrom now on, I will record the process and the essence of the recently developed Springcloud micro-service cloud architecture, and help more friends who are interested in developing the Spring cloud framework, hoping to help more good scholars. Let's explore how

Detailed steps to build a distributed cloud architecture for Spring Cloud MicroServices

Large Enterprise Distributed Micro Service Cloud Architecture service componentAchieve modularity, microservices, Atomicity, grayscale publishing, continuous integrationCommonservice EurekaNetflixCloud service discovery, a REST-based service for locating services to enable mid-tier service discovery and failover in the cloud.Commonservice EurekaNetflixCloud service discovery, a REST-based service for locating services to enable mid-tier service discov

Detailed steps to build a distributed cloud architecture for Spring Cloud MicroServices

Large Enterprise Distributed Micro Service Cloud Architecture service componentAchieve modularity, microservices, Atomicity, grayscale publishing, continuous integrationCommonservice EurekaNetflixCloud service discovery, a REST-based service for locating services to enable mid-tier service discovery and failover in the cloud.Commonservice EurekaNetflixCloud service discovery, a REST-based service for locating services to enable mid-tier service discov

Share the spring cloud distributed microservices architecture diagram

Distributed, microservices, cloud architectureJava language development, cross-platform, high-performance, high-availability, secure, service-based, modular, component-driven development modelFrom now on, I will record the process and the essence of the recently developed Springcloud micro-service cloud architecture, and help more friends who are interested in developing the Spring cloud framework, hoping to help more good scholars. Let's explore how

Spring Cloud + Spring Boot + Mybatis + Shiro + RestFul + microservices

Layer Framework: MyBatisSecurity framework: Apache ShiroServer-side validation: Hibernate ValidatorTask Scheduler: QuartzLog management: slf4j 1.7, log4jClient-side validation: JQuery ValidationDynamic tab: EasyuitabFront-End frame: Bootstrap, Vue3. Design IdeasDistributed, microservices, cloud architectureJava language development, cross-platform, high-performance, high-availability, secure, service-based, modular, component-driven development model

Total Pages: 15 1 .... 6 7 8 9 10 .... 15 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.