CN115329374A - Code submission control method and device - Google Patents

Code submission control method and device Download PDF

Info

Publication number
CN115329374A
CN115329374A CN202210961196.5A CN202210961196A CN115329374A CN 115329374 A CN115329374 A CN 115329374A CN 202210961196 A CN202210961196 A CN 202210961196A CN 115329374 A CN115329374 A CN 115329374A
Authority
CN
China
Prior art keywords
code
submission
code submission
instruction
submitting
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
CN202210961196.5A
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.)
Bank of China Ltd
Original Assignee
Bank of China 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 Bank of China Ltd filed Critical Bank of China Ltd
Priority to CN202210961196.5A priority Critical patent/CN115329374A/en
Publication of CN115329374A publication Critical patent/CN115329374A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/60Protecting data
    • G06F21/62Protecting access to data via a platform, e.g. using keys or access control rules
    • G06F21/6218Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2221/00Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/21Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F2221/2149Restricted operating environment

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Software Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Health & Medical Sciences (AREA)
  • Bioethics (AREA)
  • General Health & Medical Sciences (AREA)
  • Computer Hardware Design (AREA)
  • Computer Security & Cryptography (AREA)
  • Pinball Game Machines (AREA)

Abstract

The invention provides a code submission control method and a code submission control device, which can be applied to the financial field or other fields. The code submission control method comprises the following steps: acquiring a code submission record, and identifying an operation instruction in the code submission record; performing code submission interruption operation according to the recognition result; and receiving an approval instruction, and submitting a corresponding code in the code submitting record according to the approval instruction. The invention can realize the control of code submission and avoid the wrong submission and loss of the code.

Description

