CN112445811A - Data service method, device, storage medium and component based on SQL configuration - Google Patents

Data service method, device, storage medium and component based on SQL configuration Download PDF

Info

Publication number
CN112445811A
CN112445811A CN202011239857.0A CN202011239857A CN112445811A CN 112445811 A CN112445811 A CN 112445811A CN 202011239857 A CN202011239857 A CN 202011239857A CN 112445811 A CN112445811 A CN 112445811A
Authority
CN
China
Prior art keywords
service
sql
data
configuration
message
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
CN202011239857.0A
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.)
Guangdong Huaxing Bank Co ltd
Original Assignee
Guangdong Huaxing Bank 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 Guangdong Huaxing Bank Co ltd filed Critical Guangdong Huaxing Bank Co ltd
Priority to CN202011239857.0A priority Critical patent/CN112445811A/en
Publication of CN112445811A publication Critical patent/CN112445811A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/242Query formulation
    • G06F16/2433Query languages
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Computational Linguistics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Mathematical Physics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a data service method based on SQL configuration, which comprises the steps of obtaining business data from a plurality of third-party business systems, obtaining SQL configuration parameters, and generating one or more service interfaces according to the business data and the SQL configuration parameters; receiving a request message sent by an external system and analyzing the request message to obtain a service parameter; matching one or more service interfaces according to the service parameters, and converting the service parameters into corresponding SQL statements according to each service interface; and accessing the business system through the corresponding SQL statement, obtaining a corresponding access result, converting the access result into a message and returning the message to an external system. The invention can realize the release of the data service interface through configuration, simultaneously realize the rapid conversion between data and messages and improve the efficiency of data access. The invention also provides a data service device, a component and a storage medium based on the SQL configuration.

Description

