CN109522139B - Data table service generation and calling method, device, equipment and storage medium - Google Patents

Data table service generation and calling method, device, equipment and storage medium Download PDF

Info

Publication number
CN109522139B
CN109522139B CN201811407390.9A CN201811407390A CN109522139B CN 109522139 B CN109522139 B CN 109522139B CN 201811407390 A CN201811407390 A CN 201811407390A CN 109522139 B CN109522139 B CN 109522139B
Authority
CN
China
Prior art keywords
service
calling
data table
request
target
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.)
Active
Application number
CN201811407390.9A
Other languages
Chinese (zh)
Other versions
CN109522139A (en
Inventor
张海生
王刚
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Hangzhou Dt Dream Technology Co Ltd
Original Assignee
Hangzhou Dt Dream Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hangzhou Dt Dream Technology Co Ltd filed Critical Hangzhou Dt Dream Technology Co Ltd
Priority to CN201811407390.9A priority Critical patent/CN109522139B/en
Publication of CN109522139A publication Critical patent/CN109522139A/en
Application granted granted Critical
Publication of CN109522139B publication Critical patent/CN109522139B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/54Indexing scheme relating to G06F9/54
    • G06F2209/541Client-server

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a method for generating and calling a data table service, which comprises the following steps: when a service calling request which is sent by a user and aims at a target data table in a target database is received, generating a service request statement aiming at the target data table based on a service data model and service request parameter information which are constructed in advance; the service data model is constructed in advance according to the data columns of the target data table and the selection instruction of the query condition and is used for storing the service information of the target data table; sending the service request statement to a target database for service calling; and returning the obtained service calling result to the user. By applying the technical scheme provided by the embodiment of the invention, the service is generated without coding, the use is flexible and convenient, the problem of repeated coding is avoided, the workload is low, and the service development speed is favorably improved. The invention also discloses a data table calling device, equipment and a storage medium, and has corresponding technical effects.

Description

Data table service generation and calling method, device, equipment and storage medium
Technical Field
The invention relates to the technical field of computer application, in particular to a method, a device, equipment and a storage medium for generating and calling a data table service.
Background
In the big data era, data resources are more and more valuable, and the requirement for converting data tables into services is more and more, such as converting data tables into web services. By converting the data table into the service, an enterprise or a department can open the data table in the database of the enterprise or the department to the outside, and further can provide various query functions to the outside through the web service.
web services (web services) are services provided by a server to a user, and there are generally three implementation schemes: REST, SOAP, and XML-RPC. REST (Representational State Transfer) is a method of abstracting all services of a web system into resources by using a standard HTTP method (such as GET/PUT/POST/DELETE) for web service usage; SOAP (Simple Object Access Protocol) is a standardized communication specification, and is mainly used in web services; XML-RPC (remote procedure call) is a distributed computing protocol for remote procedure calls, encapsulating the calling function through XML, and using HTTP as the transport mechanism. REST-mode web services are more compact than complex SOAP and XML-RPC services, and more web services are designed and implemented in REST style.
In the prior art, when a business scenario mainly aims at business operation, management and reporting of a background database, various servers can access the database through a database driver. In order to enable the data table in the database to provide services for the outside, the services can be realized by writing codes to create interfaces, one service corresponds to one interface, the more services provided for the outside by the data table, the more interfaces need to be created, the repeated coding is needed for creating each interface, the process is complex, and the workload is large.
Disclosure of Invention
The invention aims to provide a method, a device, equipment and a storage medium for generating and calling a data table service, so as to realize the purpose of quickly generating the service by the data table, be flexible and convenient to use, avoid the problem of repeated coding, have small workload and be beneficial to improving the service development speed.
In order to solve the technical problems, the invention provides the following technical scheme:
a data table service generation calling method comprises the following steps:
receiving a service calling request which is sent by a user and aims at a target data table in a target database, wherein the service calling request carries service request parameter information;
generating a service request statement aiming at the target data table based on a service data model constructed in advance and the service request parameter information; the service data model is pre-constructed according to a selection instruction of a data column and a query condition of the target data table and is used for storing service information of the target data table;
sending the service request statement to the target database for service calling to obtain a service calling result;
and returning the service calling result to the user.
In an embodiment of the present invention, the service invocation request is sent by the user based on a service opening manual, and the service opening manual is generated in advance according to the service data model.
In one embodiment of the present invention, the service opening manual includes at least the following information:
a service request address, a service request parameter, a service request type, a service request instance, and a service response instance.
In a specific embodiment of the present invention, the sending the service request statement to the target database for service invocation includes:
establishing connection with the target database according to pre-stored data source connection information;
acquiring a database drive of the target database;
and sending the service request statement to the target database, and calling the service of the target database through the database driver.
In a specific embodiment of the present invention, the returning the service invocation result to the user includes:
packaging the service calling result;
and returning the encapsulated service calling result to the user.
In an embodiment of the present invention, the selection instruction is received through an operable interface.
In a specific embodiment of the present invention, the service request statement is an sql statement.
A spreadsheet service generation calling device, comprising:
the service calling request receiving module is used for receiving a service calling request which is sent by a user and aims at a target data table in a target database, wherein the service calling request carries service request parameter information;
a service request statement generation module, configured to generate a service request statement for the target data table based on a service data model that is constructed in advance and the service request parameter information; the service data model is pre-constructed according to a selection instruction of a data column and a query condition of the target data table and is used for storing service information of the target data table;
a service calling result obtaining module, configured to send the service request statement to the target database for service calling, and obtain a service calling result;
and the service calling result returning module is used for returning the service calling result to the user.
In an embodiment of the present invention, the service invocation request is sent by the user based on a service opening manual, and the service opening manual is generated in advance according to the service data model.
In one embodiment of the present invention, the service opening manual includes at least the following information:
a service request address, a service request parameter, a service request type, a service request instance, and a service response instance.
In a specific embodiment of the present invention, the service invocation result obtaining module is specifically configured to:
establishing connection with the target database according to pre-stored data source connection information;
acquiring a database drive of the target database;
and sending the service request statement to the target database, and calling the service of the target database through the database driver.
In a specific embodiment of the present invention, the service invocation result returning module is specifically configured to:
packaging the service calling result;
and returning the encapsulated service calling result to the user.
In an embodiment of the present invention, the selection instruction is received through an operable interface.
In a specific embodiment of the present invention, the service request statement is an sql statement.
A spreadsheet service generation calling device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of any of the above-described spreadsheet service generation calling methods when executing the computer program.
A computer readable storage medium having stored thereon a computer program which, when executed by a processor, performs the steps of any of the above-described spreadsheet service generation calling methods.
By applying the technical scheme provided by the embodiment of the invention, when a service calling request aiming at a target data table in a target database sent by a user is received, a service request statement aiming at the target data table can be generated based on a service data model constructed in advance and service request parameter information carried in the service calling request, the service request statement is sent to the target database for service calling, and an obtained service calling result is returned to the user. The service data model is constructed in advance according to the data column of the target data table and the selection instruction of the query condition and used for storing the service information of the target data table, so that a service request statement can be directly generated when a service calling request is received, the purpose of rapidly generating the service by the data table is achieved, the service is generated without coding, the use is flexible and convenient, the problem of repeated coding is avoided, the workload is low, and the service development speed is favorably improved.
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 or the prior art will be briefly described below, it is obvious that the drawings in the following description are only some embodiments of the present invention, and for those skilled in the art, other drawings can be obtained according to the drawings without creative efforts.
FIG. 1 is a flowchart illustrating an implementation of a method for generating and invoking a spreadsheet service according to an embodiment of the present invention;
FIG. 2 is a diagram illustrating a process of generating a service opening manual according to an embodiment of the present invention;
FIG. 3 is a diagram illustrating a service invocation process in an embodiment of the present invention;
FIG. 4 is a diagram illustrating a data source, a data table, and a data column in an embodiment of the invention;
FIG. 5 is a detailed diagram of parameters in an embodiment of the present invention;
FIG. 6 is a diagram illustrating information output for a selected data row and query criteria in an embodiment of the present invention;
FIG. 7 is a diagram illustrating basic service information according to an embodiment of the present invention;
FIG. 8 is a diagram illustrating service request parameter information in an embodiment of the present invention;
FIG. 9 is a diagram illustrating response parameter information in an embodiment of the present invention;
FIG. 10 is a schematic structural diagram of a device for generating and calling a spreadsheet service according to an embodiment of the present invention;
fig. 11 is a schematic structural diagram of a device for generating and calling a data table service according to an embodiment of the present invention.
Detailed Description
In order that those skilled in the art will better understand the disclosure, the invention will be described in further detail with reference to the accompanying drawings and specific embodiments. It is to be understood that the described embodiments are merely exemplary of the invention, and not restrictive of the full scope of the invention. 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.
The core of the invention is to provide a method for generating and calling the data sheet service, which can be applied to a server, wherein the server can be respectively connected with a client and a database, and corresponding service calling is carried out when receiving a service calling request aiming at the data sheet in the database, which is sent by a user through a client interface.
Referring to fig. 1, an implementation flowchart of a method for generating and calling a data table service according to an embodiment of the present invention is shown, where the method includes the following steps:
s110: and receiving a service calling request which is sent by a user and aims at a target data table in a target database.
The service calling request carries service request parameter information.
In the embodiment of the invention, the server can provide an operable interface for enterprise or department technicians, and the enterprise or department technicians can enter the data source information required to be opened through the configuration of the server interface. The data source information may include information such as a database name, a user name, a password, a number of connections, a port number, etc. A database may contain a plurality of data tables. The enterprise or department technicians can select the data source and the data table which are required to be opened and set to the outside currently through the operable interface according to actual needs, and can select the data column and the query condition of the data table.
Technical personnel can input the required open data source information through interface configuration at any time when necessary, namely the embodiment of the invention can support dynamic increase and modification of the data source information, and the support to multiple data sources is more flexible.
When receiving a selection instruction of an enterprise or department technician for a data column and a query condition of a target data table in a target database, a server may pre-construct a service data model based on the selected data column and the query condition of the target data table, where the service data model is used to store service information of the target data table, such as table name, column name, alias, type, description, default value, and the like. The selection instruction is received through an operable interface.
Also, according to the above operation, the server may pre-construct a service data model of a plurality of data tables in a plurality of databases.
Further, the service end can generate a service opening manual in advance according to a service data model which is constructed in advance. Specifically, the service data model may be analyzed to obtain user-readable service information. For example, the variable parameter of the conditional query is resolved into the service request parameter, and the service request example is generated according to the parameter, and meanwhile, the service response example can be generated according to the query output field.
As shown in fig. 2, the generation process of the open manual for the service is schematically illustrated. The technician can determine whether a data source needs to be entered and, if so, can create a new data source through the entry. And then selecting an open data source and a data table, constructing a service data model, and generating a service open manual.
In the embodiment of the present invention, the service opening manual includes at least the following information: a service request address, a service request parameter, a service request type, a service request instance, and a service response instance.
The service opening manual which can be understood by the user is automatically generated, the user can inquire the relevant information of the required service through the service opening manual, and the service development speed can be improved. The user sends out a corresponding service calling request through the client, and the service calling request can carry service request parameter information.
Upon receiving a service call request for a target data table in the target database sent by the user, the operation of step S120 may be continuously performed.
S120: and generating a service request statement aiming at the target data table based on the service data model and the service request parameter information which are constructed in advance.
The service data model is constructed in advance according to the data columns of the target data table and the selection instruction of the query condition and is used for storing the service information of the target data table.
As described above, the embodiment of the present invention pre-constructs the service data model of the target data table according to the selection instruction of the data column and the query condition of the target data table, where the service data model is used to store the service information of the target data table.
The received service call request of the user for the target data table in the target database carries service request parameter information, and based on the service request parameter information, service related parameters such as variable parameters related to query, page size pageSize, page number pageNumber and the like can be obtained in the service data model.
Based on the service data model and the service request parameter information, a service request statement may be generated for the target data table. The service request statement may specifically be an sql statement.
S130: and sending the service request statement to a target database for service calling to obtain a service calling result.
After the service request statement for the target data table is generated, the service request statement can be sent to the target database for service calling, and the target database executes corresponding calling operation on the target data table according to the service request statement and returns a corresponding service calling result.
In a specific embodiment of the present invention, the service request statement may be sent to the target database for service invocation through the following steps:
the method comprises the following steps: establishing connection with a target database according to pre-stored data source connection information;
step two: acquiring a database drive of a target database;
step three: and sending the service request statement to a target database, and calling the service of the target database through a database driver.
In the embodiment of the invention, when the technician selects the data source and the data table which are open to the outside, the connection information of the data source can be saved. The connection information of the target database can be obtained by inquiring the connection information of the data source, so that the connection with the target database can be established. And meanwhile, the database driver of the target database can be acquired. And sending the service request statement to a target database, and calling the service of the target database through a database driver.
After the service calling result returned by the target database is obtained, the operation of step S140 may be continuously performed.
S140: and returning the service calling result to the user.
And after the service calling result returned by the target database is obtained, the service calling result can be returned to the user, and the service calling of the user to the target data table is completed.
In one embodiment of the present invention, step S140 may include the following steps:
the first step is as follows: packaging the service calling result;
the second step is that: and returning the encapsulated service calling result to the user.
After the service calling result is obtained, the service calling result can be packaged into a file with a format with better readability, such as an xml format and a Json format. And returning the encapsulated service calling result to the user, so that the user can conveniently check the service calling result.
Fig. 3 shows a specific implementation process of the embodiment of the present invention:
s310: a user sends a service calling request to a server Agent through a Client;
s320: the server Agent obtains a database driver and generates an sql statement;
s330: service calling is carried out on Database through a Database driver;
s340: the Database returns a service calling result to the server Agent;
s350: the service end Agent encapsulates the service calling result;
s360: and the server Agent returns a service calling result to the Client.
The embodiment of the invention can be used in various application scenes, such as a government affair platform. In practical application, a server may provide an operable interface, and an enterprise or department technician may select, through the operable interface, a data source and a data table that are currently to be set to open to the outside according to actual needs, as shown in fig. 4, where the selected data source is MySQL, the selected data table is app _ exchange, data columns in the data table respectively have id, active _ flag, and details of each parameter may also be set, as shown in fig. 5. As shown in fig. 6, a technician may perform service output and condition configuration in the output result area, the filter condition area, and the field sorting area, and display an sql statement corresponding to a service in the sql preview area. And constructing a service data model based on the information, and further generating a service opening manual, specifically, the service basic information may include a service name, a request mode, a request format, and the like, as shown in fig. 7, the service request parameter information may include creator, updateTime, appId, pageSize, pageNumber, and the like, as shown in fig. 8, and the response parameter information may include specific parameters, types, and the like, as shown in fig. 9.
By applying the method provided by the embodiment of the invention, when a service calling request aiming at a target data table in a target database sent by a user is received, a service request statement aiming at the target data table can be generated based on a service data model constructed in advance and service request parameter information carried in the service calling request, the service request statement is sent to the target database for service calling, and an obtained service calling result is returned to the user. The service data model is constructed in advance according to the data column of the target data table and the selection instruction of the query condition and used for storing the service information of the target data table, so that a service request statement can be directly generated when a service calling request is received, the purpose of rapidly generating the service by the data table is achieved, the service is generated without coding, the use is flexible and convenient, the problem of repeated coding is avoided, the workload is low, and the service development speed is favorably improved.
Corresponding to the above method embodiment, the embodiment of the present invention further provides a device for generating and calling a data table service, and a device for generating and calling a data table service described below and a method for generating and calling a data table service described above may be referred to correspondingly.
Referring to fig. 10, the apparatus includes the following modules:
a service call request receiving module 410, configured to receive a service call request sent by a user and directed to a target data table in a target database, where the service call request carries service request parameter information;
a service request statement generating module 420, configured to generate a service request statement for the target data table based on a service data model and service request parameter information that are constructed in advance; the service data model is constructed in advance according to the data columns of the target data table and the selection instruction of the query condition and is used for storing the service information of the target data table;
a service call result obtaining module 430, configured to send the service request statement to the target database for service call, and obtain a service call result;
and a service calling result returning module 440, configured to return the service calling result to the user.
By applying the device provided by the embodiment of the invention, when a service calling request aiming at a target data table in a target database sent by a user is received, a service request statement aiming at the target data table can be generated based on a service data model constructed in advance and service request parameter information carried in the service calling request, the service request statement is sent to the target database for service calling, and an obtained service calling result is returned to the user. The service data model is constructed in advance according to the data column of the target data table and the selection instruction of the query condition and used for storing the service information of the target data table, so that a service request statement can be directly generated when a service calling request is received, the purpose of rapidly generating the service by the data table is achieved, the service is generated without coding, the use is flexible and convenient, the problem of repeated coding is avoided, the workload is low, and the service development speed is favorably improved.
In one embodiment of the invention, the service invocation request is sent by the user based on a service opening manual, and the service opening manual is generated in advance according to a service data model.
In one embodiment of the present invention, the service opening manual includes at least the following information:
a service request address, a service request parameter, a service request type, a service request instance, and a service response instance.
In a specific embodiment of the present invention, the service invocation result obtaining module 430 is specifically configured to:
establishing connection with a target database according to pre-stored data source connection information;
acquiring a database drive of a target database;
and sending the service request statement to a target database, and calling the service of the target database through a database driver.
In a specific embodiment of the present invention, the service invocation result returning module 440 is specifically configured to:
packaging the service calling result;
and returning the encapsulated service calling result to the user.
In one embodiment of the invention, the selection instruction is received via an operable interface.
In one embodiment of the present invention, the service request statement is an sql statement.
Corresponding to the above method embodiment, an embodiment of the present invention further provides a device for generating and calling a data table service, as shown in fig. 11, including:
a memory 510 for storing a computer program;
the processor 520 is configured to implement the steps of the data table service generation calling method when executing the computer program.
Corresponding to the above method embodiment, an embodiment of the present invention further provides a computer-readable storage medium, where a computer program is stored on the computer-readable storage medium, and when the computer program is executed by a processor, the computer program implements the steps of the above data table service generation calling method.
The embodiments are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same or similar parts among the embodiments are referred to each other.
Those of skill would further appreciate that the various illustrative elements and algorithm steps described in connection with the embodiments disclosed herein may be implemented as electronic hardware, computer software, or combinations of both, and that the various illustrative components and steps have been described above generally in terms of their functionality in order to clearly illustrate this interchangeability of hardware and software. Whether such functionality is implemented as hardware or software depends upon the particular application and design constraints imposed on the implementation. 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 invention.
The steps of a method or algorithm described in connection with the embodiments disclosed herein may be embodied directly in hardware, in a software module executed by a processor, or in a combination of the two. A software module may reside in Random Access Memory (RAM), memory, Read Only Memory (ROM), electrically programmable ROM, electrically erasable programmable ROM, registers, hard disk, a removable disk, a CD-ROM, or any other form of storage medium known in the art.
The principle and the implementation of the present invention are explained in the present application by using specific examples, and the above description of the embodiments is only used to help understanding the technical solution and the core idea of the present invention. It should be noted that, for those skilled in the art, it is possible to make various improvements and modifications to the present invention without departing from the principle of the present invention, and those improvements and modifications also fall within the scope of the claims of the present invention.

Claims (9)

1. A data table service generation calling method is characterized by comprising the following steps:
receiving a service calling request which is sent by a user and aims at a target data table in a target database, wherein the service calling request carries service request parameter information;
generating a service request statement aiming at the target data table based on a service data model constructed in advance and the service request parameter information; the service data model is pre-constructed according to a selection instruction of a data column and a query condition of the target data table and is used for storing service information of the target data table;
sending the service request statement to the target database for service calling to obtain a service calling result;
returning the service calling result to the user;
the service calling request is sent by the user based on a service opening manual, and the service opening manual is generated in advance according to the service data model.
2. The method of claim 1, wherein the service opening manual comprises at least the following information:
a service request address, a service request parameter, a service request type, a service request instance, and a service response instance.
3. The method of claim 1, wherein sending the service request statement to the target database for a service call comprises:
establishing connection with the target database according to pre-stored data source connection information;
acquiring a database drive of the target database;
and sending the service request statement to the target database, and calling the service of the target database through the database driver.
4. The method according to any one of claims 1 to 3, wherein the returning the service invocation result to the user comprises:
packaging the service calling result;
and returning the encapsulated service calling result to the user.
5. The method of claim 4, wherein the selection instruction is received through an operable interface.
6. The method of claim 4, wherein the service request statement is an sql statement.
7. A spreadsheet service generation call apparatus, comprising:
the service calling request receiving module is used for receiving a service calling request which is sent by a user and aims at a target data table in a target database, wherein the service calling request carries service request parameter information;
a service request statement generation module, configured to generate a service request statement for the target data table based on a service data model that is constructed in advance and the service request parameter information; the service data model is pre-constructed according to a selection instruction of a data column and a query condition of the target data table and is used for storing service information of the target data table;
a service calling result obtaining module, configured to send the service request statement to the target database for service calling, and obtain a service calling result;
the service calling result returning module is used for returning the service calling result to the user;
the service calling request is sent by the user based on a service opening manual, and the service opening manual is generated in advance according to the service data model.
8. A spreadsheet service generation calling device, comprising:
a memory for storing a computer program;
a processor for implementing the steps of the spreadsheet service generation call method according to any of claims 1 to 6 when executing said computer program.
9. A computer-readable storage medium, characterized in that a computer program is stored on the computer-readable storage medium, which computer program, when being executed by a processor, carries out the steps of the spreadsheet service generation call method according to any of the claims 1 to 6.
CN201811407390.9A 2018-11-23 2018-11-23 Data table service generation and calling method, device, equipment and storage medium Active CN109522139B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811407390.9A CN109522139B (en) 2018-11-23 2018-11-23 Data table service generation and calling method, device, equipment and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811407390.9A CN109522139B (en) 2018-11-23 2018-11-23 Data table service generation and calling method, device, equipment and storage medium

Publications (2)

Publication Number Publication Date
CN109522139A CN109522139A (en) 2019-03-26
CN109522139B true CN109522139B (en) 2021-04-27

Family

ID=65777701

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811407390.9A Active CN109522139B (en) 2018-11-23 2018-11-23 Data table service generation and calling method, device, equipment and storage medium

Country Status (1)

Country Link
CN (1) CN109522139B (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110633100A (en) * 2019-09-11 2019-12-31 北京亚信数据有限公司 Method, device, storage medium and computing equipment for providing data service
CN110674205B (en) * 2019-09-23 2022-07-26 苏州达家迎信息技术有限公司 Single table query method, device, terminal and readable storage medium
CN110928712B (en) * 2019-11-28 2023-03-28 广州华资软件技术有限公司 Method for forming standard by connecting RPC service interface through visual database
CN113360519B (en) * 2020-03-06 2023-09-26 北京京东振世信息技术有限公司 Data processing method, device, equipment and storage medium
CN111813405A (en) * 2020-06-29 2020-10-23 四川长虹电器股份有限公司 Method for rapidly updating and publishing target data interface

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7404189B2 (en) * 2003-12-30 2008-07-22 International Business Machines Corporation Scheduler supporting web service invocation
US8286186B2 (en) * 2008-04-14 2012-10-09 International Business Machines Corporation System and method for extensible data interface for shared service module
CN101676910B (en) * 2008-09-19 2012-12-05 北京大学 A page generation method facing to Web application system
CN101788994A (en) * 2009-08-14 2010-07-28 成都迪捷信息技术有限公司 Method for constructing data display model and method and device for displaying data
CN104133717A (en) * 2014-08-26 2014-11-05 中电海康集团有限公司 Service automatic generation and deployment method for data open system
CN105159974A (en) * 2015-08-27 2015-12-16 浪潮软件股份有限公司 Method for automatically generating cross-data-source web service
CN105549982B (en) * 2016-01-14 2018-08-10 国网山东省电力公司物资公司 A kind of development of automation platform based on model configuration
CN106302490A (en) * 2016-08-23 2017-01-04 浪潮电子信息产业股份有限公司 Token-based Web session construction and service calling method
CN107562955A (en) * 2017-09-30 2018-01-09 北京酷我科技有限公司 A kind of rapid generation of SQL statement
CN108427550B (en) * 2018-02-13 2021-09-03 深圳太极云软技术有限公司 Web service generation method, device and equipment

Also Published As

Publication number Publication date
CN109522139A (en) 2019-03-26

Similar Documents

Publication Publication Date Title
CN109522139B (en) Data table service generation and calling method, device, equipment and storage medium
US11936745B2 (en) Automated platform provisioning system
CN111722947A (en) Service calling method and system
CN111552838B (en) Data processing method and device, computer equipment and storage medium
CN110275831B (en) Mock data verification method and device of protocol interface
CN108509392B (en) Multi-mechanism account checking method, system, computer equipment and storage medium
CN111581083B (en) Interface testing method and device, electronic equipment and storage medium
CN109254854A (en) Asynchronous invoking method, computer installation and storage medium
CN101853152A (en) Method and system for generating graphical user interface
CN114416075A (en) Service processing method and device
CN109241384A (en) Scientific research information visualization method and device
CN106603593A (en) HTTP calling method and device based on adaption
CN110888672B (en) Expression engine implementation method and system based on metadata architecture
CN112861059A (en) Visual component generation method and device, computer equipment and readable storage medium
CN113127335A (en) System testing method and device
CN106936660B (en) Data acquisition method and device
CN112487163B (en) Execution method of automatic flow and method and device for acquiring interface data of execution method
CN113568614A (en) Task issuing method, electronic device and storage medium
CN107395663B (en) Data acquisition method and device
CN113055348B (en) Cross-platform data request method and device and electronic equipment
CN106095886B (en) Data processing method and device
CN115168365B (en) Data storage method and device, electronic equipment and storage medium
CN116776030A (en) Gray release method, device, computer equipment and storage medium
CN113051202A (en) Interface adaptation method, device, electronic equipment and computer readable storage medium
CN115982257A (en) Interface creation method and related device

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant