CN112527408A - Data docking method and device, computer equipment and storage medium - Google Patents

Data docking method and device, computer equipment and storage medium Download PDF

Info

Publication number
CN112527408A
CN112527408A CN202011452308.1A CN202011452308A CN112527408A CN 112527408 A CN112527408 A CN 112527408A CN 202011452308 A CN202011452308 A CN 202011452308A CN 112527408 A CN112527408 A CN 112527408A
Authority
CN
China
Prior art keywords
data
docking
visualization
subsystem
plug
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
CN202011452308.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.)
Vtron Group Co Ltd
Original Assignee
Vtron Group 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 Vtron Group Co Ltd filed Critical Vtron Group Co Ltd
Priority to CN202011452308.1A priority Critical patent/CN112527408A/en
Priority to PCT/CN2020/141696 priority patent/WO2022121045A1/en
Publication of CN112527408A publication Critical patent/CN112527408A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/71Version control; Configuration management

Abstract

The invention relates to a data docking method, a data docking device, computer equipment and a storage medium, wherein the method comprises the following steps: loading the docking plug-ins of the subsystems according to the configuration files; sending a data reading instruction to the docking plugin; receiving system data acquired by the docking plugin from the corresponding subsystem according to the data reading instruction; and uploading the system data to the visualization system, so that the visualization system can read the corresponding system data when performing visualization operation. The invention solves the problem that the visualization system needs to develop a plurality of different application programs to be in butt joint with each subsystem because the protocols and the interfaces provided by each subsystem are different, and only the butt joint plug-ins corresponding to each subsystem need to be updated during the interface maintenance and the interface updating of each subsystem in the later period, thereby reducing a large amount of workload and improving the working efficiency.

Description

