CN110673859A - Graphic database deployment method, device, equipment and readable storage medium - Google Patents

Graphic database deployment method, device, equipment and readable storage medium Download PDF

Info

Publication number
CN110673859A
CN110673859A CN201910816455.3A CN201910816455A CN110673859A CN 110673859 A CN110673859 A CN 110673859A CN 201910816455 A CN201910816455 A CN 201910816455A CN 110673859 A CN110673859 A CN 110673859A
Authority
CN
China
Prior art keywords
graphic database
configuration parameters
human
deployment
database
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.)
Granted
Application number
CN201910816455.3A
Other languages
Chinese (zh)
Other versions
CN110673859B (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.)
Beijing Inspur Data Technology Co Ltd
Original Assignee
Beijing Inspur Data Technology 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 Beijing Inspur Data Technology Co Ltd filed Critical Beijing Inspur Data Technology Co Ltd
Priority to CN201910816455.3A priority Critical patent/CN110673859B/en
Publication of CN110673859A publication Critical patent/CN110673859A/en
Application granted granted Critical
Publication of CN110673859B publication Critical patent/CN110673859B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/50Information retrieval; Database structures therefor; File system structures therefor of still image data
    • G06F16/51Indexing; Data structures therefor; Storage structures
    • 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 application discloses a graphic database deployment method, which comprises the following steps: obtaining an external component selected by a user based on a human-computer interaction interface, wherein the external component at least comprises: a storage component and an indexing component; calling an installation script to install an external component, and configuring configuration parameters input by a user based on a human-computer interaction interface to the external component; acquiring a graphic database selected by a user based on a human-computer interaction interface; and calling the installation script to install the graphic database, associating the configuration parameters to the graphic database by using the association script, and finishing the deployment of the graphic database by using the configuration parameters. The method and the device can reduce the workload of technical personnel and improve the installation and deployment efficiency of the graphic database. Accordingly, the graphic database deployment device, the apparatus and the readable storage medium disclosed by the application also have the technical effects.

Description