Data service method, device, storage medium and component based on SQL configuration
Technical Field
The invention relates to the field of data service systems, in particular to a data service method, a data service device, a data service storage medium and a data service component based on SQL configuration.
Background
Data is the basis of business systems of all industries, the data volume is large and complex, and the data is generally stored in a background database of the business systems. However, for a business system, in most scenarios, the required data is small in data volume, accurate in data and high in data timeliness. Therefore, in the prior art, related data are generally screened from a background database by adopting a data service interface, and the data service interface is externally issued, so that the data can be quickly and accurately accessed directly through the data service interface. However, a conventional data service interface generally needs to go through a series of processes such as data acquisition, data processing, service interface development and message mapping, and finally forms a service interface for outputting data messages to the outside.
Disclosure of Invention
In order to overcome the defects of the prior art, one of the purposes of the invention is to provide a data service method based on SQL configuration, which can solve the problems of great development difficulty, long time consumption and the like of a data service interface in the prior art.
The second objective of the present invention is to provide a data service device based on SQL configuration, which can solve the problems of difficult development and long time consumption of the data service interface in the prior art.
The invention also aims to provide a storage medium which can solve the problems of high difficulty, long time consumption and the like of data service interface development in the prior art.
The fourth purpose of the present invention is to provide a data service component based on SQL configuration, which can solve the problems of difficult development and long time consumption of the data service interface in the prior art.
One of the purposes of the invention is realized by adopting the following technical scheme:
the data service method based on SQL configuration comprises the following steps:
a configuration step: acquiring service data from a plurality of third-party service systems, acquiring SQL configuration parameters, and generating one or more service interfaces according to the service data and the SQL configuration parameters; the service interface is used for accessing the service data in the service system according to the SQL statement;
a request step: receiving a request message sent by an external system and analyzing the request message to obtain a service parameter;
a conversion step: matching one or more service interfaces according to the service parameters, and converting the service parameters into corresponding SQL statements according to each service interface;
an access step: accessing the business system through the corresponding SQL statement and obtaining a corresponding access result;
and returning to the step: and converting the access result into a message and returning the message to the external system.
Further, the returning step further comprises: and integrating the access results, converting the access results into messages and returning the messages to an external system.
Further, the step of configuring further comprises standardizing the service data.
Further, the configuring step further comprises: the SQL configuration parameters input by the user are obtained by providing a configuration page to the user.
The second purpose of the invention is realized by adopting the following technical scheme:
the SQL configuration-based data service device comprises a memory and a processor, wherein a data service program which can run on the processor is stored in the memory, the data service program is a computer program, and the processor executes the data service program to realize the following steps:
a configuration step: acquiring service data from a plurality of third-party service systems, acquiring SQL configuration parameters, and generating one or more service interfaces according to the service data and the SQL configuration parameters; the service interface is used for accessing the service data in the service system according to the SQL statement;
a request step: receiving a request message sent by an external system and analyzing the request message to obtain a service parameter;
a conversion step: matching one or more service interfaces according to the service parameters, and converting the service parameters into corresponding SQL statements according to each service interface;
an access step: accessing the business system through the corresponding SQL statement and obtaining a corresponding access result;
and returning to the step: and converting the access result into a message and returning the message to the external system.
Further, the returning step further comprises: and integrating the access results, converting the access results into messages and returning the messages to an external system.
Further, the step of configuring further comprises standardizing the service data.
Further, the configuring step further comprises: the SQL configuration parameters input by the user are obtained by providing a configuration page to the user.
The third purpose of the invention is realized by adopting the following technical scheme:
a storage medium which is a computer-readable storage medium having stored thereon a data service program which is a computer program that, when executed by a processor, implements the steps of a SQL-configuration-based data service method as employed in one of the objects of the present invention.
The fourth purpose of the invention is realized by adopting the following technical scheme:
the data service component based on SQL configuration comprises an SQL analysis module, an SQL configuration and a message analysis module, wherein the SQL configuration is used for storing business data, SQL sentences and configuration relations of service interfaces; the message analysis module is communicated with a calling party of an external system through a distributed service gateway and is used for receiving a request message sent by the external system, analyzing the request message to obtain a service parameter and sending the service parameter to the SQL analysis module; the SQL analysis module is communicated with the business system and used for matching the business parameters according to SQL configuration to obtain one or more service interfaces and converting the business parameters into corresponding SQL statements according to each service interface; the SQL analysis module is also used for accessing the business system according to each SQL statement, receiving the corresponding access result, integrating the access result and sending the access result to the message analysis module, so that the message analysis module converts the access combination into a message and feeds the message back to an external system.
Compared with the prior art, the invention has the beneficial effects that:
the service interface is configured by providing the configuration page, when data is accessed, the service interface is matched according to the service parameters in the request message, the service parameters are converted into SQL statements, and the data is accessed through the SQL statements, so that the rapid conversion between the message and the data is realized, and the data access efficiency is improved; meanwhile, the setting of the interface can be completed through configuration, so that the problems of large development code amount, long development time period, high difficulty and the like of the interface in the prior art are solved.
Drawings
FIG. 1 is a block diagram of a data service system provided by the present invention;
FIG. 2 is a schematic diagram of data configuration of a data service component based on SQL configuration according to the present invention;
FIG. 3 is a flow chart of a data service method based on SQL configuration provided by the present invention;
FIG. 4 is a block diagram of a data service device based on SQL configuration according to the present invention.
In the figure: 11. a memory; 12. a processor; 13. a communication bus; 14. a network interface.
Detailed Description
The present invention will be further described with reference to the accompanying drawings and the detailed description, and it should be noted that any combination of the embodiments or technical features described below can be used to form a new embodiment without conflict.
Example one
The invention provides a preferred embodiment, a data service component configured based on SQL (Structured Query Language), the component can rapidly complete the release of a data service interface through SQL configuration, reduce the time consumption brought by application layer development, and simultaneously rapidly complete the data output to the outside through the mode of SQL configuration, improve the timeliness of the data, achieve the final effect of 'data is service', and greatly improve the service development efficiency.
Preferably, the data service component is applied to a data service system.
As shown in fig. 1, the data service system includes an application layer, a service layer, a data layer, and a data source. The application layer is user-oriented. Generally, a user sends a request message through an application layer.
The application layer communicates with the data layer through the service layer to realize data access in the data source. The data source typically includes a database of a plurality of business systems.
The data service component is applied to a service layer, and the service layer is used for providing communication between an application layer and a data layer and is used as an interface for the communication between the application layer and the data layer.
In a traditional business scenario, an engineer generally performs data extraction, model training, model deployment and access to transaction data on a business system. Wherein the transaction data typically resides in a database. And the access data of the model needs to be accessed in a message request mode. Therefore, when outputting the data in the database to the application layer, the data needs to be structured first and then output to the application layer in the format of a message. The intermediate process needs customized development, and the whole process needs code development, interface testing, packaging deployment and other steps, which are time-consuming. That is, customized development is required for the service layer to implement communication between the application layer and the data layer.
Therefore, the invention develops a data service component in the service layer, and realizes the communication between the application layer and the data layer through the data service component, thereby realizing the rapid conversion between the data and the message. Meanwhile, the rapid conversion between the messages and the data is realized in an SQL configuration mode, the rapid communication between an application layer and a data layer can be realized, and the problems of long time consumption, labor consumption, material resource consumption and the like in the prior art when interfaces are developed in a customized mode are solved.
As shown in fig. 1-2, the data service components preferably include an SQL parsing module, a message parsing module, and an SQL configuration module.
The SQL configuration module is used for realizing the configuration function. The method comprises the steps of obtaining business data in a third-party business system, providing a configuration page for a user such as an administrator and the like to receive input SQL configuration data, and generating one or more service interfaces according to the business data and the SQL configuration data. Preferably, the configuration data includes data source configuration, SQL configuration, service code configuration, transaction input parameter configuration, and the like. That is, by providing a configuration page for a user such as an administrator, the user inputs various configuration data in the configuration page according to the requirement and transmits the configuration data to the system for storage, so that a service interface is generated conveniently.
As shown in fig. 2, the service interface of the service system can be completed through configuration, and one service system may have a plurality of service interfaces, and then the external service may be implemented through the plurality of service interfaces generated through configuration.
The service interfaces are classified according to topics, such as an asset topic service interface, a client topic interface, an asset topic interface, a protocol topic interface and a product topic interface, and access to a data source is realized through each service interface through a data layer.
And the message analysis module is used for receiving the request message sent by the external system, analyzing the request message to obtain a service parameter and sending the service parameter to the SQL analysis module.
The SQL analysis module is used for obtaining one or more service interfaces according to the matching of the service parameters, converting the service parameters into corresponding SQL sentences according to each service interface, accessing the service system according to the corresponding SQL sentences and obtaining corresponding access results and transmitting the corresponding access results to the message analysis module.
And the message analysis module is used for converting the access result into a message and feeding the message back to the external system.
From the above, the method and the system provided by the invention have the advantages that the configuration page is provided for users such as an administrator, one or more service interfaces are generated in a user configuration mode, the service interfaces are matched according to the service parameters in the request message during data access, the service parameters are converted into SQL statements, and the data access is realized through the SQL statements, so that the rapid conversion between the message and the data is realized, and the data access efficiency is improved; meanwhile, the setting of the interface can be completed through configuration, so that the problems of large development code amount, long development time period, high difficulty and the like of the interface in the prior art are solved.
Preferably, there are a plurality of service interfaces in the present invention. The interface data of each service interface is formed by combining a plurality of themes of a data layer, such as: the system comprises a client theme, an asset theme, an agreement theme and a product theme, wherein various themes design reference industry data standards and actual business scenes. Each service interface accesses the data source through a corresponding theme, such as a client product asset query scene, and calls through the interface, and the background automatically acquires corresponding data through an asset theme and a product theme and assembles and returns the data.
Preferably, since there are a plurality of service interfaces, when the SQL statement is converted, it is also converted into a plurality of service interfaces, and the service system is accessed through the corresponding topics of the data layer. When configured, one business system may correspond to multiple service interfaces due to the data related to multiple topics, as shown in fig. 2
Preferably, there is more than one access result obtained through the access of the SQL statements, and after receiving the access result, the SQL parsing module further integrates the multiple access results and sends the integrated access result to the message parsing module, so that the message parsing module can convert the access result into a message format and feed back the message format to an external system, thereby implementing the access of data. The rapid conversion between the messages and the data is realized through a pre-configuration mode, and the efficiency of data access is greatly improved.
The invention realizes the external release of the data service interface through SQL configuration, solves the problems of high development difficulty, long time consumption and the like of the data service interface in the prior art, and can realize automatic and rapid conversion between data and messages during data access and improve the data access efficiency.
Preferably, during configuration, one or more service interfaces are generated by firstly collecting data of each business system, then standardizing the collected data, and receiving SQL configuration parameters input by a user.
The invention realizes the release of the data interface in a configuration mode, namely, the rapid conversion between the structured data in the background database and the message can be rapidly realized, the structured data in the database is output externally in the format of the message, the time consumption brought by the development of an application layer is reduced, the service requirement is rapidly responded, and the timeliness of service processing is improved.
Example two
A data service method based on SQL configuration, as shown in fig. 3, includes the following steps:
step S1, obtaining service data from a plurality of third-party service systems, obtaining SQL configuration parameters, and generating one or more service interfaces according to the service data and the SQL configuration parameters; and the service interface is used for accessing the service data in the service system according to the SQL statement. And generating a service interface through configuration to realize data access of the background database.
And step S2, receiving a request message sent by an external system and analyzing the request message to obtain a service parameter. Analyzing the request message sent by the external system to obtain the service parameters so as to match the service interface
Step S3, matching one or more service interfaces according to the service parameters, and converting the service parameters into corresponding SQL statements according to each service interface. The service interface is classified and set according to the requirements of users.
And step S4, accessing the business system through the corresponding SQL statement and obtaining a corresponding access result.
And step S5, converting the access result into a message and returning the message to the external system.
Further, the step S5 further includes: and integrating the access results, converting the access results into messages and returning the messages to an external system.
Further, the step S1 further includes: and carrying out standardization processing on the service data.
Further, the step S1 further includes: the SQL configuration parameters input by the user are obtained by providing a configuration page to the user.
EXAMPLE III
The invention provides a data service device based on SQL configuration. As shown in fig. 4, an internal structure diagram of the data service device based on the SQL configuration according to an embodiment of the present invention is provided.
In this embodiment, the data service device configured based on SQL may be a PC (Personal Computer), or may be a terminal device such as a smart phone, a tablet Computer, or a portable Computer. The data service device based on SQL configuration at least comprises: a processor 12, a communication bus 13, a network interface 14, and a memory 11.
The memory 11 includes at least one type of readable storage medium, which includes a flash memory, a hard disk, a multimedia card, a card type memory (e.g., SD or DX memory, etc.), a magnetic memory, a magnetic disk, an optical disk, and the like. The memory 11 may be an internal storage unit of the SQL-configured-based data service device in some embodiments, such as a hard disk of the SQL-configured-based data service device. The memory 11 may also be an external storage device of the SQL-based data service device in other embodiments, such as a plug-in hard disk, a Smart Media Card (SMC), a Secure Digital (SD) Card, a Flash memory Card (Flash Card), and the like, which are provided on the SQL-based data service device. Further, the memory 11 may also include both an internal storage unit and an external storage device of the SQL-configured-based data service apparatus. The memory 11 may be used not only to store application software installed in the SQL-based data service apparatus and various types of data, such as codes of a data service program, etc., but also to temporarily store data that has been output or is to be output.
The processor 12 may be, in some embodiments, a Central Processing Unit (CPU), controller, microcontroller, microprocessor or other data Processing chip for executing program codes stored in the memory 11 or Processing data, such as executing data service programs.
The communication bus 13 is used to realize connection communication between these components.
The network interface 14 may optionally include a standard wired interface, a wireless interface (e.g., WI-FI interface), and is typically used to establish a communication link between the SQL-based data service apparatus and other electronic devices.
Optionally, the SQL-based data service device may further include a user interface, the user interface may include a Display (Display), an input unit such as a Keyboard (Keyboard), and the optional user interface may further include a standard wired interface, a wireless interface. Alternatively, in some embodiments, the display may be an LED display, a liquid crystal display, a touch-sensitive liquid crystal display, an OLED (Organic Light-Emitting Diode) touch device, or the like. The display, which may also be referred to as a display screen or display unit, is suitable for displaying information processed in the SQL-based data service arrangement and for displaying a visualized user interface.
While figure 4 only shows the SQL configured data service device with components 11-14 and the data service program, those skilled in the art will appreciate that the architecture shown in figure 4 does not constitute a limitation of the SQL configured data service device and may include fewer or more components than shown, or combine certain components, or a different arrangement of components.
In the data service device embodiment based on the SQL configuration shown in fig. 4, a data service program is stored in the memory 11; the processor 12, when executing the data service program stored in the memory 11, implements the following steps:
step S1, obtaining service data from a plurality of third-party service systems, obtaining SQL configuration parameters, and generating one or more service interfaces according to the service data and the SQL configuration parameters; and the service interface is used for accessing the service data in the service system according to the SQL statement. And generating a service interface through configuration to realize data access of the background database.
And step S2, receiving a request message sent by an external system and analyzing the request message to obtain a service parameter. Analyzing the request message sent by the external system to obtain the service parameters so as to match the service interfaces, step S3, matching one or more service interfaces according to the service parameters, and converting the service parameters into corresponding SQL statements according to each service interface. The service interface is classified and set according to the requirements of users.
And step S4, accessing the business system through the corresponding SQL statement and obtaining a corresponding access result.
And step S5, converting the access result into a message and returning the message to the external system.
Further, the step S5 further includes: and integrating the access results, converting the access results into messages and returning the messages to an external system.
Further, the step S1 further includes: and carrying out standardization processing on the service data.
Further, the step S1 further includes: the SQL configuration parameters input by the user are obtained by providing a configuration page to the user.
Example four
A storage medium, which is a computer readable storage medium, and on which a data service program is stored, where the data service program is a computer program, and the data service program, when executed by a processor, implements the steps of the SQL configuration-based data service method as provided in embodiment one.
The above embodiments are only preferred embodiments of the present invention, and the protection scope of the present invention is not limited thereby, and any insubstantial changes and substitutions made by those skilled in the art based on the present invention are within the protection scope of the present invention.