Data docking method and device, computer equipment and storage medium
Technical Field
The present invention relates to the field of data transmission technologies, and in particular, to a data docking method and apparatus, a computer device, and a storage medium.
Background
In the existing command center splicing large wall visualization system, the number of devices related to data is very large and very wide, users or suppliers can build service subsystems suitable for themselves according to service classification, and the splicing large wall visualization system realizes visualization operation on the basis that each subsystem provides data for the system.
Because the interfaces and protocols provided by the subsystems are different, the more subsystems spliced and butted by the large wall visualization system, the more application programs corresponding to the butted data, and under the general condition, the spliced large wall visualization system needs to be butted with dozens of subsystems, and the data program also needs to develop dozens of application programs to be butted with the application programs to obtain the data of the subsystems, so that the spliced large wall visualization system is very inconvenient to use. In addition, with the expansion of user services, service subsystems are gradually increased, when interfaces of partial subsystems are changed due to later-stage service adjustment or upgrading, a data docking program of the large-wall visual system needs to be redeveloped, the workload is large, and the later-stage maintenance is very complicated.
Disclosure of Invention
The present invention is directed to overcome at least one of the above-mentioned drawbacks (shortcomings) of the prior art, and provides a data docking method, apparatus, computer device, and storage medium, which solve the problem that a plurality of applications need to be developed due to different interfaces and protocols of each subsystem.
In one aspect, the present invention provides a data docking method, which is applied to a visualization system, and includes:
loading the docking plug-ins of the subsystems according to the configuration files;
sending a data reading instruction to the docking plugin;
receiving system data acquired by the docking plugin from the corresponding subsystem according to the data reading instruction;
and uploading the system data to the visualization system, so that the visualization system can read the corresponding system data when performing visualization operation.
The data reading instruction is sent to the docking plug-in, the docking plug-in is received, the system data obtained from the corresponding subsystem according to the data reading instruction is received, and the system data are uploaded to the visual system, so that the visual system can read the corresponding system data when visual operation is executed, the problem that the visual system needs to develop a plurality of different application programs to be docked with the subsystems due to different protocols and interfaces provided by the subsystems is solved, the interfaces of the subsystems are maintained and updated only by updating the docking plug-ins corresponding to the subsystems in the later period, a large amount of workload is reduced, and the working efficiency is improved.
Further, the loading the docking plug-ins of the subsystems according to the configuration file includes:
reading configuration parameter information of each subsystem from the configuration file;
and loading the docking plug-ins of the subsystems according to the configuration parameter information.
The configuration parameter information of each subsystem is read from the configuration file to load the docking plug-ins of each subsystem, so that the visualization system can realize data docking with each subsystem through the docking plug-ins, and corresponding application programs do not need to be developed.
Further, the sending the scheduling instruction to the docking plug-in is:
and sending a data reading instruction to the docking plug-in unit at regular time through a timer.
The timer is used for sending a data reading instruction to the plug-in unit, so that the system data of the subsystem can be acquired at regular time, and the visualization system can directly acquire the system data of the subsystem when performing visualization operation.
Further, the system data includes service data and device data of the subsystem;
the receiving system data acquired by the docking plugin from a subsystem according to the data reading instruction comprises:
and receiving the service data and the equipment data which are acquired from the subsystem by the docking plug-in according to the data reading instruction.
Further, after receiving the system data acquired by the docking plug-in from the corresponding subsystem according to the data reading instruction, the method further includes:
analyzing and screening the system data to obtain effective system data;
the uploading the system data to the visualization system comprises:
uploading the valid system data to the visualization system.
The system data are analyzed and screened, and the effective system data obtained after the analysis and screening are uploaded to the visual system, so that the storage space of the visual system can be saved, and the data reading efficiency is accelerated.
Further, the uploading the system data to the visualization system so that the visualization system can read the corresponding system data when performing visualization operations includes:
and uploading the system data to a database table of the visualization system, so that the visualization system can read the corresponding system data from the database table when performing visualization operation.
By uploading the system data to a database table of the visualization system, the corresponding system data can be directly read from the database table when the visualization system performs visualization operation.
Further, the uploading the system data to a database table of the visualization system includes:
and uploading the system data to a data plug-in corresponding to the database table, and uploading the system data to the database table of the visualization system through the data plug-in.
The data plug-in corresponding to the database table is processed on the system data, and then the system data is uploaded to the database table of the visualization system through the data plug-in, so that the visualization system can be in butt joint with all subsystems without developing various application programs.
In another aspect, a data interfacing apparatus is provided, including:
loading a module: the docking plug-in is used for loading each subsystem according to the configuration file;
the instruction sending module is used for sending a data reading instruction to the docking plug-in;
the data receiving module is used for receiving system data acquired by the docking plug-in from the corresponding subsystem according to the data reading instruction;
and the data uploading module is used for uploading the system data to the visualization system so that the visualization system can read the corresponding system data when performing visualization operation.
The data reading instruction is sent to the docking plug-in through the instruction sending module, the data receiving module receives the system data which is obtained from the corresponding subsystem according to the data reading instruction through the docking plug-in, and the system data is uploaded to the visual system through the data uploading module, so that the visual system can read the corresponding system data when visual operation is executed, the problem that the visual system needs to develop a plurality of different application programs to be docked with the subsystems due to different protocols and interfaces provided by the subsystems is solved, only the docking plug-ins corresponding to the subsystems need to be updated when the interfaces of the subsystems are maintained and updated in the later period, a large amount of workload is reduced, and the working efficiency is improved.
In another aspect, a computer device is provided, which includes a memory and a processor, the memory stores a computer program, and the processor implements the data interfacing method as described above when executing the computer program.
In another aspect, a computer-readable storage medium is provided, on which a computer program is stored, which computer program, when being executed by a processor, realizes the data interfacing method as described above.
Compared with the prior art, the invention has the beneficial effects that:
according to the method, the data reading instruction is sent to the docking plug-in, the system data acquired from the corresponding subsystem according to the data reading instruction by docking plug-in is received, and the system data is uploaded to the visualization system, so that the visualization system can read the corresponding system data when performing visualization operation, the problem that the visualization system needs to develop a plurality of different application programs to be docked with the subsystems due to different protocols and interfaces provided by the subsystems is solved, the interface of each subsystem is maintained and updated only by updating the docking plug-in corresponding to each subsystem in the later period, a large amount of workload is reduced, and the working efficiency is improved; the system data are analyzed and screened, and the effective system data obtained after the analysis and screening are uploaded to the visual system, so that the storage space of the visual system can be saved, and the data reading efficiency is accelerated.
Drawings
Fig. 1 is a schematic flowchart of a data docking method according to embodiment 1;
FIG. 2 is another flow chart of the data docking method according to embodiment 1
Fig. 3 is a block diagram of a data docking device according to embodiment 2.
Detailed Description
The drawings are only for purposes of illustration and are not to be construed as limiting the invention. For a better understanding of the following embodiments, certain features of the drawings may be omitted, enlarged or reduced, and do not represent the size of an actual product; it will be understood by those skilled in the art that certain well-known structures in the drawings and descriptions thereof may be omitted.
The embodiment of the application provides a data docking method, a data docking device, computer equipment and a storage medium, and aims to solve the problem that in the prior art, because interfaces and protocols provided by subsystems in the docking of a visualization system are different, the visualization system needs to develop various different application programs to realize the docking of the subsystems with different interfaces and protocols, or when the subsystems cause interface changes due to later-stage business adjustment or upgrading, the visualization system needs to re-develop the corresponding application programs, so that the workload of developers is increased.
Example 1
In this embodiment, a data docking method is provided, which is described by taking an interface platform system as an execution subject, and as shown in fig. 1, a schematic flow diagram of the data docking method in this embodiment is provided, where the method includes:
s100, loading the butting plug-in of each subsystem according to the configuration file;
s200, sending a data reading instruction to the docking plug-in;
s300, receiving system data acquired by the docking plugin from the corresponding subsystem according to the data reading instruction;
s400, uploading the system data to the visualization system so that the visualization system can read the corresponding system data when performing visualization operation.
Specifically, the interface platform system is connected to the visualization system and each subsystem, and the interface platform system may be disposed in the visualization system, or may be independent from the visualization system, specifically, the interface platform system is an external standard interface platform of the visualization system, and is configured to convert a third-party non-standard protocol format into a unified standard protocol format of the visualization system, provide a data conversion interface including video, protocol data, sensors, and the like, with the third-party platform system, and provide a communication interface with the third-party platform system, and the interface platform system may also be configured to provide a data docking interface for a user or a subsystem, or may form a network system by performing comprehensive docking on third-party data, and the third-party platform system is the subsystem in this embodiment; the docking insert is formed by encapsulating an interface of a subsystem in an insert; after the main program of the interface platform system is started and initialized, loading the docking plug-ins of each subsystem according to the configuration file, specifically, when the docking plug-ins are loaded, initializing the docking plug-ins, specifically, loading the port equipment of the subsystem, logging in the subsystem and other operations; the method comprises the steps that a data reading instruction is sent to a docking plug-in after the docking plug-in is loaded successfully, the docking plug-in of each subsystem acquires corresponding system data from the corresponding subsystem according to the data reading instruction after receiving the data reading instruction, the acquired system data are sent to an interface platform system, and the interface platform system uploads the system data to a visualization system after receiving the system data, so that the visualization system can directly read the corresponding system data according to user operation and scene requirements when performing visualization operation, and specifically, the system data comprise business data and equipment data.
Because the construction units and the construction modes of the subsystems are different, the provided interfaces and protocols for acquiring data are also different, for example, the interface provided by some subsystems is an SDK interface, the interface provided by some subsystems is an HTTP interface, the interface provided by some subsystems is a TCP interface, and the interface provided by other subsystems is a UDP interface or an I/O interface. In the embodiment, the interfaces of the subsystems are packaged on the docking plug-in, the docking plug-in of each subsystem is loaded, the data reading instruction is sent to the docking plug-in, the system data acquired from the corresponding subsystem according to the data reading instruction is received by the docking plug-in, and the system data is uploaded to the visual system, so that the visual system can read the corresponding system data when performing visual operation, the problem that the visual system needs to develop a plurality of different application programs to dock with each subsystem due to different protocols and interfaces provided by each subsystem is solved, only the docking plug-in corresponding to each subsystem needs to be updated when the interfaces of each subsystem are maintained and updated in the later period, a large amount of workload is reduced, and the working efficiency is improved.
In this embodiment, the s100 loading the docking plug-ins of the subsystems according to the configuration file includes:
s101, reading configuration parameter information of each subsystem from the configuration file;
s102, loading the docking plug-ins of the subsystems according to the configuration parameter information.
Specifically, the configuration file includes configuration parameter information of each subsystem, the configuration parameter information is configuration parameter information of the docking plug-ins, the configuration parameter information of the docking plug-ins is configured according to actual needs of each subsystem, the number of the docking plug-ins is not limited, the main program of the interface platform system reads the configuration parameter information of the docking plug-ins from the configuration file, and after the configuration parameter information is successfully read, the main program can load the docking plug-ins according to the configuration parameter information.
The configuration parameter information of each subsystem is read from the configuration file to load the docking plug-ins of each subsystem, so that the visualization system can realize data docking with each subsystem through the docking plug-ins, and corresponding application programs do not need to be developed.
In this embodiment, s200, the sending of the scheduling instruction to the docking plugin is:
and sending a data reading instruction to the docking plug-in unit at regular time through a timer.
Specifically, the main program of the interface platform system also starts a timer for reading the system data of the subsystem from the docking plugin according to the configuration parameter information, after the timer is started successfully, the main program sends a data reading instruction to the docking plugin at regular time through the timer, the docking plugin executes corresponding operation according to the data reading instruction, and the system data is sent to the interface platform system after the system data of the corresponding subsystem is obtained.
The timer is used for sending a data reading instruction to the plug-in unit, so that the system data of the subsystem can be acquired at regular time, and the visualization system can directly acquire the system data of the subsystem when performing visualization operation.
In this embodiment, step s300, after receiving the system data acquired by the docking plugin from the corresponding subsystem according to the data reading instruction, further includes:
s302, analyzing and screening the system data to obtain effective system data;
s400, uploading the system data to the visualization system comprises:
uploading the valid system data to the visualization system.
Specifically, the main program of the interface platform system analyzes and screens the system data of each subsystem after receiving the system data, extracts useful part of the system data and eliminates redundant or useless system data to obtain effective system data, and specifically, the process of analyzing and screening also comprises the steps of performing secondary processing and optimization on the system data to obtain effective system data, and uploading the effective system data to a visualization system.
The system data are analyzed and screened, and the effective system data obtained after the analysis and screening are uploaded to the visual system, so that the storage space of the visual system can be saved, and the data reading efficiency is accelerated.
In this embodiment, s400, uploading the system data to the visualization system, so that when the visualization system performs a visualization operation, the corresponding system data can be read by the visualization system, including:
and uploading the system data to a database table of the visualization system, so that the visualization system can read the corresponding system data from the database table when performing visualization operation.
In this embodiment, s400, uploading the system data to a database table of the visualization system includes:
s401, uploading the system data to a data plug-in corresponding to the database table, and uploading the system data to the database table of the visualization system through the data plug-in.
Specifically, the interface platform system includes a database plug-in, the docking plug-in of each subsystem sends system data to the database plug-in of the interface platform system after acquiring system data of a corresponding subsystem, the database plug-in uploads all the system data to a database table of the visualization system, and the database table is located in a transfer database of the visualization system.
By uploading the system data to a database table of the visualization system, the corresponding system data can be directly read from the database table when the visualization system performs visualization operation.
In a specific implementation process of this embodiment, as shown in fig. 2, a flow diagram of the data docking method is shown, where the method uses an interface platform system as an execution main body, and includes the following steps:
s101, after the main program is started and initialized, reading configuration parameter information of the docking plug-ins corresponding to the subsystems from the configuration file, and entering S102 after the configuration parameter information is read;
s102, loading, butting and splicing by the main program according to the configuration parameter information, initializing a butting plug-in, and entering the step S201 after the butting plug-in is loaded;
s201, the main program starts a timer according to the read configuration parameter information;
s202, the main program sends a data reading instruction to the butting plug-in unit through a timer;
s301, receiving system data acquired by the docking plugin from the corresponding subsystem according to the data reading instruction by the database plugin;
s302, analyzing and screening system data to obtain effective system data;
s401, the database plug-in uploads the received effective system data to a database table of the visualization system, so that the visualization system can directly read the corresponding effective system data from the database table when performing visualization operation.
Example 2
In this embodiment, a data docking apparatus is provided, where the apparatus is located in an interface platform system, and the apparatus includes:
the loading module 100: the docking plug-in is used for loading each subsystem according to the configuration file;
an instruction sending module 200, configured to send a data reading instruction to the docking plugin;
a data receiving module 300, configured to receive system data obtained by the docking plug-in from the corresponding subsystem according to the data reading instruction;
a data uploading module 400, configured to upload the system data to the visualization system, so that the visualization system can read the corresponding system data when performing visualization operations.
The interface platform system is respectively connected with the visualization system and each subsystem, the interface platform system can be arranged in the visualization system, and the docking plug-in is formed by packaging an interface of the subsystem in the plug-in; after loading the docking plug-ins of each subsystem according to the configuration file by the loading module 100, sending a data reading instruction to the docking plug-ins by an instruction module; the docking plug-in of each subsystem acquires system data of the corresponding subsystem according to the data reading instruction and then sends the system data to the data receiving module 300, and the data receiving module 300 receives the system data and then uploads the system data to the visualization system through the data module, so that the visualization system can read the corresponding system data when performing visualization operation.
The instruction sending module 200 sends a data reading instruction to the docking plug-in and the data receiving module 300 receives system data acquired by docking plug-in from the corresponding subsystem according to the data reading instruction, and the data uploading module 400 uploads the system data to the visualization system, so that the visualization system can read the corresponding system data when performing visualization operation, the problem that the visualization system needs to develop a plurality of different application programs to be docked with the subsystems due to different protocols and interfaces provided by the subsystems is solved, only the docking plug-ins corresponding to the subsystems need to be updated during interface maintenance and updating of the subsystems in the later period, a large amount of workload is reduced, and the working efficiency is improved.
In this embodiment, the loading module 100 loads the docking plug-ins of the subsystems according to the configuration file includes:
the loading module 100 reads the configuration parameter information of each subsystem from the configuration file, and loads the docking plug-ins of each subsystem according to the configuration parameter information.
The configuration parameter information of each subsystem is read from the configuration file to load the docking plug-ins of each subsystem, so that the visualization system can realize data docking with each subsystem through the docking plug-ins, and corresponding application programs do not need to be developed.
Specifically, the configuration file includes configuration parameter information of each subsystem, the configuration parameter information is configuration parameter information of the docking plug-ins, the configuration parameter information of the docking plug-ins is configured according to actual needs of each subsystem, and the number of the docking plug-ins is not limited, the loading module 100 reads the configuration parameter information of the docking plug-ins from the configuration file, and the docking plug-ins can be loaded according to the configuration parameter information after the configuration parameter information is successfully read.
In this embodiment, the sending of the scheduling instruction from the instruction sending module 200 to the docking plug-in is:
the instruction sending module 200 sends a data reading instruction to the docking plug-in unit at regular time through a timer.
Specifically, the instruction sending module 200 further starts a timer for reading the system data of the subsystem from the docking plugin according to the configuration parameter information, after the timer is successfully started, the instruction sending module 200 sends a data reading instruction to the docking plugin at a fixed time through the timer, the docking plugin executes a corresponding operation according to the data reading instruction, and sends the system data to the data receiving module 300 after acquiring the system data of the corresponding subsystem.
The timer is used for sending a data reading instruction to the plug-in unit, so that the system data of the subsystem can be acquired at regular time, and the visualization system can directly acquire the system data of the subsystem when performing visualization operation.
In this embodiment, the apparatus further includes:
and a data processing module, configured to parse and filter the system data received by the data receiving module 300 to obtain valid system data.
Specifically, after the data receiving module 300 receives the system data, the data processing module analyzes and screens the system data of each subsystem, extracts useful part of the system data and eliminates redundant or useless system data to obtain effective system data, specifically, the data processing module performs secondary processing and optimization on the system data during the analyzing and screening process to obtain effective system data, and the data uploading module 400 uploads the effective system data to the visualization system.
The system data are analyzed and screened, and the effective system data obtained after the analysis and screening are uploaded to the visual system, so that the storage space of the visual system can be saved, and the data reading efficiency is accelerated.
In this embodiment, the uploading the system data to the visualization system so that the visualization system can read the corresponding system data when performing the visualization operation includes:
and uploading the system data to a database table of the visualization system, so that the visualization system can read the corresponding system data from the database table when performing visualization operation.
Specifically, the data receiving module 300 is a database plug-in, and after receiving system data sent by the docking plug-in of each subsystem, the database plug-in uploads the system data to a database table of the visualization system, so that the visualization system can read the corresponding system data from the database table when performing visualization operation.
Example 3
In this embodiment, based on the same inventive concept, a computer device is provided, which includes a memory and a processor, where the memory stores a computer program, and the processor implements the data interfacing method as described above when executing the computer program. Based on the same reason, the problem that the visualization system needs to develop a plurality of different application programs to be in butt joint with the subsystems due to different protocols and interfaces provided by the subsystems can be solved, and only the butt joint plug-ins corresponding to the subsystems need to be updated during interface maintenance and updating of the subsystems in the later period, so that a large amount of workload can be reduced, and the working efficiency can be improved.
Example 4
In the present embodiment, based on the same inventive concept, a computer-readable storage medium is provided, on which a computer program is stored, which, when being executed by a processor, implements the data interfacing method as described above. Based on the same reason, the problem that the visualization system needs to develop a plurality of different application programs to be in butt joint with the subsystems due to different protocols and interfaces provided by the subsystems can be solved, and only the butt joint plug-ins corresponding to the subsystems need to be updated during interface maintenance and updating of the subsystems in the later period, so that a large amount of workload can be reduced, and the working efficiency can be improved.
It should be understood that the above-mentioned embodiments of the present invention are only examples for clearly illustrating the technical solutions of the present invention, and are not intended to limit the specific embodiments of the present invention. Any modification, equivalent replacement, and improvement made within the spirit and principle of the present invention claims should be included in the protection scope of the present invention claims.

