CN117608564A - Service development method, device, equipment and readable storage medium - Google Patents

Service development method, device, equipment and readable storage medium Download PDF

Info

Publication number
CN117608564A
CN117608564A CN202311645147.1A CN202311645147A CN117608564A CN 117608564 A CN117608564 A CN 117608564A CN 202311645147 A CN202311645147 A CN 202311645147A CN 117608564 A CN117608564 A CN 117608564A
Authority
CN
China
Prior art keywords
service
micro
basic
function
personalized
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
CN202311645147.1A
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.)
Agricultural Bank of China
Original Assignee
Agricultural Bank of China
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 Agricultural Bank of China filed Critical Agricultural Bank of China
Priority to CN202311645147.1A priority Critical patent/CN117608564A/en
Publication of CN117608564A publication Critical patent/CN117608564A/en
Pending legal-status Critical Current

Links

Abstract

The application discloses a service development method, a device, equipment and a readable storage medium, which relate to the field of software development, wherein the service development method comprises the following steps: acquiring a demand document of a target service; analyzing the personalized function of the target service and the basic function of the target service according to the requirement document; constructing personalized micro-services according to the personalized functions; determining basic micro services from a micro service template library according to the basic functions, wherein the micro service template library stores a plurality of micro services; and generating a target service according to the personalized micro-service and the basic micro-service. Therefore, the basic micro service corresponding to the basic function of the target service can be directly determined from the micro service template library, and the basic function of the target service is not required to be developed, so that the service development efficiency is improved.

Description

