microservices tutorial

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

Deep Solution microservices Architecture: From the past to the Future | Architecture (2015-07-15)

With the individuation of user demand and the shortening of product life cycle, the micro-service architecture is the inevitable direction of future development of software software architecture towards flexibility, expansibility, scalability and high availability. At the same time, the popularity of container virtualization technology represented by Docker will greatly reduce the cost of implementation of microservices, and provide a solid foundation

Spring Cloud builds a microservices architecture (v) Service Gateway

With the introduction of several core components from the previous spring cloud, we have been able to build a short (imperfect) microservices architecture. As shown in the following example:We implemented service registries and service registration and discovery using the Eureka in spring cloud Netflix, while service consumption and balanced workloads across the ribbon or feign through the spring cloud Config enables the application of multi-environme

Describe the core features of Spring Cloud microservices architecture

Spring Cloud, as a framework for microservices governance, takes into account almost every aspect of microservices governance and has previously written about spring cloud articles that focus on the use of components, and this share answers both of these questions: Spring What does cloud do in the microservices architecture? How does Spring cloud offer these feat

Jin Yong and Cologne, NetWeaver and MicroServices, and SAP Hybris Revenue Cloud

This week Jerry in Changsha customer site for a few days, thank easy sum of color bright hospitality. It feels good to finally have a chance to interact with some of the CRM advisors who are interested in this public number. I am glad to learn that some articles in the public number have helped the consultants solve some of the practical problems in the work. Thank you for your support, as long as the time allowed, this public number I will continue to write.And the CRM consultants chatted at lu

DDD & MicroServices

This is a creation in Article, where the information may have evolved or changed. MicroServices (micro-service architecture) and DDD (domain driven design) are the hottest two technical vocabularies nowadays. In the last two years of consulting work will always be asked by different teams and roles, which also prompted me to think about why these two technical words are so deeply binding, what is the relationship between them? Service for higher busi

MicroServices and Java EE

This article is from my translation of the Infoq Chinese station, the original address is: Http://www.infoq.com/cn/news/2016/01/microservices-and-java-eeToday, MicroServices-based architectures are everywhere. We've seen how innovators such as Netflix and Amazon are using microservices to achieve business success. But what about developers who write traditional s

Build and Test Message-driven microservices based on spring Cloud stream

Original link: https://piotrminkowski.wordpress.com/2018/06/15/ BUILDING-AND-TESTING-MESSAGE-DRIVEN-MICROSERVICES-USING-SPRING-CLOUD-STREAM/PIOTR Mińkowski Translator: helloworldtangimgspring Boot and Spring cloud provide you with a solution to quickly build microservices with different means of communication. You can create a sync rest microservices based on the

Introduction to MicroServices Framework-springcloud

The previous article talked about the microservices infrastructure, and Netflix's many open source components together provide the complete distributed microservices infrastructure environment, whileSpring Cloud is a further encapsulation of Netflix's many open source components, and it also achieves a good integration with the cloud platform and the spring Boot development framework.Spring Cloud is a relat

0102-building microservices with API gateways

