CN115829503B - Project integration method, device, system, electronic equipment and storage medium - Google Patents

Project integration method, device, system, electronic equipment and storage medium Download PDF

Info

Publication number
CN115829503B
CN115829503B CN202211526981.4A CN202211526981A CN115829503B CN 115829503 B CN115829503 B CN 115829503B CN 202211526981 A CN202211526981 A CN 202211526981A CN 115829503 B CN115829503 B CN 115829503B
Authority
CN
China
Prior art keywords
integration
module
integrated
item
target
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.)
Active
Application number
CN202211526981.4A
Other languages
Chinese (zh)
Other versions
CN115829503A (en
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.)
Zhongdian Jinxin Software Co Ltd
Original Assignee
Zhongdian Jinxin Software 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 Zhongdian Jinxin Software Co Ltd filed Critical Zhongdian Jinxin Software Co Ltd
Priority to CN202211526981.4A priority Critical patent/CN115829503B/en
Publication of CN115829503A publication Critical patent/CN115829503A/en
Application granted granted Critical
Publication of CN115829503B publication Critical patent/CN115829503B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02PCLIMATE CHANGE MITIGATION TECHNOLOGIES IN THE PRODUCTION OR PROCESSING OF GOODS
    • Y02P90/00Enabling technologies with a potential contribution to greenhouse gas [GHG] emissions mitigation
    • Y02P90/30Computing systems specially adapted for manufacturing

Landscapes

  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The application provides a project integration method, a device, a system, electronic equipment and a storage medium, wherein the method comprises the following steps: selecting at least one target integrated module corresponding to an item to be integrated from a plurality of candidate integrated modules in a target platform; for each target integrated module, creating a flow module corresponding to the target integrated module, and determining a module attribute of the flow component, wherein the module attribute comprises a module interface address; determining the sequence among different process modules and generating an integrated process chain for representing the integrated sequence of the modules; and integrating each target integrated module with the item to be integrated in sequence according to the sequence indicated by the integrated flow chain through the module interface addresses of different target integrated modules, and displaying the integration progress of the item to be integrated in a monitoring interface. By adopting the project integration method, the device, the system, the electronic equipment and the storage medium, the problem of low project integration efficiency when software project integration is carried out is solved.

Description