Service development method, device, equipment and readable storage medium
Technical Field
The present invention relates to the field of software development, and more particularly, to a service development method, apparatus, device, and readable storage medium.
Background
In recent years, with the rapid development of the financial market, the business category of banks is expanding gradually, and more kinds of complex services need to be developed. The current service development method needs to develop and construct corresponding services step by step manually based on different service requirements. Because of different service demands of different users, at present, developers need to divide and configure the service demands in multiple layers and multiple modules, then develop corresponding services step by step and integrate the services, and the development efficiency is low. However, with the increase of banking business, users have not only a great deal of demands, but also a great deal of rapid output, and it is difficult for the existing service development method to satisfy the demands of users for rapid service development.
Disclosure of Invention
The embodiment of the application provides a service development method, a device, equipment and a readable storage medium, which can improve the efficiency of service development.
In view of this, an embodiment of the present application provides a service development method, which is characterized in that the method includes:
acquiring a demand document of a target service;
analyzing the personalized function of the target service and the basic function of the target service according to the requirement document;
constructing personalized micro-services according to the personalized functions;
determining basic micro services from a micro service template library according to the basic functions, wherein the micro service template library stores a plurality of micro services;
and generating a target service according to the personalized micro-service and the basic micro-service.
Optionally, the analyzing the personalized function of the target service and the basic function of the target service according to the requirement document includes:
analyzing the function to be developed of the target service according to the requirement document;
determining the basic function of the target service according to the basic function table and the to-be-developed function;
and determining the functions which are different from the basic functions in the functions to be developed as personalized functions.
Optionally, the determining the basic micro service from the micro service template library according to the basic function includes:
acquiring the function type of the basic function;
determining basic micro services to be matched from a micro service template library according to the function type;
matching the basic function with the function of the basic micro service to be matched to obtain a function matching degree;
and if the function matching degree is greater than a threshold value, determining the basic micro-service to be matched as the basic micro-service.
Optionally, the generating the target service according to the personalized micro service and the basic micro service includes:
configuring communication interfaces of the personalized micro-service and the basic micro-service;
and combining the personalized micro-service and the basic micro-service according to the sequence of the personalized function and the basic function to generate a target service.
The embodiment of the application also provides a service development device, which comprises:
an acquisition unit configured to acquire a demand document of a target service;
the analysis unit is used for analyzing the personalized function of the target service and the basic function of the target service according to the requirement document;
the construction unit is used for constructing personalized micro-services according to the personalized functions;
the determining unit is used for determining basic micro-services from a micro-service template library according to the basic functions, wherein the micro-service template library stores a plurality of micro-services;
and the generation unit is used for generating a target service according to the personalized micro-service and the basic micro-service.
Optionally, the analysis unit is specifically configured to:
analyzing the function to be developed of the target service according to the requirement document;
determining the basic function of the target service according to the basic function table and the to-be-developed function;
and determining the functions which are different from the basic functions in the functions to be developed as personalized functions.
Optionally, the determining unit is specifically configured to:
acquiring the function type of the basic function;
determining basic micro services to be matched from a micro service template library according to the function type;
matching the basic function with the function of the basic micro service to be matched to obtain a function matching degree;
and if the function matching degree is greater than a threshold value, determining the basic micro-service to be matched as the basic micro-service.
Optionally, the generating unit is specifically configured to:
configuring communication interfaces of the personalized micro-service and the basic micro-service;
and combining the personalized micro-service and the basic micro-service according to the sequence of the personalized function and the basic function to generate a target service.
The embodiment of the application also provides a computer device, which comprises: a memory, a processor, and a bus system;
wherein the memory is used for storing programs;
the processor is configured to execute the program in the memory, so as to implement any one of the service development methods described above;
the bus system is used for connecting the memory and the processor so as to enable the memory and the processor to communicate.
The embodiments of the present application also provide a computer readable storage medium storing instructions that, when executed on a computer, cause the computer to perform any one of the service development methods described above.
The embodiment of the application provides a service development method, which comprises the following steps: acquiring a demand document of a target service; analyzing the personalized function of the target service and the basic function of the target service according to the requirement document; constructing personalized micro-services according to the personalized functions; determining basic micro services from a micro service template library according to the basic functions, wherein the micro service template library stores a plurality of micro services; and generating a target service according to the personalized micro-service and the basic micro-service. Therefore, the basic micro service corresponding to the basic function of the target service can be directly determined from the micro service template library, and the basic function of the target service is not required to be developed, so that the service development efficiency is improved.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings that are required to be used in the embodiments or the description of the prior art will be briefly described below, and it is obvious that the drawings in the following description are only embodiments of the present invention, and that other drawings may be obtained according to the provided drawings without inventive effort to a person skilled in the art.
Fig. 1 is a schematic flow chart of a service development method according to an embodiment of the present application;
FIG. 2 is a flowchart of another service development method according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of a service development device according to an embodiment of the present application.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
The terms "first," "second," "third," "fourth" and the like in the description and in the claims of this application and in the above-described figures, if any, are used for distinguishing between similar objects and not necessarily for describing a particular sequential or chronological order. It is to be understood that the data so used may be interchanged where appropriate such that the embodiments described herein may be implemented in other sequences than those illustrated or otherwise described herein. Furthermore, the terms "comprises," "comprising," and "having," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, system, article, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed but may include other steps or elements not expressly listed or inherent to such process, method, article, or apparatus.
In recent years, with the rapid development of the financial market, the business category of banks is expanding gradually, and more kinds of complex services need to be developed. The current service development method needs to develop and construct corresponding services step by step manually based on different service requirements. Because of different service demands of different users, at present, developers need to divide and configure the service demands in multiple layers and multiple modules, then develop corresponding services step by step and integrate the services, and the development efficiency is low. However, with the increase of banking business, users have not only a great deal of demands, but also a great deal of rapid output, and it is difficult for the existing service development method to satisfy the demands of users for rapid service development.
Therefore, in view of the above problems, embodiments of the present application provide a service development method, apparatus, device, and readable storage medium, which can improve the efficiency of service development.
Referring to fig. 1, a service development method provided in an embodiment of the present application includes the following steps.
S101, acquiring a requirement document of a target service.
In this embodiment, the requirement document of the target service may be acquired first. It is understood that the target service may be a service to be developed that the user needs to develop. When the target service needs to be developed, the requirement for the target service can be acquired from the user, the requirement for the target service is recorded in the document and is arranged into a requirement document of the target service, namely, the business flow, the functional requirement and the like of the target service can be known specifically by acquiring the requirement document of the target service. Specifically, the development task of the target service may be obtained from the task queue to be developed, and then the requirement document of the target service may be obtained from the development task of the target service, so as to facilitate the subsequent development of the target service.
S102, analyzing the personalized function of the target service and the basic function of the target service according to the requirement document.
In this embodiment, after the requirement document of the target service is acquired, the personalized function of the target service and the basic function of the target service may be analyzed according to the requirement document. It can be understood that after the requirement document of the target service is obtained, each function to be developed required by the target service can be determined according to the requirement document, wherein the function to be developed can comprise a personalized function of the target service and a basic function of the target service, and the sequence, the association relation and the like of each function to be developed can be determined according to the business flow of the target service in the requirement document. The basic functions can be functions of different services or functions which are frequently used in different services; the personalization functionality may be unique to different services, functionality developed specifically for a particular application scenario.
In one possible implementation, the functionality to be developed of the target service may be analyzed according to the requirements document; determining the basic function of the target service according to the basic function table and the to-be-developed function; and determining the functions which are different from the basic functions in the functions to be developed as personalized functions. It can be understood that after the requirement document of the target service is acquired, each function to be developed required by the target service can be analyzed according to the requirement document, then the functions to be developed are divided according to a preset basic function table, the same functions as those in the basic function table in the functions to be developed are determined as basic functions of the target service, and the remaining functions in the functions to be developed are determined as personalized functions. Wherein the basic function table may be determined based on a micro-service template library, and the functions described in the basic function table may be functions of micro-services stored in the micro-service template library.
S103, constructing personalized micro-services according to the personalized functions.
In this embodiment, after determining the personalized function of the target service, the personalized micro service may be constructed according to the personalized function. It can be appreciated that, since the personalized function of the target service may be unique to the target service and specially developed for the application scenario and specific requirements of the target service, development is required according to the description of the personalized function to construct a personalized micro-service capable of implementing the personalized function, so that the complete target service can be further developed according to the personalized micro-service later.
In one possible implementation manner, after the personalized micro-service is built according to the personalized function, the personalized micro-service can be stored in the micro-service template library, so that when the development requirement of the same personalized function is met later, the corresponding personalized micro-service can be directly obtained from the micro-service template library, and the personalized micro-service does not need to be developed again, thereby further improving the development efficiency of the service.
S104, determining basic micro-services from a micro-service template library according to the basic functions.
In this embodiment, after determining the basic function of the target service, the basic micro service may be determined from a micro service template library according to the basic function, where the micro service template library stores a plurality of micro services. It will be appreciated that a micro-service template library may be pre-constructed, and then a plurality of micro-services may be stored in the micro-service template library, each having a corresponding function. After the basic functions of the target service to be developed are determined, the micro service corresponding to the basic functions of the target service can be directly searched from the micro service template library and used as the basic micro service, and the basic functions of the target service are not required to be developed, so that the service development efficiency is improved.
In one possible implementation, the function type of the basic function may be obtained; determining basic micro services to be matched from a micro service template library according to the function type; matching the basic function with the function of the basic micro service to be matched to obtain a function matching degree; and if the function matching degree is greater than a threshold value, determining the basic micro-service to be matched as the basic micro-service. It can be understood that after the basic function of the target service is determined, the function type of the basic function can be obtained first, and then the basic micro-service to be matched with the same function type is determined from the micro-service template library according to the function type of the basic function, wherein the basic micro-service to be matched can be one or a plurality of basic micro-services; then matching the basic function with the function of the basic micro-service to be matched to calculate the function matching degree, and specifically, the function matching degree can be calculated according to the description of the basic function and the description of the function of the basic micro-service to be matched; and finally, if the function matching degree is greater than the threshold value, the basic micro-service to be matched can realize the basic function of the target service, and the basic micro-service to be matched can be determined, so that the basic micro-service corresponding to the basic function of the target service can be directly determined from the micro-service template library, the basic function of the target service is not required to be developed, and the service development efficiency is improved. It should be noted that, if there are multiple basic micro-services to be matched, the basic micro-service to be matched with the highest functional matching degree may be determined as the basic micro-service.
It should be noted that the step of constructing the personalized micro-service according to the personalized function in S103 may be performed first, then the step of determining the basic micro-service from the micro-service template library according to the basic function in S104 may be performed first, then the step of constructing the personalized micro-service according to the personalized function in S103 may be performed, or the step of constructing the personalized micro-service according to the personalized function in S103 may be performed simultaneously, and the step of determining the basic micro-service from the micro-service template library according to the basic function in S104 may be performed simultaneously.
S105, generating target services according to the personalized micro-services and the basic micro-services.
In this embodiment, after the personalized micro-service is constructed and the basic micro-service is determined, the target service may be generated according to the personalized micro-service and the basic micro-service. It can be appreciated that after the personalized micro-service and the basic micro-service are determined, the target service can be generated directly based on the personalized micro-service and the basic micro-service, thereby improving the efficiency of service development.
In one possible implementation, the communication interfaces of the personalized microservice and the basic microservice may be configured; and combining the personalized micro-service and the basic micro-service according to the sequence of the personalized function and the basic function to generate a target service. It may be understood that, in order to ensure that normal communication can be performed between the micro services, the communication interfaces of each personalized micro service and each basic micro service may be configured uniformly first, then the personalized micro service and the basic micro service are combined according to the sequence of the personalized function and the basic function determined based on the business process of the target service, and finally the target service is generated.
Therefore, according to the service development method provided by the embodiment of the application, the basic micro-service corresponding to the basic function of the target service can be directly determined from the micro-service template library, and the basic function of the target service is not required to be developed, so that the service development efficiency is improved.
Referring to fig. 2, another service development method is provided in the embodiment of the present application, which specifically includes the following steps.
The complex financial service system can be split into high-cohesive micro-services through Zeebe, the micro-services can be split according to different industries, the micro-services can be split into industry micro-service templates such as agricultural leasing, railway construction, intelligent supervision and the like, the micro-services can be split according to different service characteristics, and the micro-services can be split into service micro-service templates such as finance, non-finance, international service, financial management and the like. Each micro-service not only has relatively independent logic, but also can be a relatively small system, and can be mutually coordinated and matched to form micro-service templates of different industries, businesses and the like. The Zeebe is an open source workflow engine for micro-service arrangement, can horizontally expand and process very high throughput, can derive workflow data for monitoring and analysis, has good fault tolerance capability, and can seamlessly stretch and retract to process ever-increasing transaction amount.
After receiving the development task of the target service, the method can firstly request the Zeebe server to deploy the command of the workflow, create a flow instance and add a task queue after obtaining the command to be executed, call the existing micro-service template library through instance analysis, make up for the deficiency of the template library by combining with the supplementary micro-service, schedule different combinations of micro-services by sharing a common communication channel and combining with the own business characteristics of each micro-service, and realize the creation of the required task instance through the execution of the micro-service. And finally, the created target service is brought into the task queue service so as to call the subsequent task. Such as: a certain agricultural leasing company initiates a task of contract management, and can call the existing industry template to quickly realize the creation of the task of contract management. The service creation through the method not only can build the model instance by analyzing the workflow model, but also can refine the custom instance on the basis of the original workflow model, and can edit the created workflow instance for a plurality of times, so as to check the running state and other basic information of the workflow instance, thereby further improving the office efficiency of banking business.
In addition, the construction of the target service also requires the support of the following systems and technical methods:
configuration services are provided by utilizing SpringBoot to support deployment of a docker container, and switching of different configuration environments is realized by utilizing the integration capability of cloud environments to resources through a WebService service framework.
And constructing a peer-to-peer network through a brooker cluster, eliminating single-point faults, adopting an IFW as a new system, dividing micro-service boundaries according to a service entity modeling mode, realizing flexible configuration of various application scenes and different services based on a fixed recommendation computing architecture, forming a specific template and a certain flow specification, and carrying out visualized and standardized management on service flows.
And the workflow and the microservices are utilized to realize the automation of the flow by combining service nodes formed by the internal service of the system, manual operation and the like in series.
Wherein, springBoot: the aim is to simplify the configuration and development of Spring and assist the developer in overall managing the configuration of the application program, which provides many development components and embeds the web application container.
dock vessel: is an open-source application container engine, allowing developers to package their applications and rely on packages in a unified manner into a portable container, and then issue the packages to any server on which the docker engine is installed, and also can implement virtualization.
brooker: a separate Kafka server is called a broker, which plays the role of message transfer, is responsible for storing messages, forwarding messages, and is part of clusters, each of which has a broker and also plays the role of a cluster controller.
IFW: the micro-service boundaries are divided according to the business entity modeling mode, the IFW system mainly provides online financial services, and the micro-service architecture is adopted for development.
Web Service: the website service is a cross-programming language, can realize multi-system interaction, realizes data transmission and cannot cross-language.
Therefore, it can be seen that the embodiment of the application provides another service development method, based on the recommended construction of the micro-service template library, on the premise of flexibly configuring an application scene, micro-service arrangement is performed according to the tightness degree of service association, the universality of the micro-service arrangement is ensured by utilizing a pre-designed module and an external interactive interface, and the unique arrangement template is formed by dividing the pre-designed module and the external interactive interface by taking the performance and the reliability of the system as the standard, so that the personalized requirements of users are met, the purposes of quick development and quick delivery are realized, and the efficiency of service development is improved.
Referring to fig. 3, an embodiment of the present application further provides a service development device, where the device includes:
an acquiring unit 301 configured to acquire a requirement document of a target service;
an analysis unit 302, configured to analyze, according to the requirement document, a personalized function of the target service and a basic function of the target service;
a construction unit 303, configured to construct a personalized micro service according to the personalized function;
a determining unit 304, configured to determine a basic micro service from a micro service template library according to the basic function, where the micro service template library stores a plurality of micro services;
a generating unit 305, configured to generate a target service according to the personalized micro service and the basic micro service.
Optionally, the analysis unit 302 is specifically configured to:
analyzing the function to be developed of the target service according to the requirement document;
determining the basic function of the target service according to the basic function table and the to-be-developed function;
and determining the functions which are different from the basic functions in the functions to be developed as personalized functions.
Optionally, the determining unit 304 is specifically configured to:
acquiring the function type of the basic function;
determining basic micro services to be matched from a micro service template library according to the function type;
matching the basic function with the function of the basic micro service to be matched to obtain a function matching degree;
and if the function matching degree is greater than a threshold value, determining the basic micro-service to be matched as the basic micro-service.
Optionally, the generating unit 305 is specifically configured to:
configuring communication interfaces of the personalized micro-service and the basic micro-service;
and combining the personalized micro-service and the basic micro-service according to the sequence of the personalized function and the basic function to generate a target service.
Therefore, the embodiment of the application provides a service development method, which can directly determine the basic micro-service corresponding to the basic function of the target service from the micro-service template library without developing the basic function of the target service, thereby improving the service development efficiency.
The embodiment of the application also provides a computer device, which comprises: a memory, a processor, and a bus system;
wherein the memory is used for storing programs;
the processor is configured to execute the program in the memory, so as to implement any one of the service development methods described above;
the bus system is used for connecting the memory and the processor so as to enable the memory and the processor to communicate.
The embodiments of the present application also provide a computer readable storage medium storing instructions that, when executed on a computer, cause the computer to perform any one of the service development methods described above.
Finally, it is further noted that relational terms such as first and second, and the like are used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions. Moreover, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or apparatus that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or apparatus. Without further limitation, an element defined by the phrase "comprising one … …" does not exclude the presence of other like elements in a process, method, article, or apparatus that comprises the element.
The previous description of the disclosed embodiments is provided to enable any person skilled in the art to make or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, and the generic principles defined herein may be applied to other embodiments without departing from the spirit or scope of the invention. Thus, the present invention is not intended to be limited to the embodiments shown herein but is to be accorded the widest scope consistent with the principles and novel features disclosed herein.