Code submission control method and device
Technical Field
The invention relates to the field of finance, in particular to a code submission control method and device.
Background
When a developer develops, a manager wants to control the authority, controls the authority on each branch and limits the developer to submit. The Tgit system can set personnel permission in a single project at present, needs to enter the project to set, is inconvenient for an administrator, needs to enter the project setting when a plurality of projects exist, cannot directly see the personnel permission, and cannot interrupt submission of error codes in time.
Disclosure of Invention
The embodiment of the invention mainly aims to provide a code submission control method and a code submission control device, so as to realize control on code submission and avoid error submission and loss of codes.
In order to achieve the above object, an embodiment of the present invention provides a code submission control method, including:
acquiring a code submission record, and identifying an operation instruction in the code submission record;
performing code submission interruption operation according to the recognition result;
and receiving an approval instruction, and submitting a corresponding code in the code submitting record according to the approval instruction.
In one embodiment, the performing the code submission interruption operation according to the recognition result includes:
and when the identification result is a submitting instruction or a pushing instruction, performing code submitting interruption operation.
In one embodiment, submitting the corresponding code in the code submission record according to the approval instruction includes:
and when the approval instruction passes the approval, putting the corresponding code in the code submission record into the corresponding branch in the code warehouse.
In one embodiment, identifying the operation instructions in the code submission record includes:
and identifying the operation instruction in the code submission record through a callback hook function.
An embodiment of the present invention further provides a code submission control device, including:
the identification module is used for acquiring the code submission record and identifying the operation instruction in the code submission record;
the interrupt module is used for carrying out code submission interrupt operation according to the identification result;
and the submitting module is used for receiving the approval instruction and submitting the corresponding codes in the code submitting records according to the approval instruction.
In one embodiment, the interrupt module is specifically configured to:
and when the identification result is a submission instruction or a push instruction, performing code submission interruption operation.
In one embodiment, the submit module is specifically configured to:
and when the approval instruction is that the approval is passed, putting the corresponding code in the code submission record into the corresponding branch in the code warehouse.
In one embodiment, the identification module is specifically configured to:
and identifying the operation instruction in the code submission record through a callback hook function.
The embodiment of the invention also provides computer equipment which comprises a memory, a processor and a computer program stored on the memory and running on the processor, wherein the processor realizes the steps of the code submission control method when executing the computer program.
Embodiments of the present invention further provide a computer-readable storage medium, on which a computer program is stored, where the computer program, when executed by a processor, implements the steps of the code submission control method.
An embodiment of the present invention further provides a computer program product, which includes a computer program/instruction, and the computer program/instruction, when executed by a processor, implements the steps of the code submission control method.
The code submission control method and the code submission control device in the embodiment of the invention firstly identify the operation instruction in the code submission record, carry out code submission interruption operation according to the identification result, and then submit the corresponding code in the code submission record according to the approval instruction, so that the control of code submission can be realized, and the wrong submission and loss of the code are avoided.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings used in the description of the embodiments will be briefly introduced below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art that other drawings can be obtained based on these drawings without creative efforts.
FIG. 1 is a flow chart of a code submission control method in an embodiment of the present invention;
FIG. 2 is a block diagram showing the construction of a code submission controlling means in the embodiment of the present invention;
fig. 3 is a block diagram of a computer device in the embodiment of the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, 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 invention.
As will be appreciated by one skilled in the art, embodiments of the present invention may be embodied as a system, apparatus, device, method, or computer program product. Accordingly, the present disclosure may be embodied in the form of: entirely hardware, entirely software (including firmware, resident software, micro-code, etc.), or a combination of hardware and software.
In the technical scheme of the invention, the data acquisition, storage, use, processing and the like all conform to relevant regulations of national laws and regulations.
It should be noted that the code submission control method and apparatus of the present invention may be used in a code submission scenario in the financial field, and may also be used in any field other than the financial field. The embodiment of the invention does not limit the application field of the code submission control method and the device.
The terms involved in the present invention are explained as follows:
js: the JavaScript running environment based on the Chrome V8 engine is used for constructing a high-speed and telescopic network application program. Js employs an event-driven and non-blocking I/O model that makes it lightweight and efficient, a perfect option for building scalable network applications.
MongoDB: the open source NoSQL database system is written in C + + and is based on distributed file storage. The method is a product between a relational database and a non-relational database, and aims to provide an extensible high-performance data storage solution for web applications.
TGIT: the online code hosting tool based on git provided by worker bee and Tencent cloud comprises the functions of code submission, storage, downloading, duplication, branching, history, comparison, combination and the like. The code and code quality management and project personnel management can be finished in a one-stop mode, the research and development efficiency is greatly improved, and the webAPI is provided.
And (4) callback hook: and a hook function can set a custom script triggered by git when a specific important action is taken, and events such as push (push), defect (issue), commit (commit), merge (merge), comment (note) and review (review) can trigger a callback hook.
In view of the fact that the prior art cannot directly see the authority of the personnel and cannot timely interrupt submission of the error codes, the embodiment of the invention provides a code submission control method and a code submission control device, wherein the method and the device perform unified authority control on multiple projects, and then are put to each branch of the project, so that management personnel can conveniently manage the authority of the multiple projects, the authority of submission of each project code is strictly controlled, and error submission and loss caused by unclear authority are avoided.
The invention builds a management terminal node.js by using the node.js, the node.js has the advantages of event driving and asynchronous programming, and has extremely high performance, light weight, high efficiency and low resource occupancy rate in an I/O (input/output) security level scene. The JavaScript is used as the language of the application layer, so that the language threshold is low; the Restfu API is adapted to essentially look up values from a database or cache and compose them into a response; the MongoDB database is a database facing document storage, and is simple to operate. The performance (fragmentation and distribution) of the server can be improved by adding nodes, and the control on the submission of the personnel code can be realized by calling a webAPI provided by worker bees and adding a callback hook function.
For example, a management end operation platform is built through node.js, vue or other front end frameworks, a front end interface is realized through vue or other frameworks, and frames such as koa, express, nuxt and the like are used for connecting a MongoDB database to store information such as operator account information, engineering project catalogues, examination and approval operation records and the like. The system is connected with a tgit project warehouse through an interface api provided by the tgit system, a worker bee webAPI is called to acquire all engineering branches and directory information under the project in the tgit warehouse, a callback hook is added to the project, and a callback hook function termination code submitting action is compiled in the tgit code warehouse. When a developer finishes code change and wants to submit a code, commit/push operation is needed, the code is merged into a branch to be pushed, and the warehouse code can finish submitting and updating. By setting the callback hook function for the project, when a developer initiates a push/commit operation, the callback hook function captures the operation command to submit an interrupt operation, and stores the record into the database. At the moment, the management end has the submission record, a manager with authority can carry out examination and approval operation, a callback hook function is also set during the examination and approval operation, when the examiner selects that the examination and approval is passed, the callback hook function obtains an examination and approval passing instruction, commit/push operation is carried out on the code of which the submission operation is stopped, and the code submission is finished; and similarly, if the approver selects that the approval does not pass the return, stopping the operation by setting a callback hook function, and informing the code submitter that the approval does not pass and the submission fails. The present invention will be described in detail below with reference to the accompanying drawings.
Fig. 1 is a flowchart of a code submission control method in an embodiment of the present invention. As shown in fig. 1, the code submission control method includes:
s101: and acquiring a code submission record, and identifying the operation instruction in the code submission record.
Before S101 is executed, a developer writes codes locally in an engineering branch which belongs to a project warehouse which has access to the system, and after the modification is locally completed, a commit/push operation instruction is initiated to submit the codes, and the system generates a code submission record. And the callback hook function acquires a code submission record and stores the code submission record into a database.
In one embodiment, identifying the operation instructions in the code submission record includes:
and identifying the operation instruction in the code submission record through a callback hook function.
S102: and performing code submission interruption operation according to the identification result.
In one embodiment, S102 includes:
and when the identification result is a submitting instruction or a pushing instruction, performing code submitting interruption operation.
S103: and receiving an approval instruction, and submitting a corresponding code in the code submitting record according to the approval instruction.
In specific implementation, the management terminal is connected with the database, so that the code submission record can be acquired, and the submission record is displayed in the operation interface. And after logging in the system, an operator with the approval authority can see the record and carry out approval operation. After the operator performs the approval, the hook function is called back to obtain an approval instruction, and corresponding operation processing is performed.
In one embodiment, submitting the corresponding code in the code submission record according to the approval instruction includes:
and when the approval instruction passes the approval, putting the corresponding code in the code submission record into the corresponding branch in the code warehouse.
For example, when the approval instruction is approval pass, the callback hook function acquires the approval pass instruction, commit/push operation is performed to complete the code submission, the code is merged to the corresponding branch, and the remote warehouse code is updated; if the approval instruction is that the approval is not passed, the callback hook function immediately terminates the operation of submitting the code, returns the submitted code, and informs the developer that the approval is not passed and the submission fails.
The execution subject of the code submission control method shown in fig. 1 may be a computer. As can be seen from the process shown in fig. 1, the code submission control method according to the embodiment of the present invention performs team multi-project unified authority control on the part of the administrator, and then transfers the authority control to each branch of the project, so that the administrator can manage the authority of the project conveniently, the submission authority of each project code is strictly controlled, and the false submission and loss caused by unclear authority are avoided.
Based on the same inventive concept, the embodiment of the invention also provides a code submission control device, and as the principle of solving the problems of the device is similar to the code submission control method, the implementation of the device can refer to the implementation of the method, and repeated parts are not described again.
Fig. 2 is a block diagram showing the structure of a code submission controlling apparatus in the embodiment of the present invention. As shown in fig. 2, the code submission controlling means includes:
the identification module is used for acquiring the code submission record and identifying the operation instruction in the code submission record;
the interrupt module is used for carrying out code submission interrupt operation according to the identification result;
and the submitting module is used for receiving the approval instruction and submitting the corresponding codes in the code submitting records according to the approval instruction.
In one embodiment, the interrupt module is specifically configured to:
and when the identification result is a submitting instruction or a pushing instruction, performing code submitting interruption operation.
In one embodiment, the submission module is specifically configured to:
and when the approval instruction passes the approval, putting the corresponding code in the code submission record into the corresponding branch in the code warehouse.
In one embodiment, the identification module is specifically configured to:
and identifying the operation instruction in the code submission record through a callback hook function.
To sum up, the code submission control device of the embodiment of the present invention identifies the operation instruction in the code submission record, performs the code submission interruption operation according to the identification result, and submits the corresponding code in the code submission record according to the approval instruction, so that the control of code submission can be realized, and the wrong submission and loss of the code can be avoided.
The embodiment of the invention also provides a specific implementation mode of computer equipment, which can realize all the steps in the code submission control method in the embodiment. Fig. 3 is a block diagram of a computer device in an embodiment of the present invention, and referring to fig. 3, the computer device specifically includes the following:
a processor (processor) 301 and a memory (memory) 302.
The processor 301 is configured to call the computer program in the memory 302, and the processor implements all the steps in the code submission control method in the above embodiments when executing the computer program, for example, the processor implements the following steps when executing the computer program:
acquiring a code submission record, and identifying an operation instruction in the code submission record;
performing code submission interruption operation according to the recognition result;
and receiving an approval instruction, and submitting a corresponding code in the code submitting record according to the approval instruction.
To sum up, the computer device of the embodiment of the present invention first identifies the operation instruction in the code submission record, performs the code submission interruption operation according to the identification result, and then submits the corresponding code in the code submission record according to the approval instruction, so that the control of code submission can be realized, and the wrong submission and the loss of the code can be avoided.
An embodiment of the present invention further provides a computer-readable storage medium capable of implementing all the steps in the code submission control method in the foregoing embodiment, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, all the steps of the code submission control method in the foregoing embodiment are implemented, for example, when the processor executes the computer program, the following steps are implemented:
acquiring a code submission record, and identifying an operation instruction in the code submission record;
performing code submission interruption operation according to the recognition result;
and receiving an approval instruction, and submitting a corresponding code in the code submitting record according to the approval instruction.
To sum up, the computer-readable storage medium of the embodiment of the present invention first identifies the operation instruction in the code submission record, performs the code submission interruption operation according to the identification result, and then submits the corresponding code in the code submission record according to the approval instruction, so as to implement control over code submission and avoid wrong code submission and loss.
An embodiment of the present invention further provides a computer program product capable of implementing all steps in the code submission controlling method in the foregoing embodiment, where the computer program product includes a computer program/instruction, and when the computer program/instruction is executed by a processor, all steps of the code submission controlling method in the foregoing embodiment are implemented, for example, when the processor executes the computer program, the following steps are implemented:
acquiring a code submission record, and identifying an operation instruction in the code submission record;
performing code submission interruption operation according to the recognition result;
and receiving an approval instruction, and submitting a corresponding code in the code submitting record according to the approval instruction.
To sum up, the computer program product of the embodiment of the present invention first identifies the operation instruction in the code submission record, performs the code submission interruption operation according to the identification result, and then submits the corresponding code in the code submission record according to the approval instruction, so as to implement the control of code submission and avoid the wrong submission and loss of the code.
The above-mentioned embodiments are intended to illustrate the objects, technical solutions and advantages of the present invention in further detail, and it should be understood that the above-mentioned embodiments are only exemplary embodiments of the present invention, and are not intended to limit the scope of the present invention, and any modifications, equivalent substitutions, improvements and the like made within the spirit and principle of the present invention should be included in the scope of the present invention.
Those of skill in the art will further appreciate that the various illustrative logical blocks, units, and steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both. To clearly illustrate the interchangeability of hardware and software, various illustrative components, elements, and steps have been described above generally in terms of their functionality. Whether such functionality is implemented as hardware or software depends upon the particular application and design requirements of the overall system. Skilled artisans may implement the described functionality in varying ways for each particular application, but such implementation decisions should not be interpreted as causing a departure from the scope of the present embodiments.
The various illustrative logical blocks, or units, or devices described in connection with the embodiments disclosed herein may be implemented or performed with a general purpose processor, a digital signal processor, an Application Specific Integrated Circuit (ASIC), a field programmable gate array or other programmable logic device, discrete gate or transistor logic, discrete hardware components, or any combination thereof designed to perform the functions described herein. A general-purpose processor may be a microprocessor, but in the alternative, the processor may be any conventional processor, controller, microcontroller, or state machine. A processor may also be implemented as a combination of computing devices, e.g., a digital signal processor and a microprocessor, a plurality of microprocessors, one or more microprocessors in conjunction with a digital signal processor core, or any other similar configuration.
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 be stored in RAM memory, flash memory, ROM memory, EPROM memory, EEPROM memory, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art. For example, a storage medium may be coupled to the processor such the processor can read information from, and write information to, the storage medium. In the alternative, the storage medium may be integral to the processor. The processor and the storage medium may reside in an ASIC, which may be located in a user terminal. In the alternative, the processor and the storage medium may reside in different components in a user terminal.
In one or more exemplary designs, the functions described in the embodiments of the present invention may be implemented in hardware, software, firmware, or any combination of the three. If implemented in software, the functions may be stored on or transmitted over as one or more instructions or code on a computer-readable medium. Computer-readable media includes both computer storage media and communication media that facilitate transfer of a computer program from one place to another. Storage media may be any available media that can be accessed by a general purpose or special purpose computer. For example, such computer-readable media can include, but is not limited to, RAM, ROM, EEPROM, CD-ROM or other optical disk storage, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to carry or store program code in the form of instructions or data structures and which can be read by a general-purpose or special-purpose computer, or a general-purpose or special-purpose processor. Additionally, any connection is properly termed a computer-readable medium, and, thus, is included if the software is transmitted from a website, server, or other remote source via a coaxial cable, fiber optic cable, twisted pair, digital Subscriber Line (DSL), or wirelessly, e.g., infrared, radio, and microwave. Such discs (disk) and disks (disc) include compact disks, laser disks, optical disks, DVDs, floppy disks and blu-ray disks where disks usually reproduce data magnetically, while disks usually reproduce data optically with lasers. Combinations of the above may also be included in the computer-readable medium.