Claims (10)

1. A data docking method is applied to a visualization system and is characterized by comprising the following steps:
loading the docking plug-ins of the subsystems according to the configuration files;
sending a data reading instruction to the docking plugin;
receiving system data acquired by the docking plugin from the corresponding subsystem according to the data reading instruction;
and uploading the system data to the visualization system, so that the visualization system can read the corresponding system data when performing visualization operation.
2. The data docking method according to claim 1, wherein the loading the docking plug-in of each subsystem according to the configuration file comprises:
reading configuration parameter information of each subsystem from the configuration file;
and loading the docking plug-ins of the subsystems according to the configuration parameter information.
3. A data docking method according to claim 1, wherein said sending a scheduling command to said docking plugin comprises:
and sending a data reading instruction to the docking plug-in unit at regular time through a timer.
4. A data interfacing method according to any one of claims 1-3, wherein said system data includes service data and device data of said subsystems;
the receiving system data acquired by the docking plugin from a subsystem according to the data reading instruction comprises:
and receiving the service data and the equipment data which are acquired from the subsystem by the docking plug-in according to the data reading instruction.
5. The data interfacing method according to claim 4, wherein after receiving the system data acquired by the interfacing plugin from the corresponding subsystem according to the data reading instruction, the method further comprises:
analyzing and screening the system data to obtain effective system data;
the uploading the system data to the visualization system comprises:
uploading the valid system data to the visualization system.
6. The data docking method according to claim 1 or 5, wherein the uploading the system data to the visualization system so that the visualization system can read the corresponding system data when performing visualization operation comprises:
and uploading the system data to a database table of the visualization system, so that the visualization system can read the corresponding system data from the database table when performing visualization operation.
7. The data docking method of claim 6, wherein uploading the system data to a database table of the visualization system comprises:
and uploading the system data to a data plug-in corresponding to the database table, and uploading the system data to the database table of the visualization system through the data plug-in.
8. A data interfacing apparatus, comprising:
loading a module: the docking plug-in is used for loading each subsystem according to the configuration file;
the instruction sending module is used for sending a data reading instruction to the docking plug-in;
the data receiving module is used for receiving system data acquired by the docking plug-in from the corresponding subsystem according to the data reading instruction;
and the data uploading module is used for uploading the system data to the visualization system so that the visualization system can read the corresponding system data when performing visualization operation.
9. A computer device comprising a memory and a processor, the memory storing a computer program, wherein the processor implements the data interfacing method of any one of claims 1 to 7 when executing the computer program.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the data interfacing method according to any one of claims 1 to 7.
CN202011452308.1A 2020-12-09 2020-12-09 Data docking method and device, computer equipment and storage medium Pending CN112527408A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202011452308.1A CN112527408A (en) 2020-12-09 2020-12-09 Data docking method and device, computer equipment and storage medium
PCT/CN2020/141696 WO2022121045A1 (en) 2020-12-09 2020-12-30 Data docking method and apparatus, computer device, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011452308.1A CN112527408A (en) 2020-12-09 2020-12-09 Data docking method and device, computer equipment and storage medium