Graphic database deployment method, device, equipment and readable storage medium
Technical Field
The present application relates to the field of computer technologies, and in particular, to a method, an apparatus, a device, and a readable storage medium for deploying a graph database.
Background
When the graphic database is used, the graphic database is combined with corresponding external components to be normally used. For example: when the JanusGraph is installed, a corresponding storage component and an index component need to be installed; moreover, a technician is required to manually modify the configuration at the backend to associate these components with the Janus Graph, so that the installation deployment of the Janus Graph can be completed. Therefore, the workload of technicians is increased, and the installation and deployment efficiency of the graphic database is reduced.
Therefore, how to improve the installation and deployment efficiency of the graphic database is a problem to be solved by those skilled in the art.
Disclosure of Invention
In view of this, an object of the present application is to provide a method, an apparatus, a device and a readable storage medium for deploying a graph database, so as to improve installation and deployment efficiency of the graph database. The specific scheme is as follows:
in a first aspect, the present application provides a method for deploying a graph database, including:
obtaining an external component selected by a user based on a human-computer interaction interface, wherein the external component at least comprises: a storage component and an indexing component;
calling an installation script to install an external component, and configuring configuration parameters input by a user based on a human-computer interaction interface to the external component;
acquiring a graphic database selected by a user based on a human-computer interaction interface;
and calling the installation script to install the graphic database, associating the configuration parameters to the graphic database by using the association script, and finishing the deployment of the graphic database by using the configuration parameters.
Preferably, associating the configuration parameters to the graphic database by using an association script, and completing the deployment of the graphic database by using the configuration parameters, comprises:
adding the configuration parameters to a configuration file of the graphic database by using the associated script;
and starting the graphic database according to the configuration file.
Preferably, after the deployment of the graphics database is completed by using the configuration parameters, the method further includes:
acquiring a correction value of a configuration parameter input by a user based on a human-computer interaction interface;
and replacing the configuration parameters in the configuration file with the corrected values.
Preferably, starting the graphic database according to the configuration file comprises:
and starting the graphic database by using the shell command and the configuration file.
Preferably, the configuring parameters input by the user based on the human-computer interaction interface are configured in front of the external component, and the method further comprises the following steps:
acquiring target configuration parameters or corrected values of the target configuration parameters input by a user based on a human-computer interaction interface;
and determining the target configuration parameter or the correction value of the target configuration parameter as the configuration parameter.
Preferably, the graphic database is Janus Graph.
In a second aspect, the present application provides a graph database deployment apparatus, including:
the first acquisition module is used for acquiring an external component selected by a user based on a human-computer interaction interface, and the external component at least comprises: a storage component and an indexing component;
the first installation module is used for calling the installation script to install the external component and configuring configuration parameters input by a user based on a human-computer interaction interface to the external component;
the second acquisition module is used for acquiring a graphic database selected by a user based on the human-computer interaction interface;
and the second installation module is used for calling the installation script to install the graphic database, associating the configuration parameters to the graphic database by using the association script, and finishing the deployment of the graphic database by using the configuration parameters.
Preferably, the second mounting module includes:
the adding unit is used for adding the configuration parameters to the configuration file of the graphic database by using the associated script;
and the starting unit is used for starting the graphic database according to the configuration file.
In a third aspect, the present application provides a graph database deployment device, including:
a memory for storing a computer program;
a processor for executing a computer program to implement the graphical database deployment method disclosed above.
In a fourth aspect, the present application provides a readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the graphical database deployment method disclosed above.
According to the scheme, the application provides a graphic database deployment method, which comprises the following steps: obtaining an external component selected by a user based on a human-computer interaction interface, wherein the external component at least comprises: a storage component and an indexing component; calling an installation script to install an external component, and configuring configuration parameters input by a user based on a human-computer interaction interface to the external component; acquiring a graphic database selected by a user based on a human-computer interaction interface; and calling the installation script to install the graphic database, associating the configuration parameters to the graphic database by using the association script, and finishing the deployment of the graphic database by using the configuration parameters.
Therefore, the man-machine interaction interface is provided, so that a user can select the required installation packages of the external components and the graphic database and the corresponding configuration parameters based on the man-machine interaction interface, and the external components and the graphic database can be automatically installed by the installation script; meanwhile, the configuration parameters can be automatically associated to the graphic database by the association script, so that the automatic association of the external component and the graphic database is realized, namely the deployment of the database is automatically completed. Therefore, the workload of technical personnel is reduced, and the installation and deployment efficiency of the graphic database is improved.
Correspondingly, the graphic database deployment device, the equipment and the readable storage medium provided by the application also have the technical effects.
Drawings
In order to more clearly illustrate the embodiments of the present application or the technical solutions in the prior art, the drawings needed to be used in the description of the embodiments or the prior art will be briefly introduced below, it is obvious that the drawings in the following description are only embodiments of the present application, and for those skilled in the art, other drawings can be obtained according to the provided drawings without creative efforts.
FIG. 1 is a flow chart of a method for graphical database deployment as disclosed herein;
FIG. 2 is a schematic diagram of a graphical database deployment system as disclosed herein;
FIG. 3 is a schematic diagram of a graphical database deployment apparatus as disclosed herein;
FIG. 4 is a schematic diagram of a graphical database deployment device as disclosed herein.
Detailed Description
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 obvious that the described embodiments are only a part of the embodiments of the present application, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present application.
At present, the existing deployment mode of the graphic database can increase the workload of technicians and reduce the installation and deployment efficiency of the graphic database. Therefore, the graphic database deployment scheme is provided, and the installation and deployment efficiency of the graphic database can be improved.
Referring to fig. 1, an embodiment of the present application discloses a method for deploying a graph database, including:
s101, obtaining an external component selected by a user based on a human-computer interaction interface;
wherein the external component comprises at least: a storage component and an indexing component.
S102, calling an installation script to install an external component, and configuring configuration parameters input by a user based on a human-computer interaction interface to the external component;
it should be noted that, configuring the configuration parameters input by the user based on the human-computer interface before the external component, further includes: acquiring target configuration parameters or corrected values of the target configuration parameters input by a user based on a human-computer interaction interface; and determining the target configuration parameter or the correction value of the target configuration parameter as the configuration parameter. That is, the user can flexibly modify the configuration parameters of the external components based on the human-computer interaction interface.
When the external component is a storage component, the configuration parameters are configuration parameters related to the storage component; when the external component is an index component, the configuration parameters are configuration parameters associated with the index component.
S103, acquiring a graphic database selected by a user based on a human-computer interaction interface;
and S104, calling the installation script to install the graphic database, associating the configuration parameters to the graphic database by using the association script, and finishing the deployment of the graphic database by using the configuration parameters.
In this embodiment, associating the configuration parameters with the graph database using an association script, and completing the deployment of the graph database using the configuration parameters includes: adding the configuration parameters to a configuration file of the graphic database by using the associated script; and starting the graphic database according to the configuration file. Wherein, starting the graphic database according to the configuration file comprises: and starting the graphic database by using the shell command and the configuration file.
It should be noted that, after the deployment of the graphics database is completed by using the configuration parameters, the method further includes: acquiring a correction value of a configuration parameter input by a user based on a human-computer interaction interface; and replacing the configuration parameters in the configuration file with the corrected values. That is, the user can flexibly modify the configuration parameters in the configuration file based on the human-computer interaction interface.
In this embodiment, the graphic database is Janus Graph. JanusGraph supports multiple search engines as the index back-end; the index back-end and the storage back-end coexist, but are independent of each other, and the index back-end is not required. The method supports the inquiry of geographic position, numerical range, full text retrieval and the like by using the rear end of the index, and has better universality.
Therefore, the embodiment of the application provides the human-computer interaction interface, so that a user can select the required installation packages of the external components and the graphic database and the corresponding configuration parameters based on the human-computer interaction interface, and the external components and the graphic database can be automatically installed by the installation script; meanwhile, the configuration parameters can be automatically associated to the graphic database by the association script, so that the automatic association of the external component and the graphic database is realized, namely the deployment of the database is automatically completed. Therefore, the workload of technical personnel is reduced, and the installation and deployment efficiency of the graphic database is improved.
According to the graphic database deployment method provided by the application, the following graphic database deployment system can be realized, and the graphic database deployment method at least comprises the following steps: referring to fig. 2, specifically, fig. 2 is a schematic diagram of a graphic database deployment system provided in this embodiment of the present invention, where fig. 2 is a schematic diagram of a graphic database deployment system
The storage executor is used for installing and deploying the storage component; the index executor is used for installing and deploying the index component; the Janus Graph executor is used for installing the Janus Graph; the associator is used for associating the storage component, the index component and the JanusGraph; the launcher is used for launching the deployed Janus Graph. The human-computer interaction device is used for providing a human-computer interaction interface for a user and transmitting information input by the user on the human-computer interaction interface to the storage actuator, the index actuator and the Janus Graph actuator.
Specifically, the user can input or select configuration information or a software installation package based on a human-computer interaction interface provided by the human-computer interaction device. The storage actuator, the index actuator and the Janus Graph actuator are all provided with corresponding installation scripts, and the associator is provided with an associated script.
For example: and a man-machine interaction interface is provided, so that the storage components depended by the Janu Graph are deployed in an interface mode. A user can select an installation package of a storage component on a human-computer interaction interface, for example, Hbase is selected, and after the user clicks a submit button on the human-computer interaction interface, a storage executor calls a corresponding installation script to install and deploy the Hbase on a target machine. The target machine is a device, such as a server, for deploying the graphic database. Meanwhile, the user can input the configuration parameters of the Hbase on a human-computer interaction interface and submit the configuration parameters.
Correspondingly, a man-machine interaction interface is provided, and the indexing component on which the Janu Graph depends is deployed in an interface mode. A user can select an installation package of the index component on a human-computer interaction interface, for example, Solr is selected, and after the user clicks a submit button on the human-computer interaction interface, the index executor calls a corresponding installation script to install and deploy Solr on a target machine. Meanwhile, the user can input and submit the Solr configuration parameters on the human-computer interaction interface.
Correspondingly, a man-machine interaction interface is provided, and the Janu Graph is deployed in an interface mode. The user can select the Janus Graph installation package on the human-computer interaction interface, and after the user clicks the submit button on the human-computer interaction interface, the Janus Graph executor calls the corresponding installation script to install the Janus Graph on the target machine. Meanwhile, the associator associates the configuration information of the storage component and the index component with the configuration file of the Janus Graph to realize the mutual association of the storage component, the index component and the Janus Graph, so that the installation and deployment of the Janus Graph are completed.
Specifically, if the storage component is Hbase and the index component is Solr, the following components can be formed: janus graph-hbase-solr. properties, then the configuration parameters in the configuration file may include:
index.search.solr.http-urls=ip01
storage.hostname=ip02
index.search.solr.mode=cloud
of course, the user can also modify janus graph-hbase-solr. For example: modifying the configuration parameters to:
storage.hbase.table=janus
cache.db-cache-size=0.6
of course, the correlator can also synchronize the information of janus graph-hbase-solr. Such as:
graphs:{
graph:conf/gremlin-server/janusgraph-hbase-solr.properties
}
at this point, according to the configuration file, a shell command can be called to start the Janus Graph. Therefore, the Janus Graph and the storage, index and other components depending on the Janus Graph can be installed and deployed in a graphical interface mode, and based on the man-machine interaction interface, a user can flexibly modify related configuration, so that the use of the user is facilitated. The correlator can correlate the storage component, the index component and the Janus Graph component together and start the Janus Graph service, so that the installation and deployment efficiency of the graphic database is improved. It should be noted that the implementation steps in this embodiment are the same as or similar to those in the above embodiments, and may be referred to each other as necessary.
In the following, a graphic database deployment apparatus provided in an embodiment of the present application is introduced, and a graphic database deployment apparatus described below and a graphic database deployment method described above may be referred to each other.
Referring to fig. 3, an embodiment of the present application discloses a graph database deployment apparatus, including:
a first obtaining module 301, configured to obtain an external component selected by a user based on a human-computer interaction interface, where the external component includes at least: a storage component and an indexing component;
the first installation module 302 is used for calling an installation script to install an external component and configuring configuration parameters input by a user based on a human-computer interaction interface to the external component;
a second obtaining module 303, configured to obtain a graphic database selected by a user based on a human-computer interaction interface;
and the second installation module 304 is configured to invoke the installation script to install the graph database, associate the configuration parameters to the graph database by using the association script, and complete deployment of the graph database by using the configuration parameters.
In one embodiment, the second mounting module comprises:
the adding unit is used for adding the configuration parameters to the configuration file of the graphic database by using the associated script;
and the starting unit is used for starting the graphic database according to the configuration file.
In a specific embodiment, the method further comprises the following steps:
the third acquisition module is used for acquiring a correction value of the configuration parameter input by the user based on the human-computer interaction interface;
and the first correction module is used for replacing the configuration parameters in the configuration file with correction values.
In a specific embodiment, the starting unit is specifically configured to:
and starting the graphic database by using the shell command and the configuration file.
In a specific embodiment, the method further comprises the following steps:
the fourth acquisition module is used for acquiring the target configuration parameters or the correction values of the target configuration parameters input by the user based on the human-computer interaction interface;
and the second correction module is used for determining the target configuration parameters or the correction values of the target configuration parameters as the configuration parameters.
In one embodiment, the graphic database is Janus Graph.
For more specific working processes of each module and unit in this embodiment, reference may be made to corresponding contents disclosed in the foregoing embodiments, and details are not described here again.
As can be seen, the present embodiment provides a graph database deployment apparatus, including: the device comprises a first obtaining module, a first installing module, a second obtaining module and a second installing module. Firstly, a first acquisition module acquires an external component selected by a user based on a human-computer interaction interface, wherein the external component at least comprises: a storage component and an indexing component; then the first installation module calls an installation script to install the external component, and configures configuration parameters input by a user based on a human-computer interaction interface to the external component; then a second acquisition module acquires a graphic database selected by a user based on a human-computer interaction interface; and finally, the second installation module calls the installation script to install the graphic database, associates the configuration parameters to the graphic database by using the association script, and completes the deployment of the graphic database by using the configuration parameters. Therefore, all modules are in work and cooperation and each takes its own role, and the installation and deployment efficiency of the graphic database is improved.
In the following, a graphic database deployment device provided in an embodiment of the present application is introduced, and a graphic database deployment device described below and a graphic database deployment method and apparatus described above may refer to each other.
Referring to fig. 4, an embodiment of the present application discloses a graph database deployment device, including:
a memory 401 for storing a computer program;
a processor 402 for executing the computer program to implement the steps of:
obtaining an external component selected by a user based on a human-computer interaction interface, wherein the external component at least comprises: a storage component and an indexing component; calling an installation script to install an external component, and configuring configuration parameters input by a user based on a human-computer interaction interface to the external component; acquiring a graphic database selected by a user based on a human-computer interaction interface; and calling the installation script to install the graphic database, associating the configuration parameters to the graphic database by using the association script, and finishing the deployment of the graphic database by using the configuration parameters.
In this embodiment, when the processor executes the computer subprogram stored in the memory, the following steps may be specifically implemented: adding the configuration parameters to a configuration file of the graphic database by using the associated script; and starting the graphic database according to the configuration file.
In this embodiment, when the processor executes the computer subprogram stored in the memory, the following steps may be specifically implemented: acquiring a correction value of a configuration parameter input by a user based on a human-computer interaction interface; and replacing the configuration parameters in the configuration file with the corrected values.
In this embodiment, when the processor executes the computer subprogram stored in the memory, the following steps may be specifically implemented: and starting the graphic database by using the shell command and the configuration file.
In this embodiment, when the processor executes the computer subprogram stored in the memory, the following steps may be specifically implemented: acquiring target configuration parameters or corrected values of the target configuration parameters input by a user based on a human-computer interaction interface; and determining the target configuration parameter or the correction value of the target configuration parameter as the configuration parameter.
In the following, a readable storage medium provided by an embodiment of the present application is introduced, and a readable storage medium described below and a method, an apparatus, and a device for deploying a graph database described above may be referred to each other.
A readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the graphical database deployment method disclosed in the foregoing embodiments. For the specific steps of the method, reference may be made to the corresponding contents disclosed in the foregoing embodiments, which are not described herein again.
References in this application to "first," "second," "third," "fourth," etc., if any, are intended to distinguish between similar elements and not necessarily to describe a particular order or sequence. It will be appreciated that the data so used may be interchanged under appropriate circumstances such that the embodiments described herein may be practiced otherwise than as specifically illustrated or described herein. Furthermore, the terms "comprises" and "comprising," and any variations thereof, are intended to cover a non-exclusive inclusion, such that a process, method, or apparatus that comprises a list of steps or elements is not necessarily limited to those steps or elements expressly listed, but may include other steps or elements not expressly listed or inherent to such process, method, or apparatus.
It should be noted that the descriptions in this application referring to "first", "second", etc. are for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include at least one such feature. In addition, technical solutions between various embodiments may be combined with each other, but must be realized by a person skilled in the art, and when the technical solutions are contradictory or cannot be realized, such a combination should not be considered to exist, and is not within the protection scope of the present application.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of readable storage medium known in the art.
The principle and the implementation of the present application are explained herein by applying specific examples, and the above description of the embodiments is only used to help understand the method and the core idea of the present application; meanwhile, for a person skilled in the art, according to the idea of the present application, there may be variations in the specific embodiments and the application scope, and in summary, the content of the present specification should not be construed as a limitation to the present application.