Project integration method, device, system, electronic equipment and storage medium
Technical Field
The present application relates to the field of software development technologies, and in particular, to a project integration method, apparatus, system, electronic device, and storage medium.
Background
With the continuous development of software development technology, more and more software projects are developed by an enterprise, which increases the management and maintenance costs of the enterprise for different software projects. Currently, more and more enterprises integrate different software items onto a data center so as to uniformly manage the software items through the data center. The object of the data center platform is different types of software items, the integration process is complicated and changeable, the content of the integration of the different types of software items is different, and the project integration process can be completed by the mutual cooperation among different tool layers on the data center platform. In the prior art, an interface corresponding to each project to be integrated is usually developed separately, a specific integration process of the project is formulated, and then the interface of the project is utilized to perform corresponding development integration in a data center station according to a formulated scheme.
However, when the above-mentioned software project integration method is adopted, individual custom development needs to be performed for each software project, resulting in a problem of low project integration efficiency; meanwhile, the project integration progress in the project prior art cannot be mastered in real time, and the problems of different interfaces cannot be adjusted in time and the like.
Disclosure of Invention
In view of the foregoing, an object of the present application is to provide a method, an apparatus, a system, an electronic device, and a storage medium for project integration, so as to solve the problem of low project integration efficiency when software project integration is performed.
In a first aspect, an embodiment of the present application provides an item integration method, including:
selecting at least one target integrated module corresponding to an item to be integrated from a plurality of candidate integrated modules in a target platform;
for each target integrated module, creating a flow module corresponding to the target integrated module, and determining the module attribute of the flow module, wherein the module attribute comprises a module interface address;
determining the sequence among different process modules and generating an integrated process chain for representing the integrated sequence of the modules;
and integrating each target integrated module with the item to be integrated in sequence according to the sequence indicated by the integrated flow chain through the module interface addresses of different target integrated modules, and displaying the integration progress of the item to be integrated in a monitoring interface.
Optionally, displaying the integration progress of the item to be integrated in the monitoring interface includes: receiving integration progress information corresponding to an item to be integrated, which is returned by each target integration module through a message middleware; and displaying the integration progress of the item to be integrated in the monitoring interface based on the integration progress information corresponding to the item to be integrated, which is returned by the different target integration modules.
Optionally, the integration progress information includes an item identification; receiving integration progress information corresponding to an item to be integrated, returned by each target integration module through the message middleware, wherein the information comprises: determining a target item identification of an item to be integrated; acquiring a plurality of item identifiers in integration progress information of different integration items returned by each target integration module; screening out item identifiers matched with the target item identifier from a plurality of item identifiers; and taking the integration progress information corresponding to the item identification matched with the target item identification as the integration progress information of the item to be integrated.
Optionally, the module attribute further includes a module name; based on the integration progress information corresponding to the items to be integrated returned by different target integration modules, displaying the integration progress of the items to be integrated in a monitoring interface, wherein the method comprises the following steps: for each target integrated module, acquiring the module name of the target integrated module and the sequence number in an integrated flow chain; sequentially displaying the sequence number and the module name corresponding to each target integrated module on a monitoring interface according to the sequence indicated by the integrated flow chain; extracting completion identification information from the integration progress information, and determining whether each target integration module has completed integration according to the completion identification information; if the integration is completed, displaying the sequence number and the module name corresponding to the target integrated module in a first identification state on a monitoring interface; and if the integration is not completed, displaying the sequence number and the module name corresponding to the target integrated module in a second identification state on the monitoring interface.
Optionally, determining the sequence among different process modules, and generating an integrated process chain for characterizing the module integration sequence includes: for each flow module, creating a flow component corresponding to the flow module; responding to drag operation of a user on a plurality of flow components, and adjusting the arrangement sequence among different flow components; determining the sequence number of each flow component according to the arrangement sequence among different flow components; based on the sequence numbers of the different process components, an integrated process chain is generated that characterizes the module integration sequence.
Optionally, the method further comprises: determining item information of an item to be integrated, wherein the item information comprises an item identifier, an item name, an expected integration start date and an expected integration end date; the item identification, item name, expected integration start date, and expected integration end date are displayed on the monitoring interface.
In a second aspect, embodiments of the present application further provide an item integration apparatus, including:
the integrated module selection module is used for selecting at least one target integrated module corresponding to the item to be integrated from a plurality of candidate integrated modules in the target platform;
the module attribute determining module is used for establishing a flow module corresponding to each target integrated module, determining the module attribute of the flow module and the module attribute comprises a module interface address;
the integration sequence determining module is used for determining the sequence among different process modules and generating an integration process chain for representing the integration sequence of the modules;
and the project integration module is used for integrating each target integration module with the project to be integrated in sequence according to the sequence indicated by the integration flow chain through the module interface addresses of the different target integration modules, and displaying the integration progress of the project to be integrated in the monitoring interface.
In a third aspect, embodiments of the present application further provide an item integration system, the system including: the project integration module and the target platform;
the project integration module executes the project integration method;
and the target platform sends the integration progress information of the different target integration modules to the project integration module through the message bus.
In a fourth aspect, embodiments of the present application further provide an electronic device, including: a processor, a memory and a bus, the memory storing machine-readable instructions executable by the processor, the processor and the memory in communication via the bus when the electronic device is running, the machine-readable instructions when executed by the processor performing the steps of the item integration method as described above.
In a fifth aspect, embodiments of the present application also provide a computer readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of the item integration method as described above.
The embodiment of the application brings the following beneficial effects:
according to the project integration method, device, system, electronic equipment and storage medium, the process modules corresponding to the target integration modules can be established for each target integration module, the integration sequence of the different target integration modules is determined according to the sequence among the different process modules, and the different target integration modules and the project to be integrated are integrated according to the determined integration sequence, so that the project integration of different types of software projects can be performed rapidly by adopting the scheme, independent integrated development of each software project is not needed, and compared with the project integration method in the prior art, the problem of low project integration efficiency when the software projects are integrated is solved.
In addition, the integration progress of the items to be integrated can be displayed in real time in the monitoring interface, so that workers can more conveniently check and manage the integration progress of the items to be integrated, problems in the integration process can be found in time, and the integration efficiency of the items is improved.
In order to make the above objects, features and advantages of the present application more comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are needed in the embodiments will be briefly described below, it being understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered limiting the scope, and that other related drawings may be obtained according to these drawings without inventive effort for a person skilled in the art.
FIG. 1 shows a flow chart of a project integration method provided by an embodiment of the present application;
FIG. 2 is a schematic diagram of a project integration apparatus according to an embodiment of the present disclosure;
FIG. 3 shows a schematic diagram of a project integration system provided by an embodiment of the present application;
fig. 4 shows a schematic structural diagram of an electronic device according to an embodiment of the present application.
Detailed Description
For the purposes of making the objects, technical solutions and advantages of the embodiments of the present application more clear, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is apparent that the described embodiments are only some embodiments of the present application, but not all embodiments. The components of the embodiments of the present application, which are generally described and illustrated in the figures herein, may be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present application, as provided in the accompanying drawings, is not intended to limit the scope of the application, as claimed, but is merely representative of selected embodiments of the application. Based on the embodiments of the present application, every other embodiment that a person skilled in the art would obtain without making any inventive effort is within the scope of protection of the present application.
It is noted that, before the present application proposes, as the development of software development technology continues, more and more software projects are developed by an enterprise, which increases the management and maintenance costs of the enterprise for different software projects. Currently, more and more enterprises integrate different software items onto a data center so as to uniformly manage the software items through the data center. The object of the data center platform is different types of software items, the integration process is complicated and changeable, the content of the integration of the different types of software items is different, and the project integration process can be completed by the mutual cooperation among different tool layers on the data center platform. In the prior art, an interface corresponding to each project to be integrated is usually developed separately, a specific integration process of the project is formulated, and then the interface of the project is utilized to perform corresponding development integration in a data center station according to a formulated scheme. However, when the above-mentioned software project integration method is adopted, individual custom development needs to be performed for each software project, resulting in a problem of low project integration efficiency; meanwhile, the project integration progress in the project prior art cannot be mastered in real time, and module address interfaces of different modules cannot be adjusted in time.
Based on the above, the embodiment of the application provides an item integration method, so as to improve the efficiency of item integration when software item integration is performed.
Referring to fig. 1, fig. 1 is a flowchart of an item integration method according to an embodiment of the present application. As shown in fig. 1, the project integration method provided in the embodiment of the present application is applied to a project integration tool, and the method includes:
step S101, selecting at least one target integrated module corresponding to the item to be integrated from a plurality of candidate integrated modules in the target platform.
In this step, the target platform may refer to a platform integrating the item to be integrated, and the target platform includes a plurality of candidate integration modules.
The target platform may be, for example, a data center.
Candidate integration modules may refer to modules in a target platform that may be integrated with an item of software.
The candidate integration module may be a data source management module, a metadata collection module, or an asset management module, for example.
The target integration module may refer to which modules in the target platform the item to be integrated is integrated with, the target integration module being selected from among the candidate integration modules.
In the embodiment of the application, for an item to be integrated, it is first determined which modules of the target platform are to be integrated into the item to be integrated, and these modules are the target integrated modules. The staff managing the project integration can select a target integration module to be integrated with the project to be integrated in a flow module interface of the project integration tool.
Step S102, for each target integrated module, a flow module corresponding to the target integrated module is created, and the module attribute of the flow module is determined.
In this step, the flow module may refer to a module owned by the integration flow itself, where the flow module is used to characterize different links in the project integration flow.
The module attribute may refer to an attribute of the flow module, where the module attribute is used to characterize related information of the flow module, and the module attribute includes a module interface address.
Exemplary module attributes include, but are not limited to: module identification, model name, module icon, module interface address, module serial number.
The module identifier may refer to a unique identifier of the flow module, and illustratively, the module identifier may be a flow module code.
Model names may refer to names of flow modules, and by way of example, model names may be data source management.
The module icon may refer to an icon of a flow module.
The module interface address may refer to a url address, where the module interface address is used to indicate an interface address of a target integrated module corresponding to the flow module.
The sequence number may refer to a sequence number of a flow component, where the sequence number is used to distinguish between different flow components and quickly find the flow component.
In the embodiment of the application, assuming that the project to be integrated needs to be integrated with three target integrated modules in the data center, three flow modules are respectively created for the target integrated modules, each flow module corresponds to one target integrated module, and meanwhile, corresponding module attributes are configured for each flow module.
It should be noted that, the process modules with the configured module attributes may be stored in the database, and when other software items need to be integrated into the data center, the created process modules may be reused, so as to improve the integration efficiency of the software items.
Step S103, determining the sequence among different process modules and generating an integrated process chain for representing the integrated sequence of the modules.
In this step, the integrated flow chain may refer to a sequential chain of different flow modules, where the integrated flow chain is used to indicate an integration sequence between different target integrated modules.
In the embodiment of the present application, the process modules corresponding to different items to be integrated may be different, and even if the different items to be integrated correspond to the same plurality of process modules, the order among the plurality of process modules may be different, so that the order among the different process modules needs to be determined to perform item integration according to the order.
In addition, after the integrated flow chain corresponding to the current software item is generated, the integrated flow chain can be stored, when other software items have the same target integrated modules and the same integrated sequence with the current software item, the integrated flow chain corresponding to the current software item can be directly assigned to the other software items, multiplexing of the integrated flow is achieved, and therefore the item integration efficiency can be improved.
In an alternative embodiment, determining the sequence among different process modules, generating an integrated process chain for characterizing the module integration sequence, includes: for each flow module, creating a flow component corresponding to the flow module; responding to drag operation of a user on a plurality of flow components, and adjusting the arrangement sequence among different flow components; determining the sequence number of each flow component according to the arrangement sequence among different flow components; based on the sequence numbers of the different process components, an integrated process chain is generated that characterizes the module integration sequence.
Here, the flow component may refer to an interface component, where the flow component corresponds to a flow module, and the flow component is used to adjust a sequence between different flow modules.
Specifically, a worker may create a plurality of flow components in the integrated flow configuration interface of the project integration tool, and set a component attribute of each flow component, where the component attribute includes a flow module corresponding to the flow component, and may select a module from the created flow modules listed in the drop-down list as a flow module corresponding to the flow component. In addition, each flow component can be dragged in the integrated flow configuration interface to adjust the arrangement sequence among different flow components, and an integrated flow chain formed by a plurality of flow components can be formed after the arrangement sequence is adjusted, and the different flow components in the integrated flow chain are connected end to end so as to represent the integrated sequence among a plurality of target integrated modules.
Here, the component attribute further includes a component name, and the component name is set to facilitate a non-developer to view the integrated flow, where the non-developer may be a business person.
Step S104, integrating each target integrated module with the item to be integrated in sequence according to the sequence indicated by the integrated flow chain through the module interface addresses of different target integrated modules, and displaying the integration progress of the item to be integrated in the monitoring interface.
In the step, after the integration flow chain is determined, the integration sequence of the target integration modules corresponding to different flow modules can be determined according to the sequence of different flow components in the integration flow chain, and then each target integration module and the item to be integrated are sequentially integrated according to the sequence.
In the integration process, each target integrated module returns the integration progress information of the target integrated module in real time, and the integration progress of the project to be integrated can be tracked according to the integration progress information returned by different target integrated modules.
In an alternative embodiment, displaying the integration progress of the item to be integrated in the monitoring interface includes: receiving integration progress information corresponding to an item to be integrated, which is returned by each target integration module through a message middleware; and displaying the integration progress of the item to be integrated in the monitoring interface based on the integration progress information corresponding to the item to be integrated, which is returned by the different target integration modules.
Here, the integration progress information may refer to information characterizing the integration completion of the target integrated module, and the integration progress information is used to determine the integration progress of the target integrated module.
Integration progress information includes, but is not limited to: target integrated module identification, completion identification information and project identification.
Specifically, for each target integration module, the target integration module pushes integration progress information according to the identity of a producer, and feeds the integration progress information back to the project integration tool in the form of a message through a message bus according to a set format, the project integration tool comprises a flow execution engine, the flow execution engine receives the integration progress information of different projects to be integrated through a message middleware, gathers the integration progress information according to project identification, and then displays the integration progress of the corresponding projects to be integrated in a monitoring interface according to the summarized information.
The setting format may be json format or xml format, for example.
In an alternative embodiment, the integration progress information includes an item identification; receiving integration progress information corresponding to an item to be integrated, returned by each target integration module through the message middleware, wherein the information comprises: determining a target item identification of an item to be integrated; acquiring a plurality of item identifiers in integration progress information of different integration items returned by the target integration module; screening out item identifiers matched with the target item identifier from a plurality of item identifiers; and taking the integration progress information corresponding to the item identification matched with the target item identification as the integration progress information of the item to be integrated.
The target item identification may refer to a unique identification of the item to be integrated, and illustratively, the target item identification may be an item code, such as: dcs_process_code_0008.
Specifically, the integration progress information returned by the target integration module may be integration progress information of different software projects, and in order to distinguish which software project the integration progress information belongs to, the integration progress information may include a project identifier, and according to the project identifier, it may be determined which project to be integrated is the information of the integration progress information. Taking a project A to be integrated as an example, after receiving a plurality of pieces of integration progress information, firstly acquiring project identifiers of each piece of integration progress information, respectively matching the project identifiers with a target project identifier A of the project A to be integrated, and if the project identifiers are matched with each other, indicating that the integration progress information corresponding to the project identifier is the integration progress information of the project A to be integrated.
In an alternative embodiment, the module attribute further includes a module name; based on the integration progress information corresponding to the items to be integrated returned by different target integration modules, displaying the integration progress of the items to be integrated in a monitoring interface, wherein the method comprises the following steps: for each target integrated module, acquiring the module name of the target integrated module and the sequence number in an integrated flow chain; sequentially displaying the sequence number and the module name corresponding to each target integrated module on a monitoring interface according to the sequence indicated by the integrated flow chain; extracting completion identification information from the integration progress information, and determining whether each target integration module has completed integration according to the completion identification information; if the integration is completed, displaying the sequence number and the module name corresponding to the target integrated module in a first identification state on a monitoring interface; and if the integration is not completed, displaying the sequence number and the module name corresponding to the target integrated module in a second identification state on the monitoring interface.
Specifically, when an item to be integrated is to be integrated on a plurality of target integrated modules of a target platform, for each target integrated module, a module name is obtained from a module attribute of a flow module corresponding to the target integrated module, a sequence number corresponding to the target integrated module is obtained from an integrated flow chain, and each sequence number and the module name corresponding to the sequence number are sequentially displayed according to the sequence from small to large.
After receiving the integration progress information returned by a certain target integration module, if the completion identification information indicates that the integration progress information is completed, for example: if the completion identification information is that the 1 identification is not completed, determining that the target integrated module has completed integration, and displaying the sequence number and the module name corresponding to the target integrated module in a first identification state, for example: the order number and the module name of the target integrated module are displayed in a blue font or an orange font, and if indicated in the completion identification information as incomplete, for example: if the completion identification information is 0, which indicates that the target integrated module is not completed, the sequence number and the module name corresponding to the target integrated module are displayed in a second identification state, for example: the order number and module name of the target integrated module are displayed in gray font. And under the default condition, the sequence numbers and the module names of all the target integrated modules are displayed in the second identification state.
In an alternative embodiment, the method further comprises: determining item information of an item to be integrated, wherein the item information comprises an item identifier, an item name, an expected integration start date and an expected integration end date; the item identification, item name, expected integration start date, and expected integration end date are displayed on the monitoring interface.
Here, the expected integration start date may refer to a desired integration start time, and the expected integration end date may refer to a desired integration end time.
Specifically, before integrating each target integration module with the item to be integrated in turn, item information of the item to be integrated is displayed in an item editing interface, and a worker can edit the item information of the item to be integrated, for example: and modifying the project name, the expected integration start date, the expected integration end date and the project description of the project to be integrated, and selecting an integration flow chain corresponding to the project to be integrated from the created candidate integration flow chains. After the project information is determined, a project responsible person can start a project integration flow, enter an execution integration flow stage, and then display the integration progress of the project to be integrated in real time according to the integration progress information returned in the integration flow, so that the project responsible person or a project manager can monitor the project integration progress. The project explanation can be configured with information of project responsible persons, project participators and the like.
In addition, item information such as an item identification, an item name, an expected integration start date, and an expected integration end date of the item to be integrated may be displayed on the monitoring interface.
Compared with the project integration method in the prior art, the method and the device can establish a flow module corresponding to each target integration module, determine the integration sequence of different target integration modules according to the sequence among different flow modules, integrate different target integration modules with projects to be integrated according to the determined integration sequence, and therefore, different types of software projects can be subjected to rapid project integration by adopting the scheme, independent integrated development of each software project is not needed, and the problem of low project integration efficiency when the software projects are integrated is solved. In addition, the integration progress of the items to be integrated can be displayed in real time in the monitoring interface, so that workers can more conveniently check and manage the integration progress of the items to be integrated, problems in the integration process can be found in time, and the integration efficiency of the items is improved.
Based on the same inventive concept, the embodiment of the present application further provides an item integration device corresponding to the item integration method, and since the principle of solving the problem by the device in the embodiment of the present application is similar to that of the item integration method in the embodiment of the present application, the implementation of the device may refer to the implementation of the method, and the repetition is omitted.
Referring to fig. 2, fig. 2 is a schematic structural diagram of an item integration device according to an embodiment of the disclosure. As shown in fig. 2, the item integrating apparatus 200 includes:
the integration module selecting module 201 is configured to select at least one target integration module corresponding to an item to be integrated from a plurality of candidate integration modules in the target platform;
a module attribute determining module 202, configured to create, for each target integrated module, a flow module corresponding to the target integrated module, determine a module attribute of the flow module, where the module attribute includes a module interface address;
the integration sequence determining module 203 is configured to determine a sequence among different process modules, and generate an integration process chain that characterizes an integration sequence of the modules;
the project integration module 204 is configured to integrate each target integration module with the project to be integrated sequentially through module interface addresses of different target integration modules according to the sequence indicated by the integration flow chain, and display the integration progress of the project to be integrated in the monitoring interface.
Referring to fig. 3, fig. 3 is a schematic structural diagram of an item integration system according to an embodiment of the disclosure. As shown in fig. 3, the item integration system 300 includes: project integration module 310 and target platform 320;
the project integration module 310 performs the project integration method described above;
the target platform 320 transmits the integration progress information of the different target integration modules to the project integration module 310 through a message bus.
Referring to fig. 4, fig. 4 is a schematic structural diagram of an electronic device according to an embodiment of the present application. As shown in fig. 4, the electronic device 400 includes a processor 410, a memory 420, and a bus 430.
The memory 420 stores machine-readable instructions executable by the processor 410, when the electronic device 400 is running, the processor 410 communicates with the memory 420 through the bus 430, and when the machine-readable instructions are executed by the processor 410, the steps of the project integration method in the method embodiment shown in fig. 1 can be executed, and the specific implementation can be referred to the method embodiment and will not be described herein.
The embodiment of the present application further provides a computer readable storage medium, where a computer program is stored on the computer readable storage medium, and when the computer program is executed by a processor, the steps of the project integration method in the embodiment of the method shown in fig. 1 may be executed, and a specific implementation manner may refer to the embodiment of the method and will not be repeated herein.
It will be clear to those skilled in the art that, for convenience and brevity of description, specific working procedures of the above-described systems, apparatuses and units may refer to corresponding procedures in the foregoing method embodiments, and are not repeated herein.
In the several embodiments provided in this application, it should be understood that the disclosed systems, devices, and methods may be implemented in other manners. The above-described apparatus embodiments are merely illustrative, for example, the division of the units is merely a logical function division, and there may be other manners of division in actual implementation, and for example, multiple units or components may be combined or integrated into another system, or some features may be omitted, or not performed. Alternatively, the coupling or direct coupling or communication connection shown or discussed with each other may be through some communication interface, device or unit indirect coupling or communication connection, which may be in electrical, mechanical or other form.
The units described as separate units may or may not be physically separate, and units shown as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units may be selected according to actual needs to achieve the purpose of the solution of this embodiment.
In addition, each functional unit in each embodiment of the present application may be integrated in one processing unit, or each unit may exist alone physically, or two or more units may be integrated in one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a non-volatile computer readable storage medium executable by a processor. Based on such understanding, the technical solution of the present application may be embodied essentially or in a part contributing to the prior art or in a part of the technical solution, in the form of a software product stored in a storage medium, including several instructions for causing a computer device (which may be a personal computer, a server, or a network device, etc.) to perform all or part of the steps of the methods described in the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a random access Memory (Random Access Memory, RAM), a magnetic disk, or an optical disk, or other various media capable of storing program codes.
Finally, it should be noted that: the foregoing examples are merely specific embodiments of the present application, and are not intended to limit the scope of the present application, but the present application is not limited thereto, and those skilled in the art will appreciate that while the foregoing examples are described in detail, the present application is not limited thereto. Any person skilled in the art may modify or easily conceive of the technical solution described in the foregoing embodiments, or make equivalent substitutions for some of the technical features within the technical scope of the disclosure of the present application; such modifications, changes or substitutions do not depart from the spirit and scope of the technical solutions of the embodiments of the present application, and are intended to be included in the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (9)

