[go: up one dir, main page]

CN108924243A - Data distribution and processing method based on micro services framework - Google Patents

Data distribution and processing method based on micro services framework Download PDF

Info

Publication number
CN108924243A
CN108924243A CN201810806520.XA CN201810806520A CN108924243A CN 108924243 A CN108924243 A CN 108924243A CN 201810806520 A CN201810806520 A CN 201810806520A CN 108924243 A CN108924243 A CN 108924243A
Authority
CN
China
Prior art keywords
service
data
processing
microservice
client
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201810806520.XA
Other languages
Chinese (zh)
Inventor
罗奔
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Zhuhai Hongqiao Hi Tech Co Ltd
Original Assignee
Zhuhai Hongqiao Hi Tech Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhuhai Hongqiao Hi Tech Co Ltd filed Critical Zhuhai Hongqiao Hi Tech Co Ltd
Priority to CN201810806520.XA priority Critical patent/CN108924243A/en
Publication of CN108924243A publication Critical patent/CN108924243A/en
Pending legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • H04L67/1001Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
    • H04L67/1004Server selection for load balancing

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)

Abstract

本发明公开了一种基于微服务架构的数据分发及处理方法,所述微服务架构包括用于展示给用户的UI界面或相关服务的客户端、用于提供客户端调用统一接入以及对微服务实例的编排实现的服务网关、多个独立的所述微服务实例、支持所述微服务实例的相关数据的数据层以及第三方SPI接口;所述方法包括:接收来自所述客户端的同一类的多个数据请求;将所述数据请求分发给多个微服务实例进行处理,获得处理结果;将所述处理结果转发给对应的服务组件进行进一步处理。该方法在接收到数据请求后,会将同类的数据请求分发给多个微服务实例进行处理,一个服务出现问题对整体没有任何影响,避免了传统SOA架构下一旦一个服务出现问题可能会导致整个体系的崩溃的问题。

The invention discloses a data distribution and processing method based on a micro-service architecture, the micro-service architecture includes a client for displaying a UI interface or a related service to a user, for providing a unified access to a client call, and for micro-service The service gateway implemented by the orchestration of the service instance, multiple independent microservice instances, the data layer supporting the related data of the microservice instance, and the third-party SPI interface; the method includes: receiving the same class from the client multiple data requests; distribute the data requests to multiple microservice instances for processing, and obtain processing results; forward the processing results to corresponding service components for further processing. After receiving the data request, this method will distribute the same type of data request to multiple microservice instances for processing. A problem with one service has no impact on the whole, avoiding that once a service has a problem under the traditional SOA architecture, it may cause the entire The problem of the collapse of the system.

Description

基于微服务架构的数据分发及处理方法Data distribution and processing method based on microservice architecture

技术领域technical field

本发明属于计算机技术领域,具体涉及一种基于微服务架构的数据分发及处理方法。The invention belongs to the technical field of computers, and in particular relates to a data distribution and processing method based on a microservice architecture.

背景技术Background technique

目前的数据分发及处理过程,大多采用企业服务总线的技术,接收数据请求,再调用服务进行数据处理或者分发,整体架构基于SOA架构。在SOA架构中,所有的请求都要经过企业服务总线,这就会造成单点,企业服务总线调用的服务在同一个应用内,相互依赖,彼此影响,一旦一个服务出现问题可能会导致整个体系的崩溃。Most of the current data distribution and processing processes use enterprise service bus technology to receive data requests and then call services for data processing or distribution. The overall architecture is based on the SOA architecture. In the SOA architecture, all requests must pass through the enterprise service bus, which will create a single point. The services invoked by the enterprise service bus are in the same application, interdependent and affecting each other. Once a service has a problem, it may cause the entire system to fail. Crash.

发明内容Contents of the invention

为了解决现有技术存在的上述问题,本发明提供了一种基于微服务架构的数据分发及处理方法。In order to solve the above-mentioned problems in the prior art, the present invention provides a data distribution and processing method based on a microservice architecture.

本发明的技术方案如下:Technical scheme of the present invention is as follows:

一种基于微服务架构的数据分发及处理方法,所述微服务架构包括用于展示给用户的UI界面或相关服务的客户端、用于提供客户端调用统一接入以及对微服务实例的编排实现的服务网关、多个独立的所述微服务实例、支持所述微服务实例的相关数据的数据层以及第三方SPI接口;所述方法包括:A data distribution and processing method based on a microservice architecture, the microservice architecture includes a client for displaying a UI interface or related services to a user, for providing unified access for client calls, and for orchestrating microservice instances The implemented service gateway, a plurality of independent microservice instances, a data layer supporting relevant data of the microservice instances, and a third-party SPI interface; the method includes:

接收来自所述客户端的同一类的多个数据请求;receiving multiple data requests of the same class from said client;

将所述数据请求分发给多个微服务实例进行处理,获得处理结果;Distributing the data request to multiple microservice instances for processing, and obtaining processing results;

将所述处理结果转发给对应的服务组件进行进一步处理。The processing result is forwarded to the corresponding service component for further processing.

优选的,所述服务组件包括外部系统、数据库。Preferably, the service component includes an external system and a database.

与现有技术相比,本发明提供的技术方案具有如下有益效果或优点:Compared with the prior art, the technical solution provided by the present invention has the following beneficial effects or advantages:

本发明提供的基于微服务架构的数据分发及处理方法,在接收到数据请求后,会将同类的数据请求分发给多个微服务实例进行处理,每个微服务实例相互独立,而且彼此隔离,一个服务出现问题对整体没有任何影响,有效避免了传统SOA架构下一旦一个服务出现问题可能会导致整个体系的崩溃的问题;而且本发明中根据请求的量,可以随时扩展微服务实例数,自动进行负载均衡,具有很强的扩展性及高性能。The data distribution and processing method based on the micro-service architecture provided by the present invention, after receiving the data request, will distribute the same type of data request to multiple micro-service instances for processing, and each micro-service instance is independent and isolated from each other. A problem with a service has no impact on the whole, effectively avoiding the problem that once a service has a problem under the traditional SOA architecture, it may cause the collapse of the entire system; and in the present invention, the number of microservice instances can be expanded at any time according to the amount of requests, automatically For load balancing, it has strong scalability and high performance.

附图说明Description of drawings

图1是本发明实施例的方法流程图。Fig. 1 is a flow chart of the method of the embodiment of the present invention.

具体实施方式Detailed ways

为使本发明实施例的目的、技术方案和优点更加清楚,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有作出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。In order to make the purpose, technical solutions and advantages of the embodiments of the present invention clearer, the technical solutions in the embodiments of the present invention will be clearly and completely described below in conjunction with the drawings in the embodiments of the present invention. Obviously, the described embodiments It is a part of embodiments of the present invention, but not all embodiments. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without creative efforts fall within the protection scope of the present invention.

本技术领域技术人员可以理解,除非另外定义,这里使用的所有术语(包括技术术语和科学术语),具有与本发明所属领域中的普通技术人员的一般理解相同的意义。还应该理解的是,诸如通用字典中定义的那些术语,应该被理解为具有与现有技术的上下文中的意义一致的意义,并且除非被特定定义,否则不会用理想化或过于正式的含义来解释。Those skilled in the art can understand that, unless otherwise defined, all terms (including technical terms and scientific terms) used herein have the same meaning as commonly understood by those of ordinary skill in the art to which this invention belongs. It should also be understood that terms, such as those defined in commonly used dictionaries, should be understood to have meanings consistent with the meanings in the context of the prior art, and will not be used in an idealized or overly formal sense unless specifically defined to explain.

首先,介绍一下本发明的背景技术。First, the background technology of the present invention is introduced.

目前的数据分发及处理过程,大多采用企业服务总线的技术,而企业服务总线(Enterprise Service Bus,ESB)是传统中间件技术与XML、Web服务等技术结合的产物,ESB提供了网络中最基本的连接中枢,是构筑企业神经系统的必要元素。The current data distribution and processing process mostly adopts the technology of enterprise service bus, and enterprise service bus (Enterprise Service Bus, ESB) is the product of the combination of traditional middleware technology and XML, Web service and other technologies. ESB provides the most basic The connection center of the enterprise is a necessary element to build the nervous system of the enterprise.