Claims (10)

1. A method for deploying a graphic database is characterized by comprising the following steps:
obtaining an external component selected by a user based on a human-computer interaction interface, wherein the external component at least comprises: a storage component and an indexing component;
calling an installation script to install the external component, and configuring configuration parameters input by a user based on the human-computer interaction interface to the external component;
acquiring a graphic database selected by a user based on the human-computer interaction interface;
and calling the installation script to install the graphic database, associating the configuration parameters to the graphic database by using an association script, and finishing the deployment of the graphic database by using the configuration parameters.
2. The graphic database deployment method according to claim 1, wherein the associating the configuration parameters with the graphic database by using an association script and completing the deployment of the graphic database by using the configuration parameters comprises:
adding the configuration parameters to a configuration file of the graphic database by using the associated script;
and starting the graphic database according to the configuration file.
3. The method for deploying graphic databases according to claim 2, further comprising, after completing the deployment of the graphic databases by using the configuration parameters:
acquiring a correction value of the configuration parameter input by a user based on the human-computer interaction interface;
and replacing the configuration parameters in the configuration file with the correction values.
4. The graphic database deployment method of claim 2, wherein the starting the graphic database according to the configuration file comprises:
and starting the graphic database by using the shell command and the configuration file.
5. The graphic database deployment method of claim 1, wherein the configuring the configuration parameters input by the user based on the human-computer interface before the external component further comprises:
acquiring target configuration parameters input by a user based on the human-computer interaction interface or correction values of the target configuration parameters;
determining the target configuration parameter or the correction value of the target configuration parameter as the configuration parameter.
6. The graphic database deployment method of claim 1, wherein the graphic database is JanusGraph.
7. A graphic database deployment apparatus, comprising:
the first acquisition module is used for acquiring an external component selected by a user based on a human-computer interaction interface, and the external component at least comprises: a storage component and an indexing component;
the first installation module is used for calling an installation script to install the external component and configuring configuration parameters input by a user based on the human-computer interaction interface to the external component;
the second acquisition module is used for acquiring a graphic database selected by a user based on the human-computer interaction interface;
and the second installation module is used for calling the installation script to install the graphic database, associating the configuration parameters to the graphic database by using the association script, and finishing the deployment of the graphic database by using the configuration parameters.
8. The graphic database deployment device of claim 7, wherein the second installation module comprises:
the adding unit is used for adding the configuration parameters to the configuration file of the graphic database by using the associated script;
and the starting unit is used for starting the graphic database according to the configuration file.
9. A graphic database deployment device, comprising:
a memory for storing a computer program;
a processor for executing the computer program to implement the graphical database deployment method of any of claims 1 to 6.
10. A readable storage medium for storing a computer program, wherein the computer program, when executed by a processor, implements the graphical database deployment method of any one of claims 1 to 6.
CN201910816455.3A 2019-08-30 2019-08-30 Graphic database deployment method, device, equipment and readable storage medium Active CN110673859B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910816455.3A CN110673859B (en) 2019-08-30 2019-08-30 Graphic database deployment method, device, equipment and readable storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910816455.3A CN110673859B (en) 2019-08-30 2019-08-30 Graphic database deployment method, device, equipment and readable storage medium

