CN112667720A - Conversion method, device, equipment and storage medium of interface data model - Google Patents

Conversion method, device, equipment and storage medium of interface data model Download PDF

Info

Publication number
CN112667720A
CN112667720A CN202011577532.3A CN202011577532A CN112667720A CN 112667720 A CN112667720 A CN 112667720A CN 202011577532 A CN202011577532 A CN 202011577532A CN 112667720 A CN112667720 A CN 112667720A
Authority
CN
China
Prior art keywords
interface
data model
server
consumption
model
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
CN202011577532.3A
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.)
Ping An Puhui Enterprise Management Co Ltd
Original Assignee
Ping An Puhui Enterprise Management 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 Ping An Puhui Enterprise Management Co Ltd filed Critical Ping An Puhui Enterprise Management Co Ltd
Priority to CN202011577532.3A priority Critical patent/CN112667720A/en
Publication of CN112667720A publication Critical patent/CN112667720A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention relates to the field of big data, and provides a conversion method, a conversion device, conversion equipment and a storage medium of an interface data model, which are used for improving the interface interaction efficiency of a system. The conversion method of the interface data model comprises the following steps: creating an interface data model table and an interface relation table according to the server-side interface document; retrieving the interface data model table and the interface relation table to obtain server interface information corresponding to the consumption interface data model; writing the field mapping relationship configuration information into a preset initial field mapping table to obtain a target field mapping table, wherein the target field mapping table comprises an interface mapping relationship; when a calling request sent by a consumption end is received, retrieving an interface mapping relation based on the calling request to obtain a query result; and judging whether the query result is preset information or not, and if the query result is the preset information, performing service data model conversion processing on the consumption interface data model through a target field mapping table to obtain a data conversion model.

Description