ESB的概念是从面向服务体系架构(Service Oriented Architecture,SOA)发展而来的,其整体架构基于SOA架构。在原来的SOA架构,所有的请求都要经过ESB,可以把ESB想象成一个连接所有企业级服务的脚手架。通过service broker,它可以把不同数据格式或模型转成canonical格式,把XML的输入转成CSV传给legacy服务,把SOAP 1.1服务转成SOAP 1.2等等。它还可以把一个服务路由到另一个服务上,也可以集中化管理业务逻辑,规则和验证等等。各服务间可能有复杂的依赖关系。The concept of ESB is developed from Service Oriented Architecture (SOA), and its overall architecture is based on SOA architecture. In the original SOA architecture, all requests have to go through the ESB, and the ESB can be imagined as a scaffolding that connects all enterprise-level services. Through service broker, it can convert different data formats or models into canonical format, convert XML input into CSV and send it to legacy services, convert SOAP 1.1 services into SOAP 1.2, etc. It can also route one service to another, and centralize business logic, rules, validation, and more. There may be complex dependencies between services.

由于企业服务总线调用的服务在同一个应用内,相互依赖,彼此影响,一旦一个服务出现问题可能会导致整个体系的崩溃。Since the services invoked by the enterprise service bus are in the same application, they depend on each other and affect each other. Once a problem occurs in one service, it may lead to the collapse of the entire system.

为了克服上述问题,本发明实施例提供了一种基于微服务架构的数据分发及处理方法,所述微服务架构包括用于展示给用户的UI界面或相关服务的客户端、用于提供客户端调用统一接入以及对微服务实例的编排实现的服务网关、多个独立的所述微服务实例、支持所述微服务实例的相关数据的数据层以及第三方SPI接口;所述方法如图1所示,包括:In order to overcome the above problems, an embodiment of the present invention provides a data distribution and processing method based on a microservice architecture, the microservice architecture includes a client for displaying a UI interface or related services to the user, and a client for providing Invoke unified access and the service gateway implemented by the orchestration of the microservice instance, multiple independent microservice instances, the data layer supporting the relevant data of the microservice instance, and the third-party SPI interface; the method is shown in Figure 1 shown, including:

步骤S1:接收来自所述客户端的同一类的多个数据请求;Step S1: receiving multiple data requests of the same type from the client;

步骤S2:将所述数据请求分发给多个微服务实例进行处理,获得处理结果;Step S2: distributing the data request to multiple microservice instances for processing, and obtaining processing results;

步骤S3:将所述处理结果转发给对应的服务组件进行进一步处理。Step S3: Forward the processing result to the corresponding service component for further processing.

在具体的实施过程中,本发明实施例中的所述微服务架构中的所述客户端包括APP、H5、WEB以及物联网设备等,在此不做限定。In a specific implementation process, the clients in the microservice architecture in the embodiment of the present invention include APP, H5, WEB, and Internet of Things devices, etc., which are not limited here.

在具体的实施过程中,当接收到来自所述客户端的同一类的多个数据请求后,在SOA架构中会转发给应用内的数据服务组件,只有一个组件来处理同一类数据请求,也就是说,只能一个一个地依次对所述数据请求进行处理,这就会导致数据处理效率底低下,而且一旦一个服务出现问题可能会导致整个体系的崩溃。而在本发明实施例中,每一类的所述数据请求会自动转发给该服务的多个服务实例(服务组件),而且多个所述服务实例是相互隔离,互不干扰的,并且每个所述服务实例的服务处理能力都是一样的,启动多个服务实例来对所述数据请求进行处理,能够大大提高数据请求并发时的处理能力。In the specific implementation process, after receiving multiple data requests of the same type from the client, they will be forwarded to the data service components in the application in the SOA architecture, and only one component can handle the same type of data requests, that is, In other words, the data requests can only be processed one by one in turn, which will lead to low data processing efficiency, and once a problem occurs in one service, the entire system may collapse. However, in the embodiment of the present invention, the data requests of each type are automatically forwarded to multiple service instances (service components) of the service, and multiple service instances are isolated from each other without interfering with each other, and each The service processing capabilities of each of the service instances are the same, and starting multiple service instances to process the data requests can greatly improve the processing capabilities of concurrent data requests.

