microservices articles

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

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

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

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

Build microservices with spring cloud and Docker

, spring boot works by creating and starting a new spring framework-based project (Getting Started tutorial qkxue.net). Spring boot selects the most appropriate spring sub-project and third-party open source libraries for consolidation. Most spring boot applications require very little configuration to run quickly. Spring boot contains the following features:Create a spring app that can run independently.Embed a tomcat or jetty server directly without the need to deploy a war file.Provides a rec

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

MicroServices under Golang-part 8th-Kubernetes and container engines

This is a creation in Article, where the information may have evolved or changed. [Previous post] (https://studygolang.com/articles/12799) We looked at creating a container engine cluster with [TerraForm] (https://terraform.io/). In this blog post, we look at deploying containers into clusters using the container engine and [Kubernetes] (https://kubernetes.io/). # # Kubernetes First, what is [Kubernetes] (https://kubernetes.io/)? [Kubernetes] (https:

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

This is a creation in Article, where the information may have evolved or changed. In the [previous section] of this series (https://studygolang.com/articles/12485), we talked about user authentication and JWT. In this section, we will quickly explore the agent capabilities of Go-micro. As mentioned in the previous article, Go-micro is a pluggable framework that connects many different common technologies. If you look at [plugin warehouse] (https://gi

The creation of the. NET Core Community Fourth Millennium Project: the MicroServices framework surging

All prizes in this article will be donated to NCC (NCC's funds are currently administered by the Master of Bamboo), please specify the donation to NCC. The donation will be made public by the adult who is pouring bamboo. Referring to. NET microservices, there are always traces of surging in the series of impressions that emerge in our minds. There is no doubt that although we have not yet incorporated it into the technical selection of the produc

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.

Jimu: Introduction to. Net Core Distributed microservices Framework

First, prefaceIn recent years, has been dipping in the. NET Platform for enterprise application development (8 years), the use of the. NET Framework is not many (the number of unclear, impressive with the ASP. MVC,WPF, many others are based on the Microsoft Development Framework to do some encapsulation and form a new framework, Most of them have not had a good name to annihilate in the history of the river, and the framework of their own development is quite a lot (5-8), change the frame and ch

Microprofile + Kubernetes, easy to handle Java microservices

To succeed in today's fast-paced development environment,Leveraging container technology and DEVOPS practicesIt is important to build and continuously deliver microservices.As a Java developer,As you integrate the latest tools and development methodologies,You need to take advantage of some of the powerful features of the Java language.Today, we're going to learn how to deploy Java-based microservices applications to Kubernetes clusters using Micropro

Use Netsil to monitor microservices on Kubernetes

Ubernetes is the King of container orchestration and scheduling, it beats the competitors Docker swarm and Apache Mesos, opens the bright future, microservices can be self-repairing, can be automatically expanded, can cross zone, Region even across cloud providers for federate. In this new era of cloud-native applications, it is becoming increasingly important to have a simple insight into how services interact with each other, which can be different

Use Python, RabbitMQ, and Nameko to implement microservices

Use Python, RabbitMQ, and Nameko to implement microservicesGuide"Microservices are a new wave"-nowadays, splitting projects into multiple independent and scalable services is the best choice to ensure code evolution. In the world of Python, there is a framework called "Nameko", which makes the implementation of microservices simple and powerful. In recent years, "microservice architecture" has sprung up. It

Spring Cloud Building MicroServices Architecture-Service Gateway Filter

Filter actionThe interface provided by our MicroServices application can be accessed by the client through a unified API Gateway portal. However, when each client user requests the interface provided by the MicroServices application, their access is often limited, and the system does not open all of the microservices interfaces to them. However, the current servi

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