1. A method of item integration, comprising:
selecting at least one target integrated module corresponding to an item to be integrated from a plurality of candidate integrated modules in a target platform;
for each target integrated module, creating a flow module corresponding to the target integrated module, and determining module attributes of the flow module, wherein the module attributes comprise module interface addresses;
determining the sequence among different process modules and generating an integrated process chain for representing the integrated sequence of the modules;
integrating each target integrated module with the item to be integrated in sequence according to the sequence indicated by the integrated flow chain through module interface addresses of different target integrated modules, and displaying the integration progress of the item to be integrated in a monitoring interface;
the displaying the integration progress of the item to be integrated in the monitoring interface comprises the following steps:
receiving integration progress information corresponding to the item to be integrated, which is returned by each target integration module through the message middleware;
displaying the integration progress of the item to be integrated in a monitoring interface based on the integration progress information corresponding to the item to be integrated and returned by different target integration modules;
the integration progress information comprises item identification, and the receiving of the integration progress information corresponding to the item to be integrated, returned by each target integration module through the message middleware, comprises the following steps:
and matching the target item identification of the item to be integrated with the item identification in the integration progress information returned by different target integration modules so as to determine the integration progress information of the item to be integrated.
2. The method according to claim 1, wherein the matching the target item identifier of the item to be integrated with the item identifier in the integration progress information returned by the different target integration modules to determine the integration progress information of the item to be integrated includes:
determining a target item identification of the item to be integrated;
acquiring a plurality of item identifiers in integration progress information of different integration items returned by each target integration module;
screening out item identifiers matched with the target item identifier from the plurality of item identifiers;
and taking the integration progress information corresponding to the item identification matched with the target item identification as the integration progress information of the item to be integrated.
3. The method of claim 1, wherein the module attributes further comprise a module name;
the step of displaying the integration progress of the item to be integrated in a monitoring interface based on the integration progress information corresponding to the item to be integrated returned by different target integration modules comprises the following steps:
for each target integrated module, acquiring the module name of the target integrated module and the sequence number corresponding to the flow module;
sequentially displaying the sequence number and the module name corresponding to each target integrated module on a monitoring interface according to the sequence indicated by the integrated flow chain;
extracting completion identification information from the integration progress information, and determining whether each target integration module has completed integration according to the completion identification information;
if the integration is completed, displaying the sequence number and the module name corresponding to the target integrated module in a first identification state on a monitoring interface;
and if the integration is not completed, displaying the sequence number and the module name corresponding to the target integrated module in a second identification state on the monitoring interface.
4. The method of claim 1, wherein determining the order among the different process modules generates an integrated process chain that characterizes the module integration order, comprising:
for each flow module, creating a flow component corresponding to the flow module;
responding to drag operation of a user on a plurality of flow components, and adjusting the arrangement sequence among different flow components;
determining the sequence number of each flow component according to the sequence among different flow components;
based on the sequence numbers of the different process components, an integrated process chain is generated that characterizes the module integration sequence.
5. The method according to claim 1, wherein the method further comprises:
determining item information of the item to be integrated, wherein the item information comprises an item identifier, an item name, an expected integration start date and an expected integration end date;
and displaying the project identification, the project name, the expected integration start date and the expected integration end date on a monitoring interface.
6. An item integration apparatus, comprising:
the integrated module selection module is used for selecting at least one target integrated module corresponding to the item to be integrated from a plurality of candidate integrated modules in the target platform;
the module attribute determining module is used for establishing a flow module corresponding to each target integrated module and determining the module attribute of the flow module, wherein the module attribute comprises a module interface address;
the integration sequence determining module is used for determining the sequence among different process modules and generating an integration process chain for representing the integration sequence of the modules;
the project integration module is used for integrating each target integration module with the project to be integrated in sequence according to the sequence indicated by the integration flow chain through the module interface addresses of different target integration modules, and displaying the integration progress of the project to be integrated in a monitoring interface;
the project integration module comprises a progress information receiving module and a progress display module;
the progress information receiving module is used for receiving the integration progress information corresponding to the item to be integrated, which is returned by each target integration module through the message middleware;
the progress display module is used for displaying the integration progress of the item to be integrated in a monitoring interface based on the integration progress information corresponding to the item to be integrated, which is returned by the different target integration modules;
the integration progress information comprises an item identifier;
the progress information receiving module is specifically configured to:
and matching the target item identification of the item to be integrated with the item identification in the integration progress information returned by different target integration modules so as to determine the integration progress information of the item to be integrated.
7. An item integration system, the system comprising: the project integration module and the target platform;
the item integration module performs the item integration method of any one of claims 1 to 5;
and the target platform sends the integration progress information of the different target integration modules to the project integration module through a message bus.
8. An electronic device, comprising: a processor, a storage medium and a bus, the storage medium storing machine-readable instructions executable by the processor, the processor and the storage medium communicating over the bus when the electronic device is running, the processor executing the machine-readable instructions to perform the steps of the item integration method of any one of claims 1 to 5.
9. A computer-readable storage medium, characterized in that the computer-readable storage medium has stored thereon a computer program which, when executed by a processor, performs the steps of the item integration method of any one of claims 1 to 5.
CN202211526981.4A 2022-11-30 2022-11-30 Project integration method, device, system, electronic equipment and storage medium Active CN115829503B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202211526981.4A CN115829503B (en) 2022-11-30 2022-11-30 Project integration method, device, system, electronic equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202211526981.4A CN115829503B (en) 2022-11-30 2022-11-30 Project integration method, device, system, electronic equipment and storage medium