Claims (10)

1. A service development method, the method comprising:
acquiring a demand document of a target service;
analyzing the personalized function of the target service and the basic function of the target service according to the requirement document;
constructing personalized micro-services according to the personalized functions;
determining basic micro services from a micro service template library according to the basic functions, wherein the micro service template library stores a plurality of micro services;
and generating a target service according to the personalized micro-service and the basic micro-service.
2. The method of claim 1, wherein analyzing the personalized function of the target service and the basic function of the target service based on the requirements document comprises:
analyzing the function to be developed of the target service according to the requirement document;
determining the basic function of the target service according to the basic function table and the to-be-developed function;
and determining the functions which are different from the basic functions in the functions to be developed as personalized functions.
3. The method of claim 1, wherein said determining a base micro service from a library of micro service templates according to said base function comprises:
acquiring the function type of the basic function;
determining basic micro services to be matched from a micro service template library according to the function type;
matching the basic function with the function of the basic micro service to be matched to obtain a function matching degree;
and if the function matching degree is greater than a threshold value, determining the basic micro-service to be matched as the basic micro-service.
4. The method of claim 1, wherein the generating a target service from the personalized micro service and the base micro service comprises:
configuring communication interfaces of the personalized micro-service and the basic micro-service;
and combining the personalized micro-service and the basic micro-service according to the sequence of the personalized function and the basic function to generate a target service.
5. A service development apparatus, the apparatus comprising:
an acquisition unit configured to acquire a demand document of a target service;
the analysis unit is used for analyzing the personalized function of the target service and the basic function of the target service according to the requirement document;
the construction unit is used for constructing personalized micro-services according to the personalized functions;
the determining unit is used for determining basic micro-services from a micro-service template library according to the basic functions, wherein the micro-service template library stores a plurality of micro-services;
and the generation unit is used for generating a target service according to the personalized micro-service and the basic micro-service.
6. The device according to claim 5, characterized in that the analysis unit is specifically configured to:
analyzing the function to be developed of the target service according to the requirement document;
determining the basic function of the target service according to the basic function table and the to-be-developed function;
and determining the functions which are different from the basic functions in the functions to be developed as personalized functions.
7. The apparatus according to claim 5, wherein the determining unit is specifically configured to:
acquiring the function type of the basic function;
determining basic micro services to be matched from a micro service template library according to the function type;
matching the basic function with the function of the basic micro service to be matched to obtain a function matching degree;
and if the function matching degree is greater than a threshold value, determining the basic micro-service to be matched as the basic micro-service.
8. The apparatus according to claim 5, wherein the generating unit is specifically configured to:
configuring communication interfaces of the personalized micro-service and the basic micro-service;
and combining the personalized micro-service and the basic micro-service according to the sequence of the personalized function and the basic function to generate a target service.
9. A computer device, comprising: a memory, a processor, and a bus system;
wherein the memory is used for storing programs;
the processor being adapted to execute a program in the memory to implement the method of any one of claims 1 to 4;
the bus system is used for connecting the memory and the processor so as to enable the memory and the processor to communicate.
10. A computer readable storage medium storing instructions which, when run on a computer, cause the computer to perform the method of any one of claims 1 to 4.
CN202311645147.1A 2023-12-04 2023-12-04 Service development method, device, equipment and readable storage medium Pending CN117608564A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202311645147.1A CN117608564A (en) 2023-12-04 2023-12-04 Service development method, device, equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202311645147.1A CN117608564A (en) 2023-12-04 2023-12-04 Service development method, device, equipment and readable storage medium