Publications (1)

Publication Number Publication Date
CN112527408A true CN112527408A (en) 2021-03-19

Family

ID=74998814

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011452308.1A Pending CN112527408A (en) 2020-12-09 2020-12-09 Data docking method and device, computer equipment and storage medium

Country Status (2)

Country Link
CN (1) CN112527408A (en)
WO (1) WO2022121045A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106385431A (en) * 2016-08-30 2017-02-08 四川泰尔科技有限公司 Financial security integrated management and control platform
CN106789978A (en) * 2016-12-07 2017-05-31 高新兴科技集团股份有限公司 A kind of convergence system and method
CN108989293A (en) * 2018-06-27 2018-12-11 武汉虹信技术服务有限责任公司 A kind of intelligent building management platform adaption system and adaptation method
CN109410110A (en) * 2018-10-22 2019-03-01 上海市疾病预防控制中心 The system of public health data interaction control is realized in regional health information platform
CN111610765A (en) * 2020-05-25 2020-09-01 珠海格力电器股份有限公司 Distributed message control device and method and building control system

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105760272B (en) * 2016-01-29 2018-01-30 山东鲁能智能技术有限公司 Monitoring backstage business customizing method and its system based on plug-in unit
JP2018156375A (en) * 2017-03-17 2018-10-04 キヤノン株式会社 Image forming device and control method therefor, and program
CN107171922A (en) * 2017-07-03 2017-09-15 中国人民解放军63893部队 Heterogeneous system bridge service method based on middleware Technology
CN108121288B (en) * 2017-12-25 2020-01-17 北京车联天下信息技术有限公司 Internet of vehicles big data system, docking system and method
CN110471664A (en) * 2019-06-21 2019-11-19 广州市途讯科技有限公司 A kind of heterogeneous software platform based on OSGi framework unifies interconnection method
CN111275980A (en) * 2020-01-21 2020-06-12 上海天齐智能建筑股份有限公司 Big data application platform based on Internet + intelligent traffic video monitoring management system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106385431A (en) * 2016-08-30 2017-02-08 四川泰尔科技有限公司 Financial security integrated management and control platform
CN106789978A (en) * 2016-12-07 2017-05-31 高新兴科技集团股份有限公司 A kind of convergence system and method
CN108989293A (en) * 2018-06-27 2018-12-11 武汉虹信技术服务有限责任公司 A kind of intelligent building management platform adaption system and adaptation method
CN109410110A (en) * 2018-10-22 2019-03-01 上海市疾病预防控制中心 The system of public health data interaction control is realized in regional health information platform
CN111610765A (en) * 2020-05-25 2020-09-01 珠海格力电器股份有限公司 Distributed message control device and method and building control system

