CN113886264A - Embedded method, device, equipment and storage medium of distributed database - Google Patents

Embedded method, device, equipment and storage medium of distributed database Download PDF

Info

Publication number
CN113886264A
CN113886264A CN202111223218.XA CN202111223218A CN113886264A CN 113886264 A CN113886264 A CN 113886264A CN 202111223218 A CN202111223218 A CN 202111223218A CN 113886264 A CN113886264 A CN 113886264A
Authority
CN
China
Prior art keywords
distributed database
information
starting
port
file
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
CN202111223218.XA
Other languages
Chinese (zh)
Inventor
刘松树
谢永恒
程强
张俊杰
毛勇岗
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Ruian Technology Co Ltd
Original Assignee
Beijing Ruian 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 Ruian Technology Co Ltd filed Critical Beijing Ruian Technology Co Ltd
Priority to CN202111223218.XA priority Critical patent/CN113886264A/en
Publication of CN113886264A publication Critical patent/CN113886264A/en
Priority to PCT/CN2022/107573 priority patent/WO2023065749A1/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3684Test management for test design, e.g. generating new test cases
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/36Preventing errors by testing or debugging software
    • G06F11/3668Software testing
    • G06F11/3672Test management
    • G06F11/3688Test management for test execution, e.g. scheduling of test suites
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/27Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Quality & Reliability (AREA)
  • Computer Hardware Design (AREA)
  • Databases & Information Systems (AREA)
  • Software Systems (AREA)
  • Computing Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Stored Programmes (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The embodiment of the invention discloses an embedded method, an embedded device, embedded equipment and a storage medium of a distributed database. And (4) obtaining. The method comprises the following steps: acquiring a distributed database installation package, decompressing the distributed database installation package, and acquiring an installation file of a distributed database; wherein the installation file comprises a configuration file; modifying the configuration file according to preset configuration information; wherein the configuration information comprises port information; and starting the process of the distributed database at the port corresponding to the port information so as to perform program test according to the started distributed database. According to the embedding method of the distributed database provided by the embodiment of the invention, the process of the distributed database is started at the port corresponding to the port information, so that the program test is carried out according to the started distributed database, and the embedded distributed database is not conflicted and can be compatible with various operating systems when the program test is carried out.

Description

Embedded method, device, equipment and storage medium of distributed database
Technical Field
The embodiment of the invention relates to the technical field of computers, in particular to an embedding method, device, equipment and storage medium of a distributed database.
Background
For a programming information system adopting a distributed database, in the process of carrying out unit test or integrated test, data in the distributed database needs to be called for testing. In the prior art, a distributed database of a server side or a container technology is generally adopted to initialize related instances. However, the problem of information conflict among multiple tests and the like can be caused when a distributed database of a server side is adopted for program test; the use of container technology for testing is incompatible with a variety of operating systems.
Disclosure of Invention
The embodiment of the invention provides an embedded method, an embedded device, embedded equipment and a storage medium of a distributed database, so that the embedded distributed database is not conflicted when a program is tested and can be compatible with various operating systems.
In a first aspect, an embodiment of the present invention provides an embedding method for a distributed database, including:
acquiring a distributed database installation package, decompressing the distributed database installation package, and acquiring an installation file of a distributed database; wherein the installation file comprises a configuration file;
modifying the configuration file according to preset configuration information; wherein the configuration information comprises port information;
and starting the process of the distributed database at the port corresponding to the port information so as to perform program test according to the started distributed database.
Further, after the port corresponding to the port information starts the process of the distributed database, the method further includes:
monitoring log information of the distributed database in a starting process;
judging whether the distributed database is started successfully or not according to the log information;
and if the starting is successful, returning the starting success information.
Further, after obtaining the distributed database installation package, the method further includes:
acquiring a temporary storage path;
after obtaining the installation file of the distributed database, the method further comprises the following steps:
and storing the installation file into the temporary storage path.
Further, after the port corresponding to the port information starts the process of the distributed database, the method further includes:
when an instruction for ending the distributed database service is received, acquiring a process occupying a port corresponding to the port information, and determining the process as a target process;
and ending the target process.
In a second aspect, an embodiment of the present invention further provides an embedded apparatus for a distributed database, including:
acquiring a distributed database installation package, decompressing the distributed database installation package, and acquiring an installation file of a distributed database; wherein the installation file comprises a configuration file;
modifying the configuration file according to preset configuration information; wherein the configuration information comprises port information;
and starting the process of the distributed database at the port corresponding to the port information so as to perform program test according to the started distributed database.
Further, after the port corresponding to the port information starts the process of the distributed database, the method further includes:
monitoring log information of the distributed database in a starting process;
judging whether the distributed database is started successfully or not according to the log information;
and if the starting is successful, returning the starting success information.
Further, after obtaining the distributed database installation package, the method further includes:
acquiring a temporary storage path;
after obtaining the installation file of the distributed database, the method further comprises the following steps:
and storing the installation file into the temporary storage path.
Further, after the port corresponding to the port information starts the process of the distributed database, the method further includes:
when an instruction for ending the distributed database service is received, acquiring a process occupying a port corresponding to the port information, and determining the process as a target process;
and ending the target process.
In a third aspect, an embodiment of the present invention further provides a computer device, including a memory, a processor, and a computer program stored in the memory and executable on the processor, where the processor executes the computer program to implement the embedded method of the distributed database according to the embodiment of the present invention.
In a fourth aspect, the embodiment of the present invention further provides a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the embedded method of the distributed database according to the embodiment of the present invention.
The embodiment of the invention discloses an embedded method, an embedded device, embedded equipment and a storage medium of a distributed database. Acquiring a distributed database installation package, decompressing the distributed database installation package, and acquiring an installation file of the distributed database; wherein the installation file comprises a configuration file; modifying the configuration file according to the preset configuration information; wherein the configuration information comprises port information; and starting the process of the distributed database at the port corresponding to the port information so as to perform program test according to the started distributed database. According to the embedding method of the distributed database provided by the embodiment of the invention, the process of the distributed database is started at the port corresponding to the port information, so that the program test is carried out according to the started distributed database, and the embedded distributed database is not conflicted and can be compatible with various operating systems when the program test is carried out.
Drawings
FIG. 1 is a flow chart of an embedded method of a distributed database according to an embodiment of the present invention;
fig. 2 is a schematic structural diagram of an embedded apparatus of a distributed database according to a second embodiment of the present invention;
fig. 3 is a schematic structural diagram of a computer device in a third embodiment of the present invention.
Detailed Description
The present invention will be described in further detail with reference to the accompanying drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not limiting of the invention. It should be further noted that, for the convenience of description, only some of the structures related to the present invention are shown in the drawings, not all of the structures.
Example one
Fig. 1 is a flowchart of an exemplary embodiment of an embedding method for a distributed database, where the exemplary embodiment is applicable to an embedded situation of a distributed database, and the method may be executed by an embedded apparatus for a distributed database, where the apparatus may be composed of hardware and/or software, and may be generally integrated in a device with an embedded function of a distributed database. As shown in fig. 1, the method specifically includes the following steps:
and step 110, acquiring the distributed database installation package, decompressing the distributed database installation package, and acquiring the installation file of the distributed database.
Where installation files are understood to include all files of a distributed database installation. For example: a configuration file. The configuration file may be a suffix file of ". yml". The distributed database installation package may be of any operating system version, for example: window version, Lenix version, or Dos version, etc. The distributed database may be, for example, an Elasticsearch database.
In this embodiment, the distributed database installation package may be obtained from a local storage or a server, and then the installation file is obtained by decompressing the distributed database installation package with the compression application program.
Optionally, after obtaining the distributed database installation package, the method further includes the following steps: a temporary deposit path is obtained.
Obtaining the temporary storage path may be understood as allocating a temporary storage space in a memory in the terminal device for storing the installation file.
Correspondingly, after obtaining the installation file of the distributed database, the method further comprises the following steps: and storing the installation file into the temporary storage path.
And step 120, modifying the configuration file according to the preset configuration information.
The configuration information includes port information, a log file directory, a data file directory, and the like. The port information may be randomly distributed by the current system according to the target idle port or specified by the user.
And step 130, starting a process of the distributed database at a port corresponding to the port information, so as to perform program test according to the started distributed database.
Specifically, after the port information in the configuration file is modified, the operating system starts a process in the port corresponding to the port information through a process calling component (such as Runtime) for starting the distributed database, so as to perform program testing according to the started distributed database.
Optionally, after the port corresponding to the port information starts the process of the distributed database, the method further includes the following steps: monitoring log information of the distributed database in the starting process; judging whether the distributed database is started successfully or not according to the log information; and if the starting is successful, returning the starting success information.
The log information may record the starting progress and the starting state of the distributed database. In this embodiment, in the process of starting the distributed database through the process, the operating system may monitor log information of the distributed database in the starting process, and may obtain the starting progress and state of the monitored distributed database in real time through the log information, so as to determine whether the distributed database is successfully started according to the starting progress and state, and if the distributed database is successfully started, return the information of successful starting.
Optionally, after the port corresponding to the port information starts the process of the distributed database, the method further includes the following steps: when an instruction for ending the distributed database service is received, acquiring a process occupying a port corresponding to the port information, and determining the process as a target process; and ending the target process.
Specifically, a port corresponding to the port information is obtained first, and then a process in the port is terminated, thereby terminating the process of the distributed database.
According to the technical scheme of the embodiment, a distributed database installation package is obtained, and the distributed database installation package is decompressed to obtain installation files of the distributed database; wherein the installation file comprises a configuration file; modifying the configuration file according to the preset configuration information; wherein the configuration information comprises port information; and starting the process of the distributed database at the port corresponding to the port information so as to perform program test according to the started distributed database. According to the embedding method of the distributed database provided by the embodiment of the invention, the process of the distributed database is started at the port corresponding to the port information, so that the program test is carried out according to the started distributed database, and the embedded distributed database is not conflicted and can be compatible with various operating systems when the program test is carried out.
Example two
Fig. 2 is a schematic structural diagram of an embedded apparatus of a distributed database according to a second embodiment of the present invention, and as shown in fig. 2, the apparatus includes:
the distributed database installation package obtaining module 210 is configured to obtain a distributed database installation package, decompress the distributed database installation package, and obtain an installation file of the distributed database; wherein the installation file comprises a configuration file;
a configuration file modification module 220, configured to modify a configuration file according to preset configuration information; wherein the configuration information comprises port information;
the process starting module 230 is configured to start a process of the distributed database at a port corresponding to the port information, so as to perform a program test according to the started distributed database.
Optionally, the method further includes: a log information monitoring module for:
monitoring log information of the distributed database in the starting process;
judging whether the distributed database is started successfully or not according to the log information;
and if the starting is successful, returning the starting success information.
Optionally, the method further includes: a temporary deposit path acquisition module to:
acquiring a temporary storage path;
further comprising: an installation file storage module for:
and storing the installation file into the temporary storage path.
Optionally, the method further includes: a process termination module to:
when an instruction for ending the distributed database service is received, acquiring a process occupying a port corresponding to the port information, and determining the process as a target process;
and ending the target process.
The device can execute the methods provided by all the embodiments of the invention, and has corresponding functional modules and beneficial effects for executing the methods. For details not described in detail in this embodiment, reference may be made to the methods provided in all the foregoing embodiments of the present invention.
EXAMPLE III
Fig. 3 is a schematic structural diagram of a computer device according to a third embodiment of the present invention. FIG. 3 illustrates a block diagram of a computer device 312 suitable for use in implementing embodiments of the present invention. The computer device 312 shown in FIG. 3 is only an example and should not bring any limitations to the functionality or scope of use of embodiments of the present invention. Device 312 is a computing device with embedded functionality typical of distributed databases.
As shown in FIG. 3, computer device 312 is in the form of a general purpose computing device. The components of computer device 312 may include, but are not limited to: one or more processors 316, a storage device 328, and a bus 318 that couples the various system components including the storage device 328 and the processors 316.
Bus 318 represents one or more of any of several types of bus structures, including a memory bus or memory controller, a peripheral bus, an accelerated graphics port, and a processor or local bus using any of a variety of bus architectures. By way of example, such architectures include, but are not limited to, an Industry Standard Architecture (ISA) bus, a Micro Channel Architecture (MCA) bus, an enhanced ISA bus, a Video Electronics Standards Association (VESA) local bus, and a Peripheral Component Interconnect (PCI) bus.
Computer device 312 typically includes a variety of computer system readable media. Such media may be any available media that is accessible by computer device 312 and includes both volatile and nonvolatile media, removable and non-removable media.
Storage 328 may include computer system readable media in the form of volatile Memory, such as Random Access Memory (RAM) 330 and/or cache Memory 332. The computer device 312 may further include other removable/non-removable, volatile/nonvolatile computer system storage media. By way of example only, storage system 334 may be used to read from and write to non-removable, nonvolatile magnetic media (not shown in FIG. 3, and commonly referred to as a "hard drive"). Although not shown in FIG. 3, a magnetic disk drive for reading from and writing to a removable, nonvolatile magnetic disk (e.g., a "floppy disk") and an optical disk drive for reading from or writing to a removable, nonvolatile optical disk (e.g., a Compact disk-Read Only Memory (CD-ROM), a Digital Video disk (DVD-ROM), or other optical media) may be provided. In these cases, each drive may be connected to bus 318 by one or more data media interfaces. Storage 328 may include at least one program product having a set (e.g., at least one) of program modules that are configured to carry out the functions of embodiments of the invention.
Program 336 having a set (at least one) of program modules 326 may be stored, for example, in storage 328, such program modules 326 including, but not limited to, an operating system, one or more application programs, other program modules, and program data, each of which may comprise an implementation of a network environment, or some combination thereof. Program modules 326 generally carry out the functions and/or methodologies of embodiments of the invention as described herein.
The computer device 312 may also communicate with one or more external devices 314 (e.g., keyboard, pointing device, camera, display 324, etc.), with one or more devices that enable a user to interact with the computer device 312, and/or with any devices (e.g., network card, modem, etc.) that enable the computer device 312 to communicate with one or more other computing devices. Such communication may occur via input/output (I/O) interfaces 322. Also, computer device 312 may communicate with one or more networks (e.g., a Local Area Network (LAN), Wide Area Network (WAN), etc.) and/or a public Network, such as the internet, via Network adapter 320. As shown, network adapter 320 communicates with the other modules of computer device 312 via bus 318. It should be appreciated that although not shown in the figures, other hardware and/or software modules may be used in conjunction with the computer device 312, including but not limited to: microcode, device drivers, Redundant processing units, external disk drive Arrays, disk array (RAID) systems, tape drives, and data backup storage systems, to name a few.
Processor 316 executes various functional applications and data processing, such as implementing the embedded approach to a distributed database provided by the above-described embodiments of the present invention, by executing programs stored in storage 328.
Example four
Embodiments of the present invention provide a computer-readable storage medium on which a computer program is stored, where the computer program, when executed by a processing device, implements an embedded method of a distributed database as in embodiments of the present invention.
The computer readable medium of the present invention described above may be a computer readable signal medium or a computer readable storage medium or any combination of the two. A computer readable storage medium may be, for example, but not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any combination of the foregoing. More specific examples of the computer readable storage medium may include, but are not limited to: an electrical connection having one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing. In the present disclosure, a computer readable storage medium may be any tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. In contrast, in the present disclosure, a computer readable signal medium may comprise a propagated data signal with computer readable program code embodied therein, either in baseband or as part of a carrier wave. Such a propagated data signal may take many forms, including, but not limited to, electro-magnetic, optical, or any suitable combination thereof. A computer readable signal medium may also be any computer readable medium that is not a computer readable storage medium and that can communicate, propagate, or transport a program for use by or in connection with an instruction execution system, apparatus, or device. Program code embodied on a computer readable medium may be transmitted using any appropriate medium, including but not limited to: electrical wires, optical cables, RF (radio frequency), etc., or any suitable combination of the foregoing.
In some embodiments, the clients, servers may communicate using any currently known or future developed network Protocol, such as HTTP (HyperText Transfer Protocol), and may interconnect with any form or medium of digital data communication (e.g., a communications network). Examples of communication networks include a local area network ("LAN"), a wide area network ("WAN"), the Internet (e.g., the Internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed network.
The computer readable medium may be embodied in the electronic device; or may exist separately without being assembled into the electronic device.
The computer readable medium carries one or more programs which, when executed by the electronic device, cause the electronic device to: acquiring a distributed database installation package, decompressing the distributed database installation package, and acquiring an installation file of a distributed database; wherein the installation file comprises a configuration file; modifying the configuration file according to preset configuration information; wherein the configuration information comprises port information; and starting the process of the distributed database at the port corresponding to the port information so as to perform program test according to the started distributed database.
Computer program code for carrying out operations for the present disclosure may be written in any combination of one or more programming languages, including but not limited to an object oriented programming language such as Java, Smalltalk, C + +, and conventional procedural programming languages, such as the "C" programming language or similar programming languages. The program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server. In the case of a remote computer, the remote computer may be connected to the user's computer through any type of network, including a Local Area Network (LAN) or a Wide Area Network (WAN), or the connection may be made to an external computer (for example, through the Internet using an Internet service provider).
The flowchart and block diagrams in the figures illustrate the architecture, functionality, and operation of possible implementations of systems, methods and computer program products according to various embodiments of the present disclosure. In this regard, each block in the flowchart or block diagrams may represent a module, segment, or portion of code, which comprises one or more executable instructions for implementing the specified logical function(s). It should also be noted that, in some alternative implementations, the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or the blocks may sometimes be executed in the reverse order, depending upon the functionality involved. It will also be noted that each block of the block diagrams and/or flowchart illustration, and combinations of blocks in the block diagrams and/or flowchart illustration, can be implemented by special purpose hardware-based systems which perform the specified functions or acts, or combinations of special purpose hardware and computer instructions.
The units described in the embodiments of the present disclosure may be implemented by software or hardware. Where the name of an element does not in some cases constitute a limitation on the element itself.
The functions described herein above may be performed, at least in part, by one or more hardware logic components. For example, without limitation, exemplary types of hardware logic components that may be used include: field Programmable Gate Arrays (FPGAs), Application Specific Integrated Circuits (ASICs), Application Specific Standard Products (ASSPs), systems on a chip (SOCs), Complex Programmable Logic Devices (CPLDs), and the like.
In the context of this disclosure, a machine-readable medium may be a tangible medium that can contain, or store a program for use by or in connection with an instruction execution system, apparatus, or device. The machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium. A machine-readable medium may include, but is not limited to, an electronic, magnetic, optical, electromagnetic, infrared, or semiconductor system, apparatus, or device, or any suitable combination of the foregoing. More specific examples of a machine-readable storage medium would include an electrical connection based on one or more wires, a portable computer diskette, a hard disk, a Random Access Memory (RAM), a read-only memory (ROM), an erasable programmable read-only memory (EPROM or flash memory), an optical fiber, a portable compact disc read-only memory (CD-ROM), an optical storage device, a magnetic storage device, or any suitable combination of the foregoing.
It is to be noted that the foregoing is only illustrative of the preferred embodiments of the present invention and the technical principles employed. It will be understood by those skilled in the art that the present invention is not limited to the particular embodiments described herein, but is capable of various obvious changes, rearrangements and substitutions as will now become apparent to those skilled in the art without departing from the scope of the invention. Therefore, although the present invention has been described in greater detail by the above embodiments, the present invention is not limited to the above embodiments, and may include other equivalent embodiments without departing from the spirit of the present invention, and the scope of the present invention is determined by the scope of the appended claims.

Claims (10)

1. An embedding method of a distributed database is characterized by comprising the following steps:
acquiring a distributed database installation package, decompressing the distributed database installation package, and acquiring an installation file of a distributed database; wherein the installation file comprises a configuration file;
modifying the configuration file according to preset configuration information; wherein the configuration information comprises port information;
and starting the process of the distributed database at the port corresponding to the port information so as to perform program test according to the started distributed database.
2. The method according to claim 1, further comprising, after the port corresponding to the port information starts the process of the distributed database:
monitoring log information of the distributed database in a starting process;
judging whether the distributed database is started successfully or not according to the log information;
and if the starting is successful, returning the starting success information.
3. The method of claim 1, after obtaining the distributed database installation package, further comprising:
acquiring a temporary storage path;
after obtaining the installation file of the distributed database, the method further comprises the following steps:
and storing the installation file into the temporary storage path.
4. The method according to claim 1, further comprising, after the port corresponding to the port information starts the process of the distributed database:
when an instruction for ending the distributed database service is received, acquiring a process occupying a port corresponding to the port information, and determining the process as a target process;
and ending the target process.
5. An embedded apparatus of a distributed database, comprising:
the distributed database installation package obtaining module is used for obtaining a distributed database installation package and decompressing the distributed database installation package to obtain an installation file of the distributed database; wherein the installation file comprises a configuration file;
the configuration file modification module is used for modifying the configuration file according to preset configuration information; wherein the configuration information comprises port information;
and the process starting module is used for starting the process of the distributed database at the port corresponding to the port information so as to perform program test according to the started distributed database.
6. The apparatus of claim 5, further comprising: a log information monitoring module for:
monitoring log information of the distributed database in a starting process;
judging whether the distributed database is started successfully or not according to the log information;
and if the starting is successful, returning the starting success information.
7. The apparatus of claim 5, further comprising: a temporary deposit path acquisition module to:
acquiring a temporary storage path;
further comprising: an installation file storage module for:
and storing the installation file into the temporary storage path.
8. The apparatus of claim 5, further comprising: a process termination module to:
when an instruction for ending the distributed database service is received, acquiring a process occupying a port corresponding to the port information, and determining the process as a target process;
and ending the target process.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the processor implements the embedded method of a distributed database according to any one of claims 1-4 when executing the program.
10. A computer-readable storage medium, on which a computer program is stored, which program, when being executed by a processor, carries out the method of embedding a distributed database according to any one of claims 1 to 4.
CN202111223218.XA 2021-10-20 2021-10-20 Embedded method, device, equipment and storage medium of distributed database Pending CN113886264A (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
CN202111223218.XA CN113886264A (en) 2021-10-20 2021-10-20 Embedded method, device, equipment and storage medium of distributed database
PCT/CN2022/107573 WO2023065749A1 (en) 2021-10-20 2022-07-25 Distributed database embedding method and apparatus, and device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111223218.XA CN113886264A (en) 2021-10-20 2021-10-20 Embedded method, device, equipment and storage medium of distributed database

Publications (1)

Publication Number Publication Date
CN113886264A true CN113886264A (en) 2022-01-04

Family

ID=79003899

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111223218.XA Pending CN113886264A (en) 2021-10-20 2021-10-20 Embedded method, device, equipment and storage medium of distributed database

Country Status (2)

Country Link
CN (1) CN113886264A (en)
WO (1) WO2023065749A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023065749A1 (en) * 2021-10-20 2023-04-27 北京锐安科技有限公司 Distributed database embedding method and apparatus, and device and storage medium

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN117093640B (en) * 2023-10-18 2024-01-23 上海柯林布瑞信息技术有限公司 Data extraction method and device based on pooling technology

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10209982B2 (en) * 2017-05-16 2019-02-19 Bank Of America Corporation Distributed storage framework information server platform architecture
CN110389900B (en) * 2019-07-10 2022-09-23 深圳市腾讯计算机***有限公司 Distributed database cluster testing method and device and storage medium
CN111124890B (en) * 2019-11-30 2024-02-09 苏州浪潮智能科技有限公司 Distributed database performance test method, system, terminal and storage medium
CN111625434A (en) * 2020-05-08 2020-09-04 苏州浪潮智能科技有限公司 Database OLTP benchmark performance test method, system and related components
CN113886264A (en) * 2021-10-20 2022-01-04 北京锐安科技有限公司 Embedded method, device, equipment and storage medium of distributed database

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2023065749A1 (en) * 2021-10-20 2023-04-27 北京锐安科技有限公司 Distributed database embedding method and apparatus, and device and storage medium

Also Published As

Publication number Publication date
WO2023065749A1 (en) 2023-04-27

Similar Documents

Publication Publication Date Title
CN110008045B (en) Method, device and equipment for aggregating microservices and storage medium
WO2023065749A1 (en) Distributed database embedding method and apparatus, and device and storage medium
CN110851204B (en) Application starting method and device and application packaging method and device
CN107644075B (en) Method and device for collecting page information
CN112965761B (en) Data processing method, system, electronic equipment and storage medium
CN110929128A (en) Data crawling method, device, equipment and medium
CN111625422B (en) Thread monitoring method, thread monitoring device, electronic equipment and computer readable storage medium
CN111198853B (en) Data processing method, device, electronic equipment and computer readable storage medium
CN113032349A (en) Data storage method and device, electronic equipment and computer readable medium
CN110825802A (en) Multi-type database data backup method, device, equipment and storage medium
CN111262727B (en) Service capacity expansion method, device, equipment and storage medium
CN110753136B (en) Domain name resolution method, device, equipment and storage medium
CN112306683A (en) Function hijacking method, device, medium and electronic equipment
CN112084114A (en) Method and apparatus for testing an interface
CN110781234A (en) TRS database retrieval method, device, equipment and storage medium
US9582661B2 (en) Isolated program execution environment
CN111831530A (en) Test method and device
CN112203113B (en) Video stream structuring method and device, electronic equipment and computer readable medium
CN116820354B (en) Data storage method, data storage device and data storage system
CN115484200B (en) Buried point testing method, buried point testing device, server, storage medium and buried point testing system
CN111460273B (en) Information pushing method and device
CN110691108B (en) Picture downloading and saving method and electronic equipment
CN113765694A (en) Log information display method and device, electronic equipment and computer readable medium
CN113641587A (en) Operation interface test method, device, terminal and storage medium
CN114116432A (en) Migration verification method, migration verification platform, electronic device 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