Claims (10)

1. The data service method based on SQL configuration is characterized by comprising the following steps:
a configuration step: acquiring service data from a plurality of third-party service systems, acquiring SQL configuration parameters, and generating one or more service interfaces according to the service data and the SQL configuration parameters; the service interface is used for accessing the service data in the service system according to the SQL statement;
a request step: receiving a request message sent by an external system and analyzing the request message to obtain a service parameter;
a conversion step: matching one or more service interfaces according to the service parameters, and converting the service parameters into corresponding SQL statements according to each service interface;
an access step: accessing the business system through the corresponding SQL statement and obtaining a corresponding access result;
and returning to the step: and converting the access result into a message and returning the message to the external system.
2. The SQL configuration-based data service method of claim 1, wherein the returning step further comprises: and integrating the access results, converting the access results into messages and returning the messages to an external system.
3. The SQL configuration-based data service method of claim 1, wherein the configuring step further comprises standardizing the business data.
4. The SQL configuration-based data service method of claim 1, wherein the configuring step further comprises: the SQL configuration parameters input by the user are obtained by providing a configuration page to the user.
5. The SQL configuration-based data service device comprises a memory and a processor, wherein a data service program which can run on the processor is stored in the memory, the data service program is a computer program, and the SQL configuration-based data service device is characterized in that: when the processor executes the data service program, the following steps are realized:
a configuration step: acquiring service data from a plurality of third-party service systems, acquiring SQL configuration parameters, and generating one or more service interfaces according to the service data and the SQL configuration parameters; the service interface is used for accessing the service data in the service system according to the SQL statement;
a request step: receiving a request message sent by an external system and analyzing the request message to obtain a service parameter;
a conversion step: matching one or more service interfaces according to the service parameters, and converting the service parameters into corresponding SQL statements according to each service interface;
an access step: accessing the business system through the corresponding SQL statement and obtaining a corresponding access result;
and returning to the step: and converting the access result into a message and returning the message to the external system.
6. The SQL configuration-based data service apparatus of claim 5, wherein the returning step further comprises: and integrating the access results, converting the access results into messages and returning the messages to an external system.
7. The SQL-configuration-based data service apparatus according to claim 5, wherein the configuring step further comprises standardizing the business data.
8. The SQL configuration-based data service apparatus of claim 5, wherein the configuring step further comprises: the SQL configuration parameters input by the user are obtained by providing a configuration page to the user.
9. A storage medium which is a computer-readable storage medium having a data service program stored thereon, the data service program being a computer program, characterized in that: the data service program when executed by a processor implements the steps of the SQL configuration-based data service method according to any of claims 1-4.
10. The SQL configuration-based data service component is characterized by comprising an SQL analysis module, an SQL configuration module and a message analysis module, wherein the SQL configuration module is used for storing business data, SQL statements and configuration relations of service interfaces; the message analysis module is communicated with a calling party of an external system through a distributed service gateway and is used for receiving a request message sent by the external system, analyzing the request message to obtain a service parameter and sending the service parameter to the SQL analysis module; the SQL analysis module is communicated with the business system and used for matching the business parameters according to SQL configuration to obtain one or more service interfaces and converting the business parameters into corresponding SQL statements according to each service interface; the SQL analysis module is also used for accessing the business system according to each SQL statement, receiving the corresponding access result, integrating the access result and sending the access result to the message analysis module, so that the message analysis module converts the access combination into a message and feeds the message back to an external system.
CN202011239857.0A 2020-11-09 2020-11-09 Data service method, device, storage medium and component based on SQL configuration Pending CN112445811A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011239857.0A CN112445811A (en) 2020-11-09 2020-11-09 Data service method, device, storage medium and component based on SQL configuration

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011239857.0A CN112445811A (en) 2020-11-09 2020-11-09 Data service method, device, storage medium and component based on SQL configuration