Publications (2)

Publication Number Publication Date
CN110673859A true CN110673859A (en) 2020-01-10
CN110673859B CN110673859B (en) 2022-06-17

Family

ID=69076523

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910816455.3A Active CN110673859B (en) 2019-08-30 2019-08-30 Graphic database deployment method, device, equipment and readable storage medium

Country Status (1)

Country Link
CN (1) CN110673859B (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111881112A (en) * 2020-07-22 2020-11-03 北京浪潮数据技术有限公司 Database configuration method and device and related equipment

Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1564662A2 (en) * 2004-02-12 2005-08-17 Microsoft Corporation Managing graphic databases
CN1950767A (en) * 2004-05-04 2007-04-18 费舍-柔斯芒特系统股份有限公司 Dynamic procedure graph based on marker language on process plant user interface
WO2007110717A2 (en) * 2006-03-28 2007-10-04 Nokia Corporation Method, apparatus and computer program product for generating a graphical image string to convey an intended message
CN101854400A (en) * 2010-06-09 2010-10-06 中兴通讯股份有限公司 Database synchronization deployment and monitoring method and device
CN102129642A (en) * 2002-06-10 2011-07-20 电子湾有限公司 Method and system for scheduling transaction listings at a network-based transaction facility
CN105227342A (en) * 2014-06-27 2016-01-06 瞻博网络公司 For the graphic data base that the service in network service zone is planned and configured
CN108446327A (en) * 2018-02-12 2018-08-24 平安科技(深圳)有限公司 Operation system dynamic creation method, device, computer equipment and storage medium
CN109032611A (en) * 2018-06-06 2018-12-18 平安科技(深圳)有限公司 Script dispositions method, device, computer equipment and storage medium
WO2019153549A1 (en) * 2018-02-12 2019-08-15 平安科技(深圳)有限公司 Method and apparatus for dynamically generating api, computer device and storage medium

Patent Citations (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102129642A (en) * 2002-06-10 2011-07-20 电子湾有限公司 Method and system for scheduling transaction listings at a network-based transaction facility
EP1564662A2 (en) * 2004-02-12 2005-08-17 Microsoft Corporation Managing graphic databases
CN1950767A (en) * 2004-05-04 2007-04-18 费舍-柔斯芒特系统股份有限公司 Dynamic procedure graph based on marker language on process plant user interface
WO2007110717A2 (en) * 2006-03-28 2007-10-04 Nokia Corporation Method, apparatus and computer program product for generating a graphical image string to convey an intended message
CN101854400A (en) * 2010-06-09 2010-10-06 中兴通讯股份有限公司 Database synchronization deployment and monitoring method and device
CN105227342A (en) * 2014-06-27 2016-01-06 瞻博网络公司 For the graphic data base that the service in network service zone is planned and configured
CN108446327A (en) * 2018-02-12 2018-08-24 平安科技(深圳)有限公司 Operation system dynamic creation method, device, computer equipment and storage medium
WO2019153549A1 (en) * 2018-02-12 2019-08-15 平安科技(深圳)有限公司 Method and apparatus for dynamically generating api, computer device and storage medium
CN109032611A (en) * 2018-06-06 2018-12-18 平安科技(深圳)有限公司 Script dispositions method, device, computer equipment and storage medium

Non-Patent Citations (3)

* Cited by examiner, † Cited by third party
Title
刘毅等: "基于SVG的监控组态软件界面的研究", 《辽宁石油化工大学学报》 *
牛艳芳: "审计大数据关联的网络分析平台构建及应用研究", 《审计研究》 *
王霏霏等: "应用于微机保护装置的界面组态软件设计与实现", 《广西电力》 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111881112A (en) * 2020-07-22 2020-11-03 北京浪潮数据技术有限公司 Database configuration method and device and related equipment

Also Published As

Publication number Publication date
CN110673859B (en) 2022-06-17

Similar Documents

Publication Publication Date Title
CN107872528B (en) Message pushing method and device
CN110515806B (en) Probe configuration method, device, computer equipment and storage medium
CN103677922B (en) The method and apparatus started to application software
CN105045643B (en) Launcher startup method and device in Android system
CN107957837B (en) Method and device for generating shortcut of webpage application program and terminal equipment
CN103747112A (en) CDN back-to-source method, first server and system thereof
CN110888418B (en) Vehicle diagnosis method, device, equipment and readable storage medium
CN110287696B (en) Detection method, device and equipment for rebound shell process
CN107247722B (en) File scanning method and device and intelligent terminal
CN103164247B (en) The method and device that system application is repaired automatically
CN109271172B (en) Host performance expansion method and device of sweep cluster
CN104461625A (en) Hot patch realization method and system
WO2019075994A1 (en) Method, device and system for mock data at ios end, and storage medium
CN105704487A (en) Television stability testing method and device
CN106648685A (en) Processing method and device of intelligent terminal system and intelligent terminal
CN110673859B (en) Graphic database deployment method, device, equipment and readable storage medium
CN110825399A (en) Deployment method and device of application program
CN103823873A (en) Reading/writing method, device and system of browser setting item
CN110659257A (en) Metadata object repairing method, device, equipment and readable storage medium
CN107450923B (en) Method and device for realizing customized baseline separation program
CN104216997A (en) Method and device for repairing terminal equipment
CN110069406B (en) Automatic triggering TPC-DS test method and system
CN104657256A (en) Method and device for collecting mapping relation between cases and codes
CN111143317A (en) Log storage method, device and equipment and readable storage medium
CN105573756B (en) A kind of script language extensions method and event bus framework

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