Claims (11)

1. A code submission control method, comprising:
acquiring a code submission record, and identifying an operation instruction in the code submission record;
performing code submission interruption operation according to the recognition result;
and receiving an approval instruction, and submitting the corresponding codes in the code submitting records according to the approval instruction.
2. The code submission control method of claim 1, wherein performing a code submission interruption operation according to the recognition result includes:
and when the identification result is a submitting instruction or a pushing instruction, carrying out code submitting interruption operation.
3. The method for controlling code submission according to claim 1, wherein submitting the corresponding code in the code submission record according to the approval command includes:
and when the approval instruction passes the approval, putting the corresponding code in the code submission record into the corresponding branch in the code warehouse.
4. The code submission control method of claim 1, wherein identifying the operation instructions in the code submission record includes:
and identifying the operation instruction in the code submission record through a callback hook function.
5. A code submission controlling apparatus, comprising:
the identification module is used for acquiring a code submission record and identifying an operation instruction in the code submission record;
the interrupt module is used for submitting the code to interrupt according to the identification result;
and the submitting module is used for receiving the approval instruction and submitting the corresponding codes in the code submitting record according to the approval instruction.
6. The code submission control apparatus of claim 5, wherein the interrupt module is specifically configured to:
and when the identification result is a submitting instruction or a pushing instruction, carrying out code submitting interruption operation.
7. The code submission control apparatus of claim 5, wherein the submission module is specifically configured to:
and when the approval instruction passes the approval, putting the corresponding code in the code submission record into the corresponding branch in the code warehouse.
8. The code submission controlling device of claim 5, wherein the identifying module is specifically configured to:
and identifying the operation instruction in the code submission record through a callback hook function.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and running on the processor, characterized in that the processor implements the steps of the code submission control method of any of claims 1 to 4 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 steps of the code submission control method of any of claims 1 to 4.
11. A computer program product comprising computer programs/instructions, characterized in that the computer programs/instructions, when executed by a processor, implement the steps of the code submission control method of any of claims 1 to 4.
CN202210961196.5A 2022-08-11 2022-08-11 Code submission control method and device Pending CN115329374A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210961196.5A CN115329374A (en) 2022-08-11 2022-08-11 Code submission control method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202210961196.5A CN115329374A (en) 2022-08-11 2022-08-11 Code submission control method and device