Publications (2)

Publication Number Publication Date
CN115829503A CN115829503A (en) 2023-03-21
CN115829503B true CN115829503B (en) 2024-04-09

Family

ID=85533409

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202211526981.4A Active CN115829503B (en) 2022-11-30 2022-11-30 Project integration method, device, system, electronic equipment and storage medium

Country Status (1)

Country Link
CN (1) CN115829503B (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102375912A (en) * 2011-10-25 2012-03-14 北京航空航天大学 Data integration device and method among different engineering software systems
CN102436396A (en) * 2011-09-09 2012-05-02 山东中创软件工程股份有限公司 Method and system for calling application integration
CN105487850A (en) * 2015-06-19 2016-04-13 哈尔滨安天科技股份有限公司 Fully automatic module integration system and method based on component factory
CN113791891A (en) * 2021-01-29 2021-12-14 北京沃东天骏信息技术有限公司 Continuous integration task construction method, device, equipment and computer readable medium
CN113821450A (en) * 2021-11-23 2021-12-21 中航金网(北京)电子商务有限公司 Integrated method and system for executing computer software test

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102436396A (en) * 2011-09-09 2012-05-02 山东中创软件工程股份有限公司 Method and system for calling application integration
CN102375912A (en) * 2011-10-25 2012-03-14 北京航空航天大学 Data integration device and method among different engineering software systems
CN105487850A (en) * 2015-06-19 2016-04-13 哈尔滨安天科技股份有限公司 Fully automatic module integration system and method based on component factory
CN113791891A (en) * 2021-01-29 2021-12-14 北京沃东天骏信息技术有限公司 Continuous integration task construction method, device, equipment and computer readable medium
CN113821450A (en) * 2021-11-23 2021-12-21 中航金网(北京)电子商务有限公司 Integrated method and system for executing computer software test

Also Published As

Publication number Publication date
CN115829503A (en) 2023-03-21

Similar Documents

Publication Publication Date Title
CN111401722B (en) Intelligent decision method and intelligent decision system
CN109165170B (en) Method and system for automatic request test
CN102971703B (en) The reinforcement inquiry of database search
CN111782635B (en) Data processing method and device, storage medium and electronic device
WO2021260981A1 (en) Information processing device and information processing method
CN107622060A (en) Order trace analysis method and device
CN115480987A (en) Link data display method and device and computer equipment
CN115357585A (en) Zero code automatic report generation method
JP2017016507A (en) Test management system and program
CN104967532A (en) TOC technology operation and maintenance system and application method
CN115829503B (en) Project integration method, device, system, electronic equipment and storage medium
CN106681760A (en) Transaction processing method and device based on client engineering project management system
CN104486337A (en) Data validity verification method and device
CN112380402A (en) Medical document processing method, device and system
CN109919762A (en) Reporting method, device, equipment and the storage medium of customer information
CN114742430A (en) User retention early warning visualization method, device, equipment and storage medium
CN114239534A (en) Document template selection method, device and equipment
CN111523808B (en) Model centralized management method, system, equipment and storage medium
CN112286879B (en) Metadata-based data asset construction method and device
CN110262973B (en) Data maintenance method, device, equipment and computer storage medium
CN114387021A (en) Service state generation method, device, equipment and storage medium
CN113434119A (en) Business processing method and device based on process control
US20140164956A1 (en) Social Network Visualization Methods
CN116306552A (en) Report automatic generation method and device, electronic equipment and storage medium
CN115936619A (en) Business approval processing method and device, computer equipment and storage medium

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
GR01 Patent grant
GR01 Patent grant