First, how mobile clients access these services1.1, the client and the micro-service direct communication "rarely used"In theory, a client can send a request directly to each micro-service. Each micro-service has a public endpoint (https://.api.company.name). The URL maps to the microservices load balancer, which is responsible for distributing requests between the available instances. In order to obtain product details, the mobile client will send re

Introduction to MicroServices and micro-services in ASP. NET Core Combat Project series

0. CatalogueOverall architecture directory: ASP. NET core distributed project-DirectoryOne, micro-service selectionIn the technical selection of micro-service architecture, it is the least expensive to take "no intrusion" and "community active" as the main points of view, in the future, when upgrading to atomic service architecture, Quantum service architecture, or even back to monolithic architecture.Software development only needs to be assembled and no longer needs to be developed from scratc

Based on the. NET Core MicroServices framework-talk about service-tolerant degradation of surging

First, prefaceFor the soon-to-be open source surging by many. NET classmates, also by the. NET Core Learning Group, invited to join the. NET China Foundation to facilitate the promotion of domestic. NET core open source projects, I accepted the invitation to join the team to Exchange learning, and recently updated the new version of surging.Update content:1. Castle.core compatibility issue, the next version will be removed, to solve some users of the first compilation vs card death problem2. Inc

Springcloud and Docker microservices architecture in practice PDF

: Network Disk DownloadAs a piece of work to help you achieve your microservices architecture, the spring cloud and Docker microservices architecture battle covers the three main themes of microservices theory, microservices Development Framework (Spring Cloud), and running platform (Docker). The book can be divided in

Spring Cloud Combat and Thinking (iii) uploading a set of files between MicroServices via Fiegn (bottom)

Requirements Scenario:The user invokes the interface of the MicroServices 1 to upload a set of pictures and corresponding descriptive information. Micro-service 1 processing, and then the set of images to the micro-service 2 for processing. Each micro-service can separate different images for different processing. The previous blog has discussed a solution for passing a set of pictures and corresponding parameters between

Talk about API Gateways in MicroServices (API Gateway)

ObjectiveIt is a long time not to write a blog, recently for a new job, relatively busy, so did not take out too much time to pay attention to my fans write some dry, someone asked me how recently did not update the blog, here to everyone sorry.So, in this article, let's explore the role of API gateways in the entire microservices distributed architecture.BackgroundWe know that in the MicroServices architec

View Java microservices from a cost perspective

In recent years, microservices have been sought after for their flexibility and scalability, and many companies have started to adopt microservices architectures or transform existing monolithic systems into microservices. IBM also recently open source for lightweight Java microservices Application Server open Liberty.

MicroServices under Golang-Part 5th-event broker for Go Micro

= Reqif Err: = srv. Publisher.publish (CTX, req); Err! = Nil {return Err}return nil} ' Now our mail service is like this: ' ' go//shippy-email-serviceconst topic = ' user.created ' type Subscriber Struct{}func (sub *subscriber) Process (CTX context. Context, user *PB. User) Error {log. Println ("Picked up a new message") log. PRINTLN ("Sending email to:", user. NAME) return Nil}func main () {... micro. Registersubscriber (topic, srv. Server (), new (subscriber)) ...} "Now we use our underlying

Grpc using PROTOBUF to build microservices

This is a creation in Article, where the information may have evolved or changed. The original link, reproduced annotated source can be.This article code: GITHUBThis article directory: Micro-Service Architecture A single code base When I used Laravel to do Web projects, it was based on MVC to partition the directory structure, that is, Controller layer processing business logic, the Model layer processing database curd,view layer processing data rendering and page interaction. And MVP, MVVM, all

Go microservices-part fourth-testing and simulation using Goconvey

This is a creation in Article, where the information may have evolved or changed. Part IV: Go microservices-testing and simulation using Goconvey How to deal with microservices testing? Do you need to consider any unique challenges when establishing a test strategy for this particular area? In the fourth part, we will look at these topics. Test the subject of the

7 Big rules for microservices to build persistent APIs

In recent years, the rapid development of micro-service architecture, Sparkpost is one of the early landing micro-service architecture companies, they found that the ground-floor micro-service process, not only need to consider service discovery, service registration, service call tracking chain and other architectural issues, but also need to pay attention to the micro-service API change management. One of the major features of MicroServices is the i

Spring Cloud builds microservices architecture service registration and discovery

About Spring CloudSpring Cloud is a spring boot-based cloud application development tool for configuration management, service discovery, circuit breakers, intelligent routing, micro-agents, control buses, global locks, decision-making campaigns, Operations such as distributed sessions and cluster state management provide a simple way to develop.Spring Cloud contains multiple sub-projects (for many different open source products involved in distributed systems), such as spring Cloud Config, Spri

Total Pages: 15 1 .... 3 4 5 6 7 .... 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.