Publications (1)

Publication Number Publication Date
CN117608564A true CN117608564A (en) 2024-02-27

Family

ID=89951398

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202311645147.1A Pending CN117608564A (en) 2023-12-04 2023-12-04 Service development method, device, equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN117608564A (en)

Similar Documents

Publication Publication Date Title
CN109412829B (en) Resource allocation prediction method and equipment
CN107577805B (en) Business service system for log big data analysis
Cortellessa et al. PRIMA-UML: a performance validation incremental methodology on early UML diagrams
US20150295781A1 (en) Cloud object
CN111367187A (en) Method for improving processing of sensor stream data in a distributed network
CN110942387A (en) Method and system for establishing electric ticket business function based on micro-service
CN111104103B (en) Visualization method and system for software editing micro-service
CN110764752B (en) System and method for realizing graphic service arrangement of Restful service
CN109814992A (en) Distributed dynamic dispatching method and system for the acquisition of large scale network data
CN112330519A (en) Data processing method and device
US8966434B2 (en) Repository based development using project development tools in enterprise management environment
CN109840074A (en) A kind of business generating method, device and the network equipment
WO2021043066A1 (en) Communication method and apparatus for multiple management domains
CN117608564A (en) Service development method, device, equipment and readable storage medium
CN113326172B (en) Operation and maintenance knowledge processing method, device and equipment
CN113052696B (en) Financial business task processing method, device, computer equipment and storage medium
Liu et al. A solution of dynamic manufacturing resource aggregation in cps
CN112114833A (en) Device and method for determining middleware installation and deployment
Rodríguez et al. Discovery and registration: finding and integrating components into dynamic systems
US20240004698A1 (en) Distributed process engine in a distributed computing environment
Balsamo et al. Towards performance evaluation of mobile systems in UML
CN115373696B (en) Low code configuration method, system, equipment and storage medium for software resource generation
AlMahamid et al. Virtual Sensor Middleware: Managing IoT Data for the Fog-Cloud Platform
Banerjee et al. OPC UA and Dynamic Web Services: A generic flexible Industrial Communication Approach
Hamdaqa et al. Stratuspm: an analytical performance model for cloud applications

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