Also Published As

Publication number Publication date
WO2022121045A1 (en) 2022-06-16

Similar Documents

Publication Publication Date Title
CN108196915B (en) Code processing method and device based on application container engine and storage medium
US8584081B2 (en) Server side application integration framework
CN111786939B (en) Method, device and system for testing management platform of Internet of things
CN112769901A (en) Rail transit signal equipment communication interaction method and system
CN110058900B (en) Data transmission service system based on pluggable component framework
CN112527408A (en) Data docking method and device, computer equipment and storage medium
JP2009294856A (en) Workflow processing apparatus and method
CN110933245B (en) Virtual machine, data transmission method, system, equipment and computer medium
CN114696888B (en) Port task processing method, device, equipment and medium of satellite measurement, operation and control system
CN110889880A (en) Map processing method, device, equipment and storage medium
CN108289165B (en) Method and device for realizing camera control based on mobile phone and terminal equipment
KR20070061241A (en) Network-based robot control device, robot and robot control method
KR100679033B1 (en) Apparatus and method for offering script for mobile terminal
US20240127111A1 (en) Internet-of-things-oriented machine learning container image download method and system
CN117170941B (en) Data backup method, device, electronic equipment and storage medium
CN113542412B (en) Data transmission method, device, electronic equipment and storage medium
JP5251197B2 (en) Message processing method, message processing apparatus, and program
WO2020166374A1 (en) Processing system, processing method, higher-level system, lower-level system, higher-level program, and lower-level program
CN111857792A (en) Method and equipment for configuring system docking instance
CN116546046A (en) Data transmission processing method, device, control equipment and storage medium
CN112860305A (en) Mine data acquisition system, method, storage medium and computer equipment
CN117560499A (en) Resource processing method and device, computer readable storage medium and electronic equipment
CN114895972A (en) Flow configuration method and device
CN116016716A (en) Virtual intelligent box processing system and processing method for edge computing of Internet of things
CN113270183A (en) Method and system for managing treatment plan data and data exchange device

Legal Events

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

Application publication date: 20210319