在具体的实施过程中,在完成对所述数据请求进行处理后,本发明实施例中有三种后续的处理方式,可以通过所述第三方SPI接口发给别的系统,或者存放在数据库,也可以再调用别的服务实例进行进一步的处理。In the specific implementation process, after completing the processing of the data request, there are three subsequent processing methods in the embodiment of the present invention, which can be sent to other systems through the third-party SPI interface, or stored in the database, or You can call other service instances for further processing.

本领域内的技术人员应明白,本发明的实施例可提供为方法、系统、或计算机程序产品。因此,本发明可采用完全硬件实施例、完全软件实施例、或结合软件和硬件方面的实施例的形式。而且,本发明可采用在一个或多个其中包含有计算机可用程序代码的计算机可用存储介质(包括但不限于磁盘存储器、CD-ROM、光学存储器等)上实施的计算机程序产品的形式。Those skilled in the art should understand that the embodiments of the present invention may be provided as methods, systems, or computer program products. Accordingly, the present invention can take the form of an entirely hardware embodiment, an entirely software embodiment, or an embodiment combining software and hardware aspects. Furthermore, the present invention may take the form of a computer program product embodied on one or more computer-usable storage media (including but not limited to disk storage, CD-ROM, optical storage, etc.) having computer-usable program code embodied therein.

本发明是参照根据本发明实施例的方法、设备(系统)、和计算机程序产品的流程图和/或方框图来描述的。应理解可由计算机程序指令实现流程图和/或方框图中的每一流程和/或方框、以及流程图和/或方框图中的流程和/或方框的结合。可提供这些计算机程序指令到通用计算机、专用计算机、嵌入式处理机或其他可编程数据处理设备的处理器以产生一个机器,使得通过计算机或其他可编程数据处理设备的处理器执行的指令产生用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的装置。The present invention is described with reference to flowchart illustrations and/or block diagrams of methods, apparatus (systems), and computer program products according to embodiments of the invention. It should be understood that each procedure and/or block in the flowchart and/or block diagram, and a combination of procedures and/or blocks in the flowchart and/or block diagram can be realized by computer program instructions. These computer program instructions may be provided to a general purpose computer, special purpose computer, embedded processor, or processor of other programmable data processing equipment to produce a machine such that the instructions executed by the processor of the computer or other programmable data processing equipment produce a An apparatus for realizing the functions specified in one or more procedures of the flowchart and/or one or more blocks of the block diagram.

这些计算机程序指令也可存储在能引导计算机或其他可编程数据处理设备以特定方式工作的计算机可读存储器中,使得存储在该计算机可读存储器中的指令产生包括指令装置的制造品,该指令装置实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能。These computer program instructions may also be stored in a computer-readable memory capable of directing a computer or other programmable data processing apparatus to operate in a specific manner, such that the instructions stored in the computer-readable memory produce an article of manufacture comprising instruction means, the instructions The device realizes the function specified in one or more procedures of the flowchart and/or one or more blocks of the block diagram.

这些计算机程序指令也可装载到计算机或其他可编程数据处理设备上,使得在计算机或其他可编程设备上执行一系列操作步骤以产生计算机实现的处理,从而在计算机或其他可编程设备上执行的指令提供用于实现在流程图一个流程或多个流程和/或方框图一个方框或多个方框中指定的功能的步骤。These computer program instructions can also be loaded onto a computer or other programmable data processing device, causing a series of operational steps to be performed on the computer or other programmable device to produce a computer-implemented process, thereby The instructions provide steps for implementing the functions specified in the flow chart or blocks of the flowchart and/or the block or blocks of the block diagrams.

显然,本领域的技术人员可以对本发明进行各种改动和变型而不脱离本发明的精神和范围。这样,倘若本发明的这些修改和变型属于本发明权利要求及其等同技术的范围之内,则本发明也意图包含这些改动和变型在内。Obviously, those skilled in the art can make various changes and modifications to the present invention without departing from the spirit and scope of the present invention. Thus, if these modifications and variations of the present invention fall within the scope of the claims of the present invention and equivalent technologies thereof, the present invention also intends to include these modifications and variations.