Conversion method, device, equipment and storage medium of interface data model
Technical Field
The invention relates to the field of data processing of big data, in particular to a conversion method, a conversion device, conversion equipment and a storage medium of an interface data model.
Background
With the continuous development of computer technology, the architecture of the system is continuously updated, the mechanism of the system is also continuously upgraded from single service to cluster service to micro service, and because a single system cannot complete perfect service function and needs to perform interface interaction with an external system, the interface interaction amount of the system is also rapidly increased.
At present, in the interface interaction of the system, the hypertext transfer protocol (http) type interface interaction is the most direct and mainstream mode of back-end interaction, and in the interaction mode of the http interface, functional interface information of each interactive system is mainly sorted by service personnel, code script development is performed according to mapping fields in the functional interface, and cross-system interface interaction is realized through the developed code script.
However, in the interface interaction mode of the above system, since the interface fields and the data models of the interaction systems are different, when code script development is performed on the functional interface information of the interaction systems according to the mapping fields in the functional interfaces, a lot of time and labor are consumed, and the code script development causes problems of fixity and non-adjustability of the interface fields.
Disclosure of Invention
The invention provides a conversion method, a conversion device, conversion equipment and a storage medium of an interface data model, which are used for improving the interface interaction efficiency of a system.
The invention provides a conversion method of an interface data model in a first aspect, which comprises the following steps:
acquiring a server interface document, and creating an interface data model table and an interface relation table according to the server interface document;
acquiring a consumption interface data model, and retrieving the interface data model table and the interface relation table to obtain server interface information corresponding to the consumption interface data model;
acquiring field mapping relation configuration information, and writing the field mapping relation configuration information into a preset initial field mapping table to obtain a target field mapping table, wherein the field mapping relation configuration information is used for indicating the field mapping relation between the server-side interface information and the consumption interface data model, and the target field mapping table comprises an interface mapping relation;
when a calling request sent by a consumption end is received, retrieving the interface mapping relation based on the calling request to obtain a query result;
and judging whether the query result is preset information or not, and if the query result is the preset information, performing service data model conversion processing on the consumption interface data model through the target field mapping table to obtain a data conversion model.
Optionally, in a first implementation manner of the first aspect of the present invention, the obtaining a consumption interface data model, and retrieving the interface data model table and the interface relationship table to obtain server interface information corresponding to the consumption interface data model includes:
acquiring a consumption interface document, analyzing the consumption interface document to obtain a consumption interface data model, wherein the consumption interface data model comprises a calling data model and a reverse parameter data model;
extracting key words of the calling data model and the inverse parameter data model, and generating a structured query statement according to the key words;
and inquiring the interface data model table and the interface relation table through the structured inquiry statement to obtain the server interface information corresponding to the consumption interface data model.
Optionally, in a second implementation manner of the first aspect of the present invention, when receiving a call request sent by a consuming end, retrieving the interface mapping relationship based on the call request to obtain a query result, where the retrieving the interface mapping relationship includes:
when a calling request sent by a consumption end is received, acquiring a primary key identification number of the interface relation table based on the calling request, and traversing the target field mapping table;
if the target field mapping table has an interface mapping relation field value corresponding to the primary key identification number, returning a query result of querying the interface mapping relation;
and if the interface mapping relation field value corresponding to the primary key identification number does not exist in the target field mapping table, returning a query result of the interface mapping relation which cannot be queried.
Optionally, in a third implementation manner of the first aspect of the present invention, the determining whether the query result is preset information, and if the query result is preset information, performing service data model conversion processing on the consumption interface data model through the target field mapping table to obtain a data conversion model includes:
judging whether the query result is preset information or not, and if the query result is the preset information, generating a target key of the consumption interface data model;
performing key-value pair matching on the target field mapping table through the target key to obtain a value replacement variable corresponding to the consumption interface data model, wherein the value replacement variable is used for indicating a value variable corresponding to the server-side interface information;
and replacing the value variable of the consumption interface data model through the value replacement variable to obtain a data conversion model.
Optionally, in a fourth implementation manner of the first aspect of the present invention, the acquiring a server interface document, and creating an interface data model table and an interface relationship table according to the server interface document includes:
acquiring initial server interface data, and generating a server interface document of the initial server interface data according to a preset interface document template;
analyzing fields in the server-side interface document through a preset information point POI analysis algorithm to obtain target server-side interface data;
and performing new table creation processing on the target server-side interface data through a preset relational database to obtain an interface data model table and an interface relational table.
Optionally, in a fifth implementation manner of the first aspect of the present invention, the determining whether the query result is preset information, and if the query result is preset information, performing service data model conversion processing on the consumption interface data model through the target field mapping table to obtain a data conversion model further includes:
and acquiring response information called by the server side based on the data conversion model, and sending the response information to the consumption side so that the consumption side can store the data conversion model on the ground.
Optionally, in a sixth implementation manner of the first aspect of the present invention, the obtaining, by the server, response information invoked based on the data conversion model, and sending the response information to the consumer, so that the consumer performs ground storage on the data conversion model, includes:
calling the data conversion model to a server through a preset hypertext protocol transmission tool, and receiving response information which is sent by the server and is based on the calling of the data conversion model;
and sending the response information to the consumption end so that the consumption end caches the data conversion model to obtain a cache conversion model, extracting attribute information from the response information, and mapping the attribute information through the cache conversion model.
The second aspect of the present invention provides a conversion apparatus for an interface data model, including:
the system comprises a creating module, a data processing module and a data processing module, wherein the creating module is used for acquiring a server interface document and creating an interface data model table and an interface relation table according to the server interface document;
the first retrieval module is used for acquiring a consumption interface data model, retrieving the interface data model table and the interface relation table and obtaining server interface information corresponding to the consumption interface data model;
a write-in module, configured to obtain field mapping relationship configuration information, and write the field mapping relationship configuration information into a preset initial field mapping table to obtain a target field mapping table, where the field mapping relationship configuration information is used to indicate a field mapping relationship between the server-side interface information and the consumption interface data model, and the target field mapping table includes an interface mapping relationship;
the second retrieval module is used for retrieving the interface mapping relation based on a calling request sent by a consumption end when the calling request is received, so as to obtain a query result;
and the conversion module is used for judging whether the query result is preset information or not, and if the query result is the preset information, performing service data model conversion processing on the consumption interface data model through the target field mapping table to obtain a data conversion model.
Optionally, in a first implementation manner of the second aspect of the present invention, the first retrieving module is specifically configured to:
acquiring a consumption interface document, analyzing the consumption interface document to obtain a consumption interface data model, wherein the consumption interface data model comprises a calling data model and a reverse parameter data model;
extracting key words of the calling data model and the inverse parameter data model, and generating a structured query statement according to the key words;
and inquiring the interface data model table and the interface relation table through the structured inquiry statement to obtain the server interface information corresponding to the consumption interface data model.
Optionally, in a second implementation manner of the second aspect of the present invention, the second retrieving module is specifically configured to:
when a calling request sent by a consumption end is received, acquiring a primary key identification number of the interface relation table based on the calling request, and traversing the target field mapping table;
if the target field mapping table has an interface mapping relation field value corresponding to the primary key identification number, returning a query result of querying the interface mapping relation;
and if the interface mapping relation field value corresponding to the primary key identification number does not exist in the target field mapping table, returning a query result of the interface mapping relation which cannot be queried.
Optionally, in a third implementation manner of the second aspect of the present invention, the conversion module is specifically configured to:
judging whether the query result is preset information or not, and if the query result is the preset information, generating a target key of the consumption interface data model;
performing key-value pair matching on the target field mapping table through the target key to obtain a value replacement variable corresponding to the consumption interface data model, wherein the value replacement variable is used for indicating a value variable corresponding to the server-side interface information;
and replacing the value variable of the consumption interface data model through the value replacement variable to obtain a data conversion model.
Optionally, in a fourth implementation manner of the second aspect of the present invention, the creating module is specifically configured to:
acquiring initial server interface data, and generating a server interface document of the initial server interface data according to a preset interface document template;
analyzing fields in the server-side interface document through a preset information point POI analysis algorithm to obtain target server-side interface data;
and performing new table creation processing on the target server-side interface data through a preset relational database to obtain an interface data model table and an interface relational table.
Optionally, in a fifth implementation manner of the second aspect of the present invention, the interface data model conversion apparatus further includes:
and the sending module is used for obtaining response information called by the server based on the data conversion model and sending the response information to the consumption end so that the consumption end can store the data conversion model on the ground.
Optionally, in a sixth implementation manner of the second aspect of the present invention, the sending module is specifically configured to:
calling the data conversion model to a server through a preset hypertext protocol transmission tool, and receiving response information which is sent by the server and is based on the calling of the data conversion model;
and sending the response information to the consumption end so that the consumption end caches the data conversion model to obtain a cache conversion model, extracting attribute information from the response information, and mapping the attribute information through the cache conversion model.
A third aspect of the present invention provides an interface data model conversion apparatus, including: a memory and at least one processor, the memory having instructions stored therein; the at least one processor calls the instructions in the memory to cause the translation device of the interface data model to perform the translation method of the interface data model described above.
A fourth aspect of the present invention provides a computer-readable storage medium having stored therein instructions, which, when run on a computer, cause the computer to execute the above-described interface data model conversion method.
In the technical scheme provided by the invention, a server interface document is obtained, and an interface data model table and an interface relation table are created according to the server interface document; acquiring a consumption interface data model, and retrieving an interface data model table and an interface relation table to obtain server interface information corresponding to the consumption interface data model; acquiring field mapping relation configuration information, writing the field mapping relation configuration information into a preset initial field mapping table to obtain a target field mapping table, wherein the field mapping relation configuration information is used for indicating a field mapping relation between server-side interface information and a consumption interface data model, and the target field mapping table comprises an interface mapping relation; when a calling request sent by a consumption end is received, retrieving an interface mapping relation based on the calling request to obtain a query result; and judging whether the query result is preset information or not, and if the query result is the preset information, performing service data model conversion processing on the consumption interface data model through a target field mapping table to obtain a data conversion model. In the embodiment of the invention, the automatic search of the functional interface of the multi-party interactive system is realized by searching the interface data model table and the interface relation table, the manual operation and the consumption of a large amount of time are avoided, the requirements of various service scenes are met, the zero development of the adjustment of the interface field is realized by writing the configuration information of the field mapping relation into the preset initial field mapping table, the problems of the fixity and the non-adjustability of the interface field are solved, the errors generated in the process of transmitting service knowledge by the service and the interaction performance influence among interactive systems are avoided by searching the interface mapping relation in the target field mapping table based on the calling request, the service data model conversion processing is carried out on the consumption interface data model through the target field mapping table when the query result is the preset information, the stability and the iteration of the interface interaction are provided, and further, the interface interaction efficiency of the system is improved.
Drawings
FIG. 1 is a diagram illustrating an embodiment of a method for transforming an interface data model according to an embodiment of the present invention;
FIG. 2 is a schematic diagram of another embodiment of a conversion method of an interface data model in the embodiment of the present invention;
FIG. 3 is a schematic diagram of an embodiment of a conversion apparatus for interface data model according to an embodiment of the present invention;
FIG. 4 is a schematic diagram of another embodiment of a conversion apparatus for interface data model according to an embodiment of the present invention;
fig. 5 is a schematic diagram of an embodiment of a conversion device for an interface data model in an embodiment of the present invention.
Detailed Description
The embodiment of the invention provides a conversion method, a conversion device, conversion equipment and a storage medium of an interface data model, and the interface interaction efficiency of a system is improved.
The terms "first," "second," "third," "fourth," and the like in the description and in the claims, as well as in the drawings, if any, are used for distinguishing between similar elements and not necessarily for describing a particular sequential or chronological order. 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," "comprising," or "having," and any variations thereof, are intended to cover non-exclusive inclusions, such that a process, method, system, article, 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, article, or apparatus.
For convenience of understanding, a specific flow of an embodiment of the present invention is described below, and referring to fig. 1, an embodiment of a method for converting an interface data model in an embodiment of the present invention includes:
101. and acquiring a server interface document, and creating an interface data model table and an interface relation table according to the server interface document.
It is to be understood that the execution subject of the present invention may be a conversion apparatus of the interface data model, and may also be a terminal or a server, which is not limited herein. The embodiment of the present invention takes a server corresponding to a preset data conversion system as an execution subject for example.
The terminal (namely the server) of the server logs in the preset data conversion system, an interface document template is downloaded from the preset data conversion system, interface information is filled and generated according to the format of the template data structure hierarchy, a server interface document is obtained, and the server interface document is sent to the server.
The format of the server interface document is a worksheet excel, the server interface document comprises a plurality of form sheet pages, each data structure level corresponds to one form sheet page, and the first layer sheet page in the server interface document comprises information of function description, development Uniform Resource Locator (URL), test URL, production URL, access type and interface code of the interface. The name of each form sheet page is the name value of the interface attribute, the content of each form sheet page is the description information of the interface field attribute of the current level, and the description information of the interface field attribute includes, but is not limited to, the attribute name of the interface, the attribute description, the type of the attribute (Integer, Long Integer, reference String, Date, big floating point type big Decimal, Object …), the length of the attribute, whether padding is necessary, and default values.
After obtaining a server interface document, a server carries out fine-grained analysis on the server interface document to obtain interface data, the interface data is stored in a database, and an interface data model table and an interface relation table are created through the database according to the interface data, wherein the interface data model table comprises an attribute name, attribute description, attribute types (Integer, Long Integer, quote String, Date, large floating point type big Decimal, Object …), attribute lengths, filling necessity or non-necessity, default values, attribute values (describing a hierarchical relationship: body # users [ ] # age), a main key associated with the interface table, and data model types (an interface data model sent by a consumption end, an interface data model received by the server end, and an interface data model returned by the server end). The interface relation table comprises interface description information, url of the interface, the provided system name and interface code.
102. And acquiring a consumption interface data model, and retrieving the interface data model table and the interface relation table to obtain the server interface information corresponding to the consumption interface data model.
The method comprises the steps that a calling end or a consuming end sends a consuming end interface document generated according to a consuming end interface document template and consuming end interface data to an upper-level preset data conversion system, a server obtains the consuming end interface document from the preset data conversion system, analyzes the consuming end interface document to obtain a consuming interface data model, wherein consuming interface data comprise a called interface data model and a parameter data model, the data model provides an abstract frame for information representation and operation of interface data of a database system, and the content described by the data model comprises a data structure, data operation and data constraint of an interface.
The server constructs a hash table of the interface data model table and the interface relation table through a preset hash function, generates a hash value of the consumption interface data model, and performs hash lookup on the hash table through the hash value to obtain corresponding server interface information, or the server performs static lookup on the interface data model table and the interface relation table through a lookup algorithm to obtain the server interface information corresponding to the consumption interface data model, wherein the server interface information comprises the server interface data model information and the server interface relation information corresponding to the consumption interface data model.
103. And acquiring field mapping relation configuration information, writing the field mapping relation configuration information into a preset initial field mapping table to obtain a target field mapping table, wherein the field mapping relation configuration information is used for indicating the field mapping relation between the server-side interface information and the consumption interface data model, and the target field mapping table comprises an interface mapping relation.
The server renders the server interface information to a preset display page in a preset data conversion system, after a terminal (namely a consumer) corresponding to a consumer logs in the preset data conversion system, a field mapping relation between the server interface information and a consumption interface data model based on the server interface information is input in a field mapping table displayed on the preset display page according to the rendered server interface information on the preset display page, so as to obtain field mapping relation configuration information, the server stores the input field mapping relation configuration information in a preset initial field mapping table to obtain a target field mapping table, and the target field mapping table comprises mapping data of an interface data model table and an interface relation table so as to realize the association of the interface data model table and the interface relation table with the field mapping table, namely, the interface data model table and the interface relation table are mapped to the field mapping table, the field mapping table can map the server-side interface and the consumer-side interface, namely, the target field mapping table comprises an interface mapping relation, so that a consumer-side interface data model is conveniently converted into a server-side interface data model, and the configurability and flexibility of conversion are improved.
104. And when a calling request sent by the consumption end is received, retrieving the interface mapping relation based on the calling request to obtain a query result.
When the consumer needs to call the server interface, a call request is sent to the server, when the server receives the call request sent by the consumer, a functional jar packet is provided to the consumer, and the server and a system of the consumer are connected through the functional jar packet, so that the consumer can search an interface mapping relation in a target field mapping table in the server and perform operations such as conversion and call of the server interface. The server analyzes the call request to obtain analysis information, wherein the analysis information comprises but is not limited to a consumption interface data model and a conversion requirement, a target field mapping table is searched through a preset sequence searching algorithm and a consumption interface data model, whether an interface mapping relation between the consumption interface data model and the server-side interface information exists in the target field mapping table is searched, if yes, a query result containing a preset field and a preset field value which show that the mapping relation exists is generated, and if not, a preset query result which shows that the field and the field value which show that the mapping relation does not exist is generated.
105. And judging whether the query result is preset information or not, and if the query result is the preset information, performing service data model conversion processing on the consumption interface data model through a target field mapping table to obtain a data conversion model.
The server calculates similarity between each field in the query result, a corresponding field value and preset information, the preset information is used for indicating an interface mapping relation between a consumption interface data model and server interface information, whether the similarity is greater than a preset threshold value or not is judged, if yes, the corresponding query result is judged to be the preset information, a mapping variable and a corresponding mapping variable value are obtained from a target field mapping table, and the consumption interface data model is mapped to a server data model through the mapping variable and the corresponding mapping variable value, so that a data conversion model is obtained, and the representation form of the data conversion model can be as follows: { "age" $ { body # user # age } "}, sending the data conversion model to the consumption end;
if not, judging that the corresponding query result is not the preset information, generating a matching result, wherein the matching result is used for indicating that the consumption interface data model is not matched with the corresponding server interface and is not subjected to interface model conversion, and sending the matching result and the server interface information to the consumption end.
In the embodiment of the invention, the automatic search of the functional interface of the multi-party interactive system is realized by searching the interface data model table and the interface relation table, the manual operation and the consumption of a large amount of time are avoided, the requirements of various service scenes are met, the zero development of the adjustment of the interface field is realized by writing the configuration information of the field mapping relation into the preset initial field mapping table, the problems of the fixity and the non-adjustability of the interface field are solved, the errors generated in the process of transmitting service knowledge by the service and the interaction performance influence among interactive systems are avoided by searching the interface mapping relation in the target field mapping table based on the calling request, the service data model conversion processing is carried out on the consumption interface data model through the target field mapping table when the query result is the preset information, the stability and the iteration of the interface interaction are provided, and further, the interface interaction efficiency of the system is improved.
Referring to fig. 2, another embodiment of the method for converting an interface data model according to the embodiment of the present invention includes:
201. and acquiring a server interface document, and creating an interface data model table and an interface relation table according to the server interface document.
Specifically, the server acquires initial server interface data, and generates a server interface document of the initial server interface data according to a preset interface document template; analyzing fields in the server-side interface document through a preset information point POI analysis algorithm to obtain target server-side interface data; and performing new table creation processing on the interface data of the target server through a preset relational database to obtain an interface data model table and an interface relational table.
The server fills various interface data (namely initial server interface data) on a preset configuration interface, the preset configuration interface sends the initial server interface data to the server, the server calls an interface document template after receiving the initial server interface data sent by the preset configuration interface, the format of the interface document template is table excel, the initial server interface data is written into the interface document template, thereby obtaining a server interface document, calling an information point POI analysis algorithm, carrying out structuralization processing on the server-side interface document to obtain structuralization data, reading table data in the structuralization data, and carrying out information point identification and identification on the form data to obtain an information point identification, carrying out field segmentation on the form data according to the information point identification to obtain target server interface data, and analyzing the fields of the document into data with the finest granularity. The server stores the interface data of the target server into a relational database MySQL, CREATEs an SQL grammar (such as a CREATE TABLE statement) of a MySQL data TABLE in the MySQL database, and performs new TABLE creation processing on the interface data of the target server to obtain an interface data model TABLE and an interface relational TABLE so as to orderly manage the interface data and facilitate the follow-up interface provision, interface data conversion and service for a consumer.
202. And acquiring a consumption interface data model, and retrieving the interface data model table and the interface relation table to obtain the server interface information corresponding to the consumption interface data model.
Specifically, a server acquires a consumer interface document and analyzes the consumer interface document to obtain a consumer interface data model, wherein the consumer interface data model comprises a calling data model and a reverse parameter data model; extracting keywords of the calling data model and the inverse parameter data model, and generating a structured query statement according to the keywords; and inquiring the interface data model table and the interface relation table through a structured inquiry statement to obtain the server interface information corresponding to the consumption interface data model.
The method comprises the steps that after a server obtains a consumer terminal interface document, an information point POI analysis algorithm is called, table data in the consumer terminal interface document is read, information point identification is carried out on the table data and identification is carried out, an identifier is obtained, field segmentation is carried out on the table data according to the identifier, consumer terminal interface data is obtained, a calling data model and a reverse parameter data model are extracted from the consumer terminal interface data, and therefore a consumer terminal data model is obtained, wherein the calling data model is used for indicating a data model of a server terminal interface called by a consumer terminal, and the reverse parameter data model is used for indicating the data model of the server terminal interface for parameter output.
The server extracts keywords from the calling data surface model and the inverse parameter data model to obtain keywords, wherein the number of the keywords comprises one or more than one, the keywords are used for indicating the types of the interface data model sent by the consumption end and the interface data model received by the consumption end and the interface attribute of the consumption end, the keywords are written into a preset structured query statement template to obtain a query statement, the query statement is subjected to grammatical detection, the query statement passing the grammatical detection is determined to be a structured query statement, and form data traversal and identification are carried out on the interface data model table and the interface relation table through the structured query statement, so that the server interface information corresponding to the consumption interface data model is obtained.
203. And acquiring field mapping relation configuration information, writing the field mapping relation configuration information into a preset initial field mapping table to obtain a target field mapping table, wherein the field mapping relation configuration information is used for indicating the field mapping relation between the server-side interface information and the consumption interface data model, and the target field mapping table comprises an interface mapping relation.
The process of step 203 is similar to the process of step 103, and is not described herein again.
204. And when a calling request sent by the consumption end is received, retrieving the interface mapping relation based on the calling request to obtain a query result.
Specifically, when receiving a call request sent by a consumer, a server acquires a primary key identification number of an interface relation table based on the call request and traverses a target field mapping table; if the target field mapping table has an interface mapping relation field value corresponding to the primary key identification number, returning a query result of querying the interface mapping relation; if the target field mapping table does not have the interface mapping relationship field value corresponding to the primary key identification number, returning a query result of the interface mapping relationship which cannot be queried.
For example, when a server receives a call request sent by a consumer, based on the call request, a primary key identification number of an interface relation table is extracted from a database, a target field mapping table is traversed, a field and a field value in the target field mapping table are compared and analyzed with the primary key identification number, whether the field and the field value in the target field mapping table are consistent with the primary key identification number is judged, if yes, whether a field value representing an interface mapping relation which is created in advance with the primary key identification number in the target field mapping table exists is judged, if not, a query result of querying the interface mapping relation is returned, and if not, a query result of not querying the interface mapping relation is returned; and if the fields and the field values in the target field mapping table are not consistent with the primary key identification numbers, directly returning the query result of which the interface mapping relation cannot be queried.
205. And judging whether the query result is preset information or not, and if the query result is the preset information, performing service data model conversion processing on the consumption interface data model through a target field mapping table to obtain a data conversion model.
Specifically, the server judges whether the query result is preset information, and if the query result is the preset information, a target key of the consumption interface data model is generated; performing key-value pair matching on the target field mapping table through a target key to obtain a value replacement variable corresponding to the consumption interface data model, wherein the value replacement variable is used for indicating a value variable corresponding to the server interface information; and replacing the value variable of the consumption interface data model through the value replacement variable to obtain the data conversion model.
For example, the preset information is status: y 〡 50, for indicating that the consumption interface data model can be matched to the corresponding server interface, the server calculates the query result and the preset information as status: and Y 〡 50, judging whether the similarity is 1, if so, judging that the query result is preset information, generating a target key of the consumption interface data model, performing key-value pair matching on a value variable in a target field mapping table through the target key to obtain a value replacing variable corresponding to the consumption interface data model, replacing the value variable in the consumption interface data model with the value replacing variable to obtain a converted data conversion model, and sending the data conversion model to a consumption end through a hypertext transfer protocol (HTTP).
206. And acquiring response information called by the server based on the data conversion model, and sending the response information to the consumption end so that the consumption end can store the data conversion model on the ground.
Specifically, the server calls the data conversion model to the server through a preset hypertext protocol transmission tool, and receives response information sent by the server and based on the calling of the data conversion model; and sending the response information to the consumption end so that the consumption end caches the data conversion model to obtain a cache conversion model, extracting the attribute information from the response information, and mapping the attribute information through the cache conversion model.
And the server stores the data conversion model into a local cache to obtain a cache conversion model, and when the type of the local cache is distributed service, the data conversion model is stored into the local cache through a cache middleware. In another embodiment, the server stores the data conversion model in a local cache to obtain a cache conversion model, calls the converted data to the server through a hypertext protocol transport tool (hypertext transport tool), and receives response information sent by the server.
The server calls a data conversion model to a server side by using a calling method sendExechangeData (url, data, relationship Id, httpHeader) in a function jar package, the server side receives the data conversion model, detects the safety and integrity of the data conversion model, judges whether the detected data model corresponds to an interface unique identifier received by the server side in an interface data model table and an interface data model returned by the server side, generates response information called based on the data conversion model and returns the response information called based on the data conversion model to the server if the detected data model corresponds to the interface unique identifier received by the server side and the interface data model returned by the server side, the server sends the response information to a consumer side (the consumer side corresponds to the consumer side), the consumer side receives the response information, sequentially analyzes and extracts the response information to obtain attribute information, and establishes a corresponding relation between the attribute information and the interface information of the server side, and mapping processing of the attribute information according to the cache conversion model is realized.
By caching the data conversion model, the reading throughput of the preset data conversion system is improved, the application program performance of the preset data conversion system is improved, the database cost of the preset data conversion system is reduced, the rear end load of the preset data conversion system is reduced, and the database hot spot of the preset data conversion system is eliminated; by mapping the attribute information according to the cache conversion model, repeated conversion of the data conversion model based on the consumption interface data model is reduced, the data conversion model is convenient to directly call next time, zero development of interface field adjustment is realized, the stability of interface interaction is improved, and therefore the interface interaction efficiency of the system is improved.
In the embodiment of the invention, not only can the automatic search of the functional interface of the multi-party interactive system be realized, the zero development of the adjustment of the interface field be realized, the problems of fixity and non-adjustability of the interface field be solved, the errors generated in the process of transmitting business knowledge by business and the influence of the interactive performance between interactive systems be avoided, the stability and the iteration of the interface interaction are provided, the interface interaction efficiency of the system is further improved, the reading throughput of the preset data conversion system can be improved by caching the data conversion model, the application program performance of the preset data conversion system is improved, the repeated conversion of the data conversion model based on the consumption interface data model is reduced by mapping the attribute information according to the cache conversion model, the direct calling of the data conversion model at the next time is convenient, the zero development of the adjustment of the interface field is realized, the stability of interface interaction is improved, and therefore the interface interaction efficiency of the system is improved.
With reference to fig. 3, the method for converting an interface data model in the embodiment of the present invention is described above, and a conversion apparatus for an interface data model in the embodiment of the present invention is described below, where an embodiment of the conversion apparatus for an interface data model in the embodiment of the present invention includes:
the creating module 301 is configured to obtain a server interface document, and create an interface data model table and an interface relationship table according to the server interface document;
the first retrieval module 302 is configured to obtain a consumption interface data model, retrieve the interface data model table and the interface relationship table, and obtain server interface information corresponding to the consumption interface data model;
a write-in module 303, configured to obtain field mapping relationship configuration information, and write the field mapping relationship configuration information into a preset initial field mapping table to obtain a target field mapping table, where the field mapping relationship configuration information is used to indicate a field mapping relationship between the server-side interface information and the consumption interface data model, and the target field mapping table includes an interface mapping relationship;
a second retrieval module 304, configured to, when receiving a call request sent by a consumer, retrieve an interface mapping relationship based on the call request to obtain a query result;
the conversion module 305 is configured to determine whether the query result is preset information, and if the query result is preset information, perform service data model conversion processing on the consumption interface data model through the target field mapping table to obtain a data conversion model.
The function implementation of each module in the conversion apparatus of the interface data model corresponds to each step in the conversion method embodiment of the interface data model, and the function and implementation process thereof are not described in detail herein.
In the embodiment of the invention, the automatic search of the functional interface of the multi-party interactive system is realized by searching the interface data model table and the interface relation table, the manual operation and the consumption of a large amount of time are avoided, the requirements of various service scenes are met, the zero development of the adjustment of the interface field is realized by writing the configuration information of the field mapping relation into the preset initial field mapping table, the problems of the fixity and the non-adjustability of the interface field are solved, the errors generated in the process of transmitting service knowledge by the service and the interaction performance influence among interactive systems are avoided by searching the interface mapping relation in the target field mapping table based on the calling request, the service data model conversion processing is carried out on the consumption interface data model through the target field mapping table when the query result is the preset information, the stability and the iteration of the interface interaction are provided, and further, the interface interaction efficiency of the system is improved.
Referring to fig. 4, another embodiment of the interface data model transformation apparatus according to the embodiment of the present invention includes:
the creating module 301 is configured to obtain a server interface document, and create an interface data model table and an interface relationship table according to the server interface document;
the first retrieval module 302 is configured to obtain a consumption interface data model, retrieve the interface data model table and the interface relationship table, and obtain server interface information corresponding to the consumption interface data model;
a write-in module 303, configured to obtain field mapping relationship configuration information, and write the field mapping relationship configuration information into a preset initial field mapping table to obtain a target field mapping table, where the field mapping relationship configuration information is used to indicate a field mapping relationship between the server-side interface information and the consumption interface data model, and the target field mapping table includes an interface mapping relationship;
a second retrieval module 304, configured to, when receiving a call request sent by a consumer, retrieve an interface mapping relationship based on the call request to obtain a query result;
the conversion module 305 is configured to determine whether the query result is preset information, and if the query result is the preset information, perform service data model conversion processing on the consumption interface data model through the target field mapping table to obtain a data conversion model;
the sending module 306 is configured to obtain response information called by the server based on the data conversion model, and send the response information to the consumer, so that the consumer can store the data conversion model on the ground.
Optionally, the first retrieving module 302 may be further specifically configured to:
acquiring a consumption interface document, analyzing the consumption interface document to obtain a consumption interface data model, wherein the consumption interface data model comprises a calling data model and a reverse parameter data model;
extracting keywords of the calling data model and the inverse parameter data model, and generating a structured query statement according to the keywords;
and inquiring the interface data model table and the interface relation table through a structured inquiry statement to obtain the server interface information corresponding to the consumption interface data model.
Optionally, the second retrieving module 304 may be further specifically configured to:
when a calling request sent by a consumption end is received, acquiring a primary key identification number of an interface relation table based on the calling request, and traversing a target field mapping table;
if the target field mapping table has an interface mapping relation field value corresponding to the primary key identification number, returning a query result of querying the interface mapping relation;
if the target field mapping table does not have the interface mapping relationship field value corresponding to the primary key identification number, returning a query result of the interface mapping relationship which cannot be queried.
Optionally, the conversion module 305 may be further specifically configured to:
judging whether the query result is preset information or not, and if the query result is the preset information, generating a target key of the consumption interface data model;
performing key-value pair matching on the target field mapping table through a target key to obtain a value replacement variable corresponding to the consumption interface data model, wherein the value replacement variable is used for indicating a value variable corresponding to the server interface information;
and replacing the value variable of the consumption interface data model through the value replacement variable to obtain the data conversion model.
Optionally, the creating module 301 may be further specifically configured to:
acquiring initial server interface data, and generating a server interface document of the initial server interface data according to a preset interface document template;
analyzing fields in the server-side interface document through a preset information point POI analysis algorithm to obtain target server-side interface data;
and performing new table creation processing on the interface data of the target server through a preset relational database to obtain an interface data model table and an interface relational table.
Optionally, the sending module 306 may be further specifically configured to:
calling the data conversion model to a server through a preset hypertext protocol transmission tool, and receiving response information which is sent by the server and is based on the calling of the data conversion model;
and sending the response information to the consumption end so that the consumption end caches the data conversion model to obtain a cache conversion model, extracting the attribute information from the response information, and mapping the attribute information through the cache conversion model.
The functional implementation of each module and each unit in the conversion device of the interface data model corresponds to each step in the conversion method embodiment of the interface data model, and the functions and implementation processes are not described in detail herein.
In the embodiment of the invention, not only can the automatic search of the functional interface of the multi-party interactive system be realized, the zero development of the adjustment of the interface field be realized, the problems of fixity and non-adjustability of the interface field be solved, the errors generated in the process of transmitting business knowledge by business and the influence of the interactive performance between interactive systems be avoided, the stability and the iteration of the interface interaction are provided, the interface interaction efficiency of the system is further improved, the reading throughput of the preset data conversion system can be improved by caching the data conversion model, the application program performance of the preset data conversion system is improved, the repeated conversion of the data conversion model based on the consumption interface data model is reduced by mapping the attribute information according to the cache conversion model, the direct calling of the data conversion model at the next time is convenient, the zero development of the adjustment of the interface field is realized, the stability of interface interaction is improved, and therefore the interface interaction efficiency of the system is improved.
Fig. 3 and fig. 4 describe the conversion apparatus of the interface data model in the embodiment of the present invention in detail from the perspective of the modular functional entity, and the conversion apparatus of the interface data model in the embodiment of the present invention is described in detail from the perspective of hardware processing.
Fig. 5 is a schematic structural diagram of a translation device of an interface data model according to an embodiment of the present invention, where the translation device 500 of the interface data model may generate relatively large differences due to different configurations or performances, and may include one or more processors (CPUs) 510 (e.g., one or more processors) and a memory 520, and one or more storage media 530 (e.g., one or more mass storage devices) for storing applications 533 or data 532. Memory 520 and storage media 530 may be, among other things, transient or persistent storage. The program stored on the storage medium 530 may include one or more modules (not shown), each of which may include a series of instruction operations in the translation device 500 for an interface data model. Still further, the processor 510 may be configured to communicate with the storage medium 530 to execute a series of instruction operations in the storage medium 530 on the translation device 500 that interfaces with the data model.
The interface data model translation device 500 may also include one or more power supplies 540, one or more wired or wireless network interfaces 550, one or more input-output interfaces 560, and/or one or more operating systems 531, such as Windows Server, Mac OS X, Unix, Linux, FreeBSD, and the like. Those skilled in the art will appreciate that the interface data model translator arrangement shown in FIG. 5 does not constitute a definition of an interface data model translator, and may include more or fewer components than those shown, or some components in combination, or a different arrangement of components.
The present invention also provides a computer-readable storage medium, which may be a non-volatile computer-readable storage medium, and which may also be a volatile computer-readable storage medium, having stored therein instructions, which, when executed on a computer, cause the computer to perform the steps of the method for converting an interface data model.
It is clear to those skilled in the art that, for convenience and brevity of description, the specific working processes of the above-described systems, apparatuses and units may refer to the corresponding processes in the foregoing method embodiments, and are not described herein again.
The integrated unit, if implemented in the form of a software functional unit and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium and includes instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present invention. And the aforementioned storage medium includes: various media capable of storing program codes, such as a usb disk, a removable hard disk, a read-only memory (ROM), a Random Access Memory (RAM), a magnetic disk, or an optical disk.
The above embodiments are only used to illustrate the technical solution of the present invention, and not to limit the same; although the present invention has been described in detail with reference to the foregoing embodiments, it will be understood by those of ordinary skill in the art that: the technical solutions described in the foregoing embodiments may still be modified, or some technical features may be equivalently replaced; and such modifications or substitutions do not depart from the spirit and scope of the corresponding technical solutions of the embodiments of the present invention.

Claims (10)

1. A conversion method of an interface data model is characterized in that the conversion method of the interface data model comprises the following steps:
acquiring a server interface document, and creating an interface data model table and an interface relation table according to the server interface document;
acquiring a consumption interface data model, and retrieving the interface data model table and the interface relation table to obtain server interface information corresponding to the consumption interface data model;
acquiring field mapping relation configuration information, and writing the field mapping relation configuration information into a preset initial field mapping table to obtain a target field mapping table, wherein the field mapping relation configuration information is used for indicating the field mapping relation between the server-side interface information and the consumption interface data model, and the target field mapping table comprises an interface mapping relation;
when a calling request sent by a consumption end is received, retrieving the interface mapping relation based on the calling request to obtain a query result;
and judging whether the query result is preset information or not, and if the query result is the preset information, performing service data model conversion processing on the consumption interface data model through the target field mapping table to obtain a data conversion model.
2. The method for converting an interface data model according to claim 1, wherein the obtaining a consumption interface data model and retrieving the interface data model table and the interface relationship table to obtain server interface information corresponding to the consumption interface data model comprises:
acquiring a consumption interface document, analyzing the consumption interface document to obtain a consumption interface data model, wherein the consumption interface data model comprises a calling data model and a reverse parameter data model;
extracting key words of the calling data model and the inverse parameter data model, and generating a structured query statement according to the key words;
and inquiring the interface data model table and the interface relation table through the structured inquiry statement to obtain the server interface information corresponding to the consumption interface data model.
3. The method for converting an interface data model according to claim 1, wherein when receiving a call request sent by a consumer, retrieving the interface mapping relationship based on the call request to obtain a query result, the method comprises:
when a calling request sent by a consumption end is received, acquiring a primary key identification number of the interface relation table based on the calling request, and traversing the target field mapping table;
if the target field mapping table has an interface mapping relation field value corresponding to the primary key identification number, returning a query result of querying the interface mapping relation;
and if the interface mapping relation field value corresponding to the primary key identification number does not exist in the target field mapping table, returning a query result of the interface mapping relation which cannot be queried.
4. The method for converting an interface data model according to claim 1, wherein the determining whether the query result is preset information, and if the query result is preset information, performing service data model conversion processing on the consumption interface data model through the target field mapping table to obtain a data conversion model includes:
judging whether the query result is preset information or not, and if the query result is the preset information, generating a target key of the consumption interface data model;
performing key-value pair matching on the target field mapping table through the target key to obtain a value replacement variable corresponding to the consumption interface data model, wherein the value replacement variable is used for indicating a value variable corresponding to the server-side interface information;
and replacing the value variable of the consumption interface data model through the value replacement variable to obtain a data conversion model.
5. The method according to claim 1, wherein the obtaining a server interface document, and creating an interface data model table and an interface relationship table according to the server interface document comprises:
acquiring initial server interface data, and generating a server interface document of the initial server interface data according to a preset interface document template;
analyzing fields in the server-side interface document through a preset information point POI analysis algorithm to obtain target server-side interface data;
and performing new table creation processing on the target server-side interface data through a preset relational database to obtain an interface data model table and an interface relational table.
6. The method for converting an interface data model according to claim 1, wherein the determining whether the query result is preset information, and if the query result is preset information, performing service data model conversion processing on the consumption interface data model through the target field mapping table to obtain a data conversion model further includes:
and acquiring response information called by the server side based on the data conversion model, and sending the response information to the consumption side so that the consumption side can store the data conversion model on the ground.
7. The method for converting an interface data model according to any one of claims 1 to 6, wherein the obtaining of the response information called by the server based on the data conversion model and the sending of the response information to the consumer so that the consumer performs storage of the data conversion model on the ground comprises:
calling the data conversion model to a server through a preset hypertext protocol transmission tool, and receiving response information which is sent by the server and is based on the calling of the data conversion model;
and sending the response information to the consumption end so that the consumption end caches the data conversion model to obtain a cache conversion model, extracting attribute information from the response information, and mapping the attribute information through the cache conversion model.
8. An interface data model conversion device, characterized in that the interface data model conversion device comprises:
the system comprises a creating module, a data processing module and a data processing module, wherein the creating module is used for acquiring a server interface document and creating an interface data model table and an interface relation table according to the server interface document;
the first retrieval module is used for acquiring a consumption interface data model, retrieving the interface data model table and the interface relation table and obtaining server interface information corresponding to the consumption interface data model;
a write-in module, configured to obtain field mapping relationship configuration information, and write the field mapping relationship configuration information into a preset initial field mapping table to obtain a target field mapping table, where the field mapping relationship configuration information is used to indicate a field mapping relationship between the server-side interface information and the consumption interface data model, and the target field mapping table includes an interface mapping relationship;
the second retrieval module is used for retrieving the interface mapping relation based on a calling request sent by a consumption end when the calling request is received, so as to obtain a query result;
and the conversion module is used for judging whether the query result is preset information or not, and if the query result is the preset information, performing service data model conversion processing on the consumption interface data model through the target field mapping table to obtain a data conversion model.
9. An interface data model conversion device, characterized in that the interface data model conversion device comprises: a memory and at least one processor, the memory having instructions stored therein;
the at least one processor calls the instructions in the memory to cause the translation device of the interface data model to perform the translation method of the interface data model according to any one of claims 1-7.
10. A computer-readable storage medium having instructions stored thereon, wherein the instructions, when executed by a processor, implement a method of transforming an interface data model according to any one of claims 1-7.
CN202011577532.3A 2020-12-28 2020-12-28 Conversion method, device, equipment and storage medium of interface data model Pending CN112667720A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011577532.3A CN112667720A (en) 2020-12-28 2020-12-28 Conversion method, device, equipment and storage medium of interface data model

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011577532.3A CN112667720A (en) 2020-12-28 2020-12-28 Conversion method, device, equipment and storage medium of interface data model

Publications (1)

Publication Number Publication Date
CN112667720A true CN112667720A (en) 2021-04-16

Family

ID=75410549

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011577532.3A Pending CN112667720A (en) 2020-12-28 2020-12-28 Conversion method, device, equipment and storage medium of interface data model

Country Status (1)

Country Link
CN (1) CN112667720A (en)

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113360300A (en) * 2021-06-29 2021-09-07 平安普惠企业管理有限公司 Interface calling link generation method, device, equipment and readable storage medium
CN113535832A (en) * 2021-06-10 2021-10-22 杭州未名信科科技有限公司 Method and device for acquiring cloud service data, electronic equipment and medium
CN113626460A (en) * 2021-07-12 2021-11-09 武汉千屏影像技术有限责任公司 Data interaction method and device for different pathological systems and storage medium
CN114826865A (en) * 2022-05-11 2022-07-29 北京鼎泰智源科技有限公司 Tax-related data application interface docking method and device
CN115514806A (en) * 2022-11-16 2022-12-23 江苏曼荼罗软件股份有限公司 Perception discovery method and system for discrete service cluster
CN115842869A (en) * 2022-11-23 2023-03-24 浙江省通信产业服务有限公司 Digital village management method, device and control system based on Internet of things
CN117271648A (en) * 2023-11-23 2023-12-22 北京邮电大学 Adaptation method of bottom data model and storage medium
CN117453752A (en) * 2023-12-25 2024-01-26 神州医疗科技股份有限公司 Hospital clinical data retrieval method and device based on retrieval configuration table data model

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110826004A (en) * 2019-11-05 2020-02-21 杭州安恒信息技术股份有限公司 Front-end request data processing method and related device

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110826004A (en) * 2019-11-05 2020-02-21 杭州安恒信息技术股份有限公司 Front-end request data processing method and related device

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113535832A (en) * 2021-06-10 2021-10-22 杭州未名信科科技有限公司 Method and device for acquiring cloud service data, electronic equipment and medium
CN113360300A (en) * 2021-06-29 2021-09-07 平安普惠企业管理有限公司 Interface calling link generation method, device, equipment and readable storage medium
CN113360300B (en) * 2021-06-29 2023-10-24 北京思普艾斯科技有限公司 Interface call link generation method, device, equipment and readable storage medium
CN113626460A (en) * 2021-07-12 2021-11-09 武汉千屏影像技术有限责任公司 Data interaction method and device for different pathological systems and storage medium
CN113626460B (en) * 2021-07-12 2023-11-03 武汉千屏影像技术有限责任公司 Data interaction method, device and storage medium for different pathology systems
CN114826865A (en) * 2022-05-11 2022-07-29 北京鼎泰智源科技有限公司 Tax-related data application interface docking method and device
CN115514806A (en) * 2022-11-16 2022-12-23 江苏曼荼罗软件股份有限公司 Perception discovery method and system for discrete service cluster
CN115514806B (en) * 2022-11-16 2023-03-03 江苏曼荼罗软件股份有限公司 Perception discovery method and system for discrete service cluster
CN115842869A (en) * 2022-11-23 2023-03-24 浙江省通信产业服务有限公司 Digital village management method, device and control system based on Internet of things
CN117271648A (en) * 2023-11-23 2023-12-22 北京邮电大学 Adaptation method of bottom data model and storage medium
CN117453752A (en) * 2023-12-25 2024-01-26 神州医疗科技股份有限公司 Hospital clinical data retrieval method and device based on retrieval configuration table data model
CN117453752B (en) * 2023-12-25 2024-03-19 神州医疗科技股份有限公司 Hospital clinical data retrieval method and device based on retrieval configuration table data model

Similar Documents

Publication Publication Date Title
CN112667720A (en) Conversion method, device, equipment and storage medium of interface data model
US7386438B1 (en) Identifying language attributes through probabilistic analysis
EP2057557B1 (en) Joint optimization of wrapper generation and template detection
CN101452453B (en) A kind of method of input method Web side navigation and a kind of input method system
US8332422B2 (en) Using text search engine for parametric search
CN112506946A (en) Service data query method, device, equipment and storage medium
US20060070022A1 (en) URL mapping with shadow page support
US9311303B2 (en) Interpreted language translation system and method
US11907203B2 (en) Path encoded tree structures for operations
US9930113B2 (en) Data retrieval via a telecommunication network
US6915303B2 (en) Code generator system for digital libraries
US20120011136A1 (en) Processing Structured Documents Stored in a Database
CN112307303A (en) Efficient and accurate network page duplicate removal system based on cloud computing
US7895337B2 (en) Systems and methods of generating a content aware interface
CN114564482A (en) Multi-entity-oriented label system and processing method
CN109726292A (en) Text analyzing method and apparatus towards extensive multilingual data
CN113687825A (en) Software module construction method, device, equipment and storage medium
CN110008448B (en) Method and device for automatically converting SQL code into Java code
CN115080616A (en) Dictionary data acquisition method and device, storage medium and electronic equipment
CN114880483A (en) Metadata knowledge graph construction method, storage medium and system
CN115080154A (en) Page display method and device, storage medium and electronic equipment
CN110727672A (en) Data mapping relation query method and device, electronic equipment and readable medium
Jeong et al. XWEET: XML DBMS for Web Environment
CN117762984A (en) Data acquisition method, device, electronic equipment and storage medium
Shan Data management and sharing mechanism of e-commerce industry based on association rule mining in big data era

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