Publications (1)

Publication Number Publication Date
CN112445811A true CN112445811A (en) 2021-03-05

Family

ID=74736537

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011239857.0A Pending CN112445811A (en) 2020-11-09 2020-11-09 Data service method, device, storage medium and component based on SQL configuration

Country Status (1)

Country Link
CN (1) CN112445811A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113742103A (en) * 2021-08-30 2021-12-03 北京爱奇艺科技有限公司 Cross-data-source service implementation method and device and electronic equipment

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102567517A (en) * 2011-12-28 2012-07-11 用友软件股份有限公司 Device and method for issuing data of database
CN103139234A (en) * 2011-11-23 2013-06-05 中国移动通信集团公司 Device and method for encapsulating data service
CN109445754A (en) * 2018-09-14 2019-03-08 中国建设银行股份有限公司 Data integration access mechanism, method and storage medium
CN111581271A (en) * 2020-04-28 2020-08-25 平安国际智慧城市科技股份有限公司 Interface parameter determination method and device, computer equipment and storage medium

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103139234A (en) * 2011-11-23 2013-06-05 中国移动通信集团公司 Device and method for encapsulating data service
CN102567517A (en) * 2011-12-28 2012-07-11 用友软件股份有限公司 Device and method for issuing data of database
CN109445754A (en) * 2018-09-14 2019-03-08 中国建设银行股份有限公司 Data integration access mechanism, method and storage medium
CN111581271A (en) * 2020-04-28 2020-08-25 平安国际智慧城市科技股份有限公司 Interface parameter determination method and device, computer equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113742103A (en) * 2021-08-30 2021-12-03 北京爱奇艺科技有限公司 Cross-data-source service implementation method and device and electronic equipment