Claims (2)

1.一种基于微服务架构的数据分发及处理方法,其特征在于,所述微服务架构包括用于展示给用户的UI界面或相关服务的客户端、用于提供客户端调用统一接入以及对微服务实例的编排实现的服务网关、多个独立的所述微服务实例、支持所述微服务实例的相关数据的数据层以及第三方SPI接口;所述方法包括:1. A data distribution and processing method based on a microservice architecture, characterized in that, the microservice architecture includes a client for displaying a UI interface or a related service to a user, for providing unified access to a client call and A service gateway realized by the orchestration of microservice instances, a plurality of independent microservice instances, a data layer supporting relevant data of the microservice instances, and a third-party SPI interface; the method includes: 接收来自所述客户端的同一类的多个数据请求;receiving multiple data requests of the same class from said client; 将所述数据请求分发给多个微服务实例进行处理,获得处理结果;Distributing the data request to multiple microservice instances for processing, and obtaining processing results; 将所述处理结果转发给对应的服务组件进行进一步处理。The processing result is forwarded to the corresponding service component for further processing. 2.根据权利要求1所述的基于微服务架构的数据分发及处理方法,其特征在于,所述服务组件包括外部系统、数据库。2. The data distribution and processing method based on the microservice architecture according to claim 1, wherein the service components include external systems and databases.
CN201810806520.XA 2018-07-20 2018-07-20 Data distribution and processing method based on micro services framework Pending CN108924243A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201810806520.XA CN108924243A (en) 2018-07-20 2018-07-20 Data distribution and processing method based on micro services framework

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201810806520.XA CN108924243A (en) 2018-07-20 2018-07-20 Data distribution and processing method based on micro services framework

Publications (1)

Publication Number Publication Date
CN108924243A true CN108924243A (en) 2018-11-30

Family

ID=64415664

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201810806520.XA Pending CN108924243A (en) 2018-07-20 2018-07-20 Data distribution and processing method based on micro services framework

Country Status (1)