Publications (1)

Publication Number Publication Date
CN115329374A true CN115329374A (en) 2022-11-11

Family

ID=83920827

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202210961196.5A Pending CN115329374A (en) 2022-08-11 2022-08-11 Code submission control method and device

Country Status (1)

Country Link
CN (1) CN115329374A (en)

Similar Documents

Publication Publication Date Title
US11620277B2 (en) Transaction processing at non-relational databases
US20200387443A1 (en) Systems and methods for testing source code
US11055703B2 (en) Smart contract lifecycle management
US11005850B2 (en) Access control for database
DE112012005037T5 (en) Manage redundant immutable files using deduplications in storage clouds
US10268705B2 (en) Identifying unused privileges in a database system
US10713378B2 (en) Techniques for eventually consistent inheritance propagation for nested content item namespaces
DE112018002954T5 (en) PROVIDING A CONFIGURATION-RELATED WORKFLOW
EP3516549B1 (en) Systems and methods for accessing a database management system
US20200364241A1 (en) Method for data synchronization between a source database system and target database system
US20120310918A1 (en) Unique join data caching method
CN111611276A (en) Data query method, device and storage medium
CN114358742A (en) Workflow execution method, device, equipment and storage medium
WO2011069765A1 (en) Automatic generation of a query lineage
US9928270B2 (en) Aggregating and summarizing sequences of hierarchical records
CN116821098A (en) Data warehouse management method, service system and storage medium
CN115329374A (en) Code submission control method and device
CN111427902B (en) Metadata management method, device, equipment and medium based on lightweight database
US10019477B2 (en) Anticipatory query completion by pattern detection
CN110221952B (en) Service data processing method and device and service data processing system
CN114282620A (en) Multi-source information physical twin data fusion management method and management system
US10769566B2 (en) Managing process instances
US20190034425A1 (en) Dynamic data relationships in a graph database
CN116226092B (en) Database updating method and device
CN115293605A (en) Data processing method, device, equipment and 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