Similar Documents

Publication Publication Date Title
CN108984388B (en) Method and terminal equipment for generating automatic test case
EP3731161A1 (en) Model application method and system, and model management method and server
CN109241384B (en) Scientific research information visualization method and device
CN111061678B (en) Service data processing method, device, computer equipment and storage medium
CN110503408B (en) Business process management system based on custom configuration
CN111683066A (en) Heterogeneous system integration method and device, computer equipment and storage medium
CN111460019A (en) Data conversion method and middleware of heterogeneous data source
CN108664665A (en) Data format method for transformation, device, equipment and readable storage medium storing program for executing
CN113626223A (en) Interface calling method and device
CN113467972A (en) Communication interface construction method, communication interface construction device, computer equipment and storage medium
CN113641700A (en) Data processing method and device based on Spring boot frame
CN116737127A (en) Low code development method, device, equipment and storage medium
CN109446648A (en) Service of simulation method for building up and device
CN115794437A (en) Calling method and device of microservice, computer equipment and storage medium
CN109597825B (en) Rule engine calling method, device, equipment and computer readable storage medium
CN113688183A (en) Multi-type data source extraction method, system, terminal equipment and storage medium
CN114172978A (en) Multi-protocol equipment access method and related device
CN112445811A (en) Data service method, device, storage medium and component based on SQL configuration
CN113626512A (en) Data processing method, device, equipment and readable storage medium
US20210326368A1 (en) Workflow-based dynamic data model and application generation
US20200286012A1 (en) Model application method, management method, system and server
CN115062084B (en) Method and device for constructing API (application programming interface) based on database metadata
WO2023092981A1 (en) Streaming data processing method, rule plug-in, and streaming data processing module and system
CN115061785A (en) Information issuing method and device, storage medium and server
CN115328997A (en) Data synchronization method, system, device and storage medium

Legal Events

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