Country Link
CN (1) CN108924243A (en)

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110381058A (en) * 2019-07-18 2019-10-25 深圳前海微众银行股份有限公司 Request transmission method and device based on full-duplex communication protocol Web Socket
CN111078468A (en) * 2019-11-21 2020-04-28 贝壳技术有限公司 Service rollback method and device under micro-service architecture
CN111178782A (en) * 2020-01-03 2020-05-19 广州博依特智能信息科技有限公司 Micro-service architecture of process industrial data operation platform
CN111324467A (en) * 2018-12-13 2020-06-23 北京嘀嘀无限科技发展有限公司 Business service calling method, device, equipment and storage medium
CN111818182A (en) * 2020-08-31 2020-10-23 四川新网银行股份有限公司 Micro-service arranging and data aggregating method based on Spring closed gateway
CN112333272A (en) * 2020-11-06 2021-02-05 杭州安恒信息技术股份有限公司 A microservice data access method, apparatus, device and readable storage medium
CN119363799A (en) * 2024-10-24 2025-01-24 中国民航信息网络股份有限公司 Interactive calling method and device for heterogeneous services, electronic device, and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106506605A (en) * 2016-10-14 2017-03-15 华南理工大学 A kind of SaaS application construction methods based on micro services framework
CN107786379A (en) * 2017-11-15 2018-03-09 四川省龙逸凤集网络科技有限公司 A kind of layering cloud management platform based on micro services framework
CN107979635A (en) * 2017-10-24 2018-05-01 广东康美通信息服务有限公司 System, method and storage medium based on micro services
CN108200146A (en) * 2017-12-29 2018-06-22 华南理工大学 A kind of micro services framework implementation method of lightweight
US20180191680A1 (en) * 2016-12-31 2018-07-05 ShieldX Networks, Inc. Intercepting network traffic routed by virtual switches for selective security processing

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106506605A (en) * 2016-10-14 2017-03-15 华南理工大学 A kind of SaaS application construction methods based on micro services framework
US20180191680A1 (en) * 2016-12-31 2018-07-05 ShieldX Networks, Inc. Intercepting network traffic routed by virtual switches for selective security processing
CN107979635A (en) * 2017-10-24 2018-05-01 广东康美通信息服务有限公司 System, method and storage medium based on micro services
CN107786379A (en) * 2017-11-15 2018-03-09 四川省龙逸凤集网络科技有限公司 A kind of layering cloud management platform based on micro services framework
CN108200146A (en) * 2017-12-29 2018-06-22 华南理工大学 A kind of micro services framework implementation method of lightweight

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111324467A (en) * 2018-12-13 2020-06-23 北京嘀嘀无限科技发展有限公司 Business service calling method, device, equipment and storage medium
CN111324467B (en) * 2018-12-13 2023-08-08 北京嘀嘀无限科技发展有限公司 Business service calling method, device, equipment and storage medium
CN110381058A (en) * 2019-07-18 2019-10-25 深圳前海微众银行股份有限公司 Request transmission method and device based on full-duplex communication protocol Web Socket
CN111078468A (en) * 2019-11-21 2020-04-28 贝壳技术有限公司 Service rollback method and device under micro-service architecture
CN111178782A (en) * 2020-01-03 2020-05-19 广州博依特智能信息科技有限公司 Micro-service architecture of process industrial data operation platform
CN111818182A (en) * 2020-08-31 2020-10-23 四川新网银行股份有限公司 Micro-service arranging and data aggregating method based on Spring closed gateway
CN111818182B (en) * 2020-08-31 2021-07-13 四川新网银行股份有限公司 Micro-service arranging and data aggregating method based on Spring closed gateway
CN112333272A (en) * 2020-11-06 2021-02-05 杭州安恒信息技术股份有限公司 A microservice data access method, apparatus, device and readable storage medium
CN112333272B (en) * 2020-11-06 2023-05-26 杭州安恒信息技术股份有限公司 Micro-service data access method, device, equipment and readable storage medium
CN119363799A (en) * 2024-10-24 2025-01-24 中国民航信息网络股份有限公司 Interactive calling method and device for heterogeneous services, electronic device, and storage medium

Similar Documents

Publication Publication Date Title
CN108924243A (en) Data distribution and processing method based on micro services framework
US12243518B2 (en) Data augmentation for intent classification
CN110716748B (en) Service processing method, device, computer readable medium and electronic equipment
US20180329644A1 (en) Data Pipeline Architecture for Analytics Processing Stack
WO2018171578A1 (en) Service graph based serverless cloud platform
US10417066B2 (en) Adapting legacy endpoints to modern APIs
CN107395729A (en) A kind of consumption system of message queue, method and device
AU2015336357A1 (en) Composite partition functions
US11601495B2 (en) Mechanism for a work node scan process to facilitate cluster scaling
CN104281456B (en) A kind of Oil-Gas Field Development Engineering application software system based on cloud computing
US20130074068A1 (en) Method, System, and Computer Program for Implementing a Customizable Virtual Appliance
CN112817992B (en) Method, device, electronic device and readable storage medium for performing modification tasks
US9229980B2 (en) Composition model for cloud-hosted serving applications
US20250190794A1 (en) Data augmentation for intent classification
US11429400B2 (en) User interface metadata from an application program interface
US20190384628A1 (en) Extended architecture as a service to integrate resource and transaction managers
US20200374337A1 (en) Transmitting data over a network in representational state transfer (rest) applications
CN113110920A (en) Operation method, device, equipment and storage medium of block chain system
US12026562B2 (en) Industry opinionated API managed service
US11755297B2 (en) Compiling monoglot function compositions into a single entity
CN114218313B (en) Data management method, device, electronic device, storage medium and product
US12079243B2 (en) System and method for data transmission from mainframe database to log database
CN113253995B (en) Method, device, equipment and storage medium for developing block chain system
CN113259378B (en) Operation method, device, device and storage medium of blockchain system
US9338248B2 (en) Parameter driven value conversion framework in client/server architectures

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20181130

RJ01 Rejection of invention patent application after publication