CN110083650A - A kind of data-query interfaces automatic generation method and system based on metadata self-discovery - Google Patents

A kind of data-query interfaces automatic generation method and system based on metadata self-discovery Download PDF

Info

Publication number
CN110083650A
CN110083650A CN201910337144.9A CN201910337144A CN110083650A CN 110083650 A CN110083650 A CN 110083650A CN 201910337144 A CN201910337144 A CN 201910337144A CN 110083650 A CN110083650 A CN 110083650A
Authority
CN
China
Prior art keywords
data
parameter
query
url
metadata
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.)
Granted
Application number
CN201910337144.9A
Other languages
Chinese (zh)
Other versions
CN110083650B (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.)
CLP SECTION HUAYUN INFORMATION TECHNOLOGY Co Ltd
Clp Jiaxing New Intelligent City Science And Technology Development Co Ltd
Original Assignee
CLP SECTION HUAYUN INFORMATION TECHNOLOGY Co Ltd
Clp Jiaxing New Intelligent City Science And Technology Development 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 CLP SECTION HUAYUN INFORMATION TECHNOLOGY Co Ltd, Clp Jiaxing New Intelligent City Science And Technology Development Co Ltd filed Critical CLP SECTION HUAYUN INFORMATION TECHNOLOGY Co Ltd
Priority to CN201910337144.9A priority Critical patent/CN110083650B/en
Publication of CN110083650A publication Critical patent/CN110083650A/en
Application granted granted Critical
Publication of CN110083650B publication Critical patent/CN110083650B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

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
    • G06F16/2455Query execution
    • G06F16/24553Query execution of query operations
    • 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
    • G06F16/2455Query execution
    • G06F16/24568Data stream processing; Continuous queries
    • 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/25Integrating or interfacing systems involving database management systems
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/955Retrieval from the web using information identifiers, e.g. uniform resource locators [URL]
    • G06F16/9566URL specific, e.g. using aliases, detecting broken or misspelled links
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Landscapes

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

Abstract

Data-query interfaces automatic generation method based on metadata self-discovery, comprising: metadata management system finds table and table structure in database automatically, and is saved in service database;User selects tables of data, configuration querying field and parameter, saves relevant parameter in data query system;System generates a SQL statement template according to the data query parameter list that user selects, which can receive the parameter that user specifies and operator as parameter;System generates a corresponding address URL and increases a routing forwarding rule and API mapping;When using interface polls data, API is called using by specified URL;Parameter legitimacy is inputted according to the corresponding parameter list inspection of URL;If parameter is legal, SQL statement is generated using parameter to the SQL statement template of preservation;Call data base querying data, by result data according to JSON layout sequence, the returned data by way of data flow.

Description

A kind of data-query interfaces automatic generation method and system based on metadata self-discovery
Technical field
The invention belongs to database technical field, in particular to a kind of data-query interfaces based on metadata self-discovery are certainly Dynamic generation method and system.
Background technique
With the continuous development of informatization, data are increasing, and the demand of data query is more and more.The prior art Query interface can be generated by writing sql sentence according to fixed data structure.But when data structure changes, when need Otherwise same query argument, can only all rewrite sql and regenerate interface, bring great overlapping development workload.
Summary of the invention
The present invention provides a kind of data-query interfaces automatic generation methods and system based on metadata self-discovery, are used for Solve the problems, such as that available data query interface needs overlapping development.
One of embodiment of the present invention, a kind of data-query interfaces automatic generation method based on metadata self-discovery, including Following steps:
Step 1, metadata management system finds table and table structure in database automatically, and is saved in service database;
Step 2, user selects tables of data, configuration querying field and parameter, saves relevant parameter in data query system;
Step 3, system generates a SQL statement template, the template according to the data query parameter list that user selects It can receive parameter that user specifies and operator as parameter;
Step 4, system generates a corresponding address URL and increases a routing forwarding rule and API mapping;
Step 5, step 2 is repeated to step 4, is repeatedly different tables, different query arguments create multiple API;
When step 6, using interface polls data, API is called using by specified URL;Step 7, according to URL pairs The parameter list inspection input parameter legitimacy answered;
Step 8, if parameter is legal, SQL statement is generated using parameter to the SQL statement template of preservation;
Step 9, data base querying data are called to pass through the side of data flow by result data according to JSON layout sequence Formula returned data.
The beneficial effect comprise that
1, reduce the artificial workload for repeating to write SQL statement;
2, the scene of data structure variation is adapted to, dynamic is supported to generate query interface;
3, the scene of query argument variation is adapted to, supports changeable assembling sql sentence.
Detailed description of the invention
The following detailed description is read with reference to the accompanying drawings, above-mentioned and other mesh of exemplary embodiment of the invention , feature and advantage will become prone to understand.In the accompanying drawings, if showing by way of example rather than limitation of the invention Dry embodiment, in which:
Fig. 1 according to embodiments of the present invention one of the data-query interfaces automatic creation system based on metadata self-discovery show It is intended to.
Specific embodiment
According to one or more embodiment, as shown in Figure 1, a kind of data-query interfaces based on metadata self-discovery are certainly Dynamic generation method, comprising the following steps:
Step 1. metadata management system finds table and table structure in database automatically, and is saved in service database,
Step 1.1 registers the data source link information for needing to inquire data in metadata management system;
Step 1.2 metadata management system passes through configuring timing tasks, timing automatically scanning database;
The table and table structure of the automatic discovery data source of step 1.3, including table name, field name, field type, field are standby Note;
The data that step 1.4 finds step 1.3 are saved in service database,
Step 2. user selects tables of data, configuration querying field and parameter, saves relevant parameter in data query system,
Step 2.1 obtains the data table information that metadata management system saves, and the table and table structure that system will be present are to arrange The form of table is presented to data consumer;
Step 2.2 user selection needs the table of automatically generated data inquiry API, and selects to operate in API to be looked into Ask the field and parameter rule of parameter transmitting;
Relevant parameter is saved in database by step 2.3 system,
Step 3 system generates a SQL statement template according to the data query parameter list that user selects, which can To receive parameter that user specifies and operator as parameter;
Step 4 system generates a corresponding address URL and increases a routing forwarding rule and API mapping;
Step 5 repeats step 2 to step 4, can repeatedly be different tables, the multiple API of different query argument creations;
When step 6 is using interface polls data, API is called using by specified URL;
Step 7 system inputs parameter legitimacy according to the corresponding parameter list inspection of URL;
If step 8 parameter is legal, SQL statement is generated using parameter to the SQL statement template of preservation;
Step 9 calls data base querying data, by result data according to JSON layout sequence, by way of data flow Returned data.
The present embodiment provides it is a kind of when data structure changes, when needing different query arguments, without compiling again SQL is write, the method for automatically generating query interface.
According to one or more embodiment, as shown in Figure 1, a kind of data-query interfaces based on metadata self-discovery are certainly Dynamic generation system, the system include: metadata management system, data interface, data query system,
The function of metadata management system includes:
Log-on data source, timing scan data source obtain all tables and obtain the field of table, generate data source information, table And table structure;
The function of data interface includes:
All tables are obtained according to data source information, table and table structure, table structure is obtained by selection table, configuration data is looked into SOL template is generated after inquiry parameter, is generated URL, is established URL-API mapping by routing forwarding;
Data query system function includes:
After checking URL legitimacy, generating SQL statement according to parameter if parameter is legal, call data base querying data Pass through data flow returned data.
In several embodiments provided herein, it should be understood that disclosed systems, devices and methods, it can be with It realizes by another way.For example, the apparatus embodiments described above are merely exemplary, for example, the unit It divides, only a kind of logical function partition, there may be another division manner in actual implementation, such as multiple units or components It can be combined or can be integrated into another system, or some features can be ignored or not executed.In addition, shown or beg for Opinion mutual coupling, direct-coupling or communication connection can be through some interfaces, the INDIRECT COUPLING of device or unit Or communication connection, it is also possible to electricity, mechanical or other form connections.
If the integrated unit is realized in the form of SFU software functional unit and sells or use as independent product When, it can store in a computer readable storage medium.Based on this understanding, technical solution of the present invention is substantially The all or part of the part that contributes to existing technology or the technical solution can be in the form of software products in other words It embodies, which is stored in a storage medium, including some instructions are used so that a computer Equipment (can be personal computer, server or the network equipment etc.) executes the complete of each embodiment the method for the present invention Portion or part steps.And storage medium above-mentioned includes: USB flash disk, mobile hard disk, read-only memory (ROM, Read-Only Memory), random access memory (RAM, Random Access Memory), magnetic or disk etc. are various can store journey The medium of sequence code.
The above description is merely a specific embodiment, but scope of protection of the present invention is not limited thereto, any Those familiar with the art in the technical scope disclosed by the present invention, can readily occur in various equivalent modifications or replace It changes, these modifications or substitutions should be covered by the protection scope of the present invention.Therefore, protection scope of the present invention should be with right It is required that protection scope subject to.

Claims (4)

1. a kind of data-query interfaces automatic generation method based on metadata self-discovery, which comprises the following steps:
Step 1, metadata management system finds table and table structure in database automatically, and is saved in service database;
Step 2, user selects tables of data, configuration querying field and parameter, saves relevant parameter in data query system;
Step 3, the data query parameter list that system is selected according to user generates a SQL statement template, which can be with Receive parameter that user specifies and operator as parameter;
Step 4, system generates a corresponding address URL and increases a routing forwarding rule and API mapping;
Step 5, step 2 is repeated to step 4, is repeatedly different tables, different query arguments create multiple API;
When step 6, using interface polls data, API is called using by specified URL;
Step 7, parameter legitimacy is inputted according to the corresponding parameter list inspection of URL;
Step 8, if parameter is legal, SQL statement is generated using parameter to the SQL statement template of preservation;
Step 9, data base querying data are called to return by way of data flow by result data according to JSON layout sequence Return data.
2. the data-query interfaces automatic generation method according to claim 1 based on metadata self-discovery, feature exist In further, step 1 includes:
Step 1.1, the data source link information for needing to inquire data is registered in metadata management system;
Step 1.2, metadata management system passes through configuring timing tasks, timing automatically scanning database;
Step 1.3, the table and table structure of discovery data source, including table name, field name, field type, field remarks automatically;
Step 1.4, data step 1.3 found are saved in service database.
3. the data-query interfaces automatic generation method according to claim 2 based on metadata self-discovery, feature exist In step 2 includes:
Step 2.1, the data table information that metadata management system saves is obtained, the table and table structure that system will be present are with list Form is presented to data consumer;
Step 2.2, user's selection needs the table of automatically generated data inquiry API, and selects to operate in carry out inquiry ginseng in API The field and parameter rule of number transmitting;
Step 2.3, relevant parameter is saved in database.
4. a kind of data-query interfaces automatic creation system based on metadata self-discovery, which is characterized in that the system includes: member Data management system, data interface, data query system,
The function of metadata management system includes:
Log-on data source, timing scan data source obtain all tables and obtain the field of table, generate data source information, table and Table structure;
The function of data interface includes:
All tables are obtained according to data source information, table and table structure, table structure are obtained by selection table, configuration data inquiry ginseng SOL template is generated after number, is generated URL, is established URL-API mapping by routing forwarding;
Data query system function includes:
It checks URL legitimacy, pass through if parameter is legal according to parameter generation SQL statement, after calling data base querying data Data flow returned data.
CN201910337144.9A 2019-04-25 2019-04-25 Metadata self-discovery-based automatic generation method for data query interface Active CN110083650B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910337144.9A CN110083650B (en) 2019-04-25 2019-04-25 Metadata self-discovery-based automatic generation method for data query interface

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910337144.9A CN110083650B (en) 2019-04-25 2019-04-25 Metadata self-discovery-based automatic generation method for data query interface

Publications (2)

Publication Number Publication Date
CN110083650A true CN110083650A (en) 2019-08-02
CN110083650B CN110083650B (en) 2023-06-30

Family

ID=67416641

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910337144.9A Active CN110083650B (en) 2019-04-25 2019-04-25 Metadata self-discovery-based automatic generation method for data query interface

Country Status (1)

Country Link
CN (1) CN110083650B (en)

Cited By (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111198772A (en) * 2019-12-23 2020-05-26 中思博安科技(北京)有限公司 Method and system for generating application program interface API
CN111291074A (en) * 2020-02-27 2020-06-16 北京思特奇信息技术股份有限公司 Database query method, system, medium and device
CN112131294A (en) * 2020-09-22 2020-12-25 城云科技(中国)有限公司 Method, system and device for quickly generating interface
CN112131846A (en) * 2020-09-07 2020-12-25 北京思特奇信息技术股份有限公司 Method and system for parameter transmission based on mapping relation, electronic device and storage medium
CN112558950A (en) * 2020-12-21 2021-03-26 北京搜房科技发展有限公司 System interface generation method and device
CN112667663A (en) * 2020-12-28 2021-04-16 北京明略软件***有限公司 Data query method and system
CN112734349A (en) * 2019-10-14 2021-04-30 珠海格力电器股份有限公司 Interface generation method, data calling method, device and electronic equipment
CN112764744A (en) * 2021-01-25 2021-05-07 芝麻云信(武汉)科技有限公司 Interface service design method for ERP system
CN112799659A (en) * 2021-01-12 2021-05-14 杨飞 Method, device and terminal for automatically generating data interface without programming
CN113419719A (en) * 2021-06-29 2021-09-21 北京仁科互动网络技术有限公司 Interface case generation method and system based on business scene
CN114004211A (en) * 2021-12-30 2022-02-01 太平金融科技服务(上海)有限公司深圳分公司 Document template generation method, processing method, device, computer equipment and medium
CN114981775A (en) * 2019-12-16 2022-08-30 柠檬医疗保健有限公司 Cloud-based API metadata management method and system for API integrated management
CN112131846B (en) * 2020-09-07 2024-06-04 北京思特奇信息技术股份有限公司 Method and system for transmitting parameters based on mapping relation, electronic device and storage medium

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050262048A1 (en) * 2004-05-05 2005-11-24 International Business Machines Corporation Dynamic database access via standard query language and abstraction technology
CN101145162A (en) * 2007-10-31 2008-03-19 金蝶软件(中国)有限公司 Data base dynamic inquiry method and system
US7680781B1 (en) * 2005-03-04 2010-03-16 Teradata Us, Inc. Automatic search query generation and results set management
CN102521274A (en) * 2011-11-24 2012-06-27 上海明想电子科技有限公司 Ibatis-based SQL script dynamic loading method
CN102918528A (en) * 2010-03-12 2013-02-06 微软公司 Query model over information as a networked service
CN103093000A (en) * 2013-02-25 2013-05-08 用友软件股份有限公司 Database query modeling system and database query modeling method
CN104572896A (en) * 2014-12-25 2015-04-29 福建亿榕信息技术有限公司 Method and system for automatically governing data of relational database
US20160239582A1 (en) * 2015-02-18 2016-08-18 Ab Initio Technology Llc Querying a data source on a network
CN106909610A (en) * 2017-01-10 2017-06-30 中电科华云信息技术有限公司 Visualization based on browser pulls the method and system of inquiry data
CN107679071A (en) * 2017-08-22 2018-02-09 中国科学院计算机网络信息中心 A kind of generic data service of facing relation database customizes method for packing
US20180060365A1 (en) * 2016-08-26 2018-03-01 BlueTalon, Inc. Access control for nested data fields
US20180137184A1 (en) * 2016-11-15 2018-05-17 Spirent Communications, Inc. Sql interceptor for use with third party data analytics packages
CN108334547A (en) * 2017-12-27 2018-07-27 中电科华云信息技术有限公司 Data share exchange System and method for based on big data

Patent Citations (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050262048A1 (en) * 2004-05-05 2005-11-24 International Business Machines Corporation Dynamic database access via standard query language and abstraction technology
US7680781B1 (en) * 2005-03-04 2010-03-16 Teradata Us, Inc. Automatic search query generation and results set management
CN101145162A (en) * 2007-10-31 2008-03-19 金蝶软件(中国)有限公司 Data base dynamic inquiry method and system
CN102918528A (en) * 2010-03-12 2013-02-06 微软公司 Query model over information as a networked service
CN102521274A (en) * 2011-11-24 2012-06-27 上海明想电子科技有限公司 Ibatis-based SQL script dynamic loading method
CN103093000A (en) * 2013-02-25 2013-05-08 用友软件股份有限公司 Database query modeling system and database query modeling method
CN104572896A (en) * 2014-12-25 2015-04-29 福建亿榕信息技术有限公司 Method and system for automatically governing data of relational database
US20160239582A1 (en) * 2015-02-18 2016-08-18 Ab Initio Technology Llc Querying a data source on a network
CN107257973A (en) * 2015-02-18 2017-10-17 起元技术有限责任公司 The data source inquired about on network
US20180060365A1 (en) * 2016-08-26 2018-03-01 BlueTalon, Inc. Access control for nested data fields
US20180137184A1 (en) * 2016-11-15 2018-05-17 Spirent Communications, Inc. Sql interceptor for use with third party data analytics packages
CN106909610A (en) * 2017-01-10 2017-06-30 中电科华云信息技术有限公司 Visualization based on browser pulls the method and system of inquiry data
CN107679071A (en) * 2017-08-22 2018-02-09 中国科学院计算机网络信息中心 A kind of generic data service of facing relation database customizes method for packing
CN108334547A (en) * 2017-12-27 2018-07-27 中电科华云信息技术有限公司 Data share exchange System and method for based on big data

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
杨飞等: "Hibernate框架在权限管理***中的应用", 《微电子学与计算机》 *
杨飞等: "Hibernate框架在权限管理***中的应用", 《微电子学与计算机》, no. 02, 20 March 2007 (2007-03-20) *

Cited By (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112734349A (en) * 2019-10-14 2021-04-30 珠海格力电器股份有限公司 Interface generation method, data calling method, device and electronic equipment
CN114981775A (en) * 2019-12-16 2022-08-30 柠檬医疗保健有限公司 Cloud-based API metadata management method and system for API integrated management
CN114981775B (en) * 2019-12-16 2024-05-03 柠檬医疗保健有限公司 Cloud-based API metadata management method and system for integrated API management
CN111198772A (en) * 2019-12-23 2020-05-26 中思博安科技(北京)有限公司 Method and system for generating application program interface API
CN111291074A (en) * 2020-02-27 2020-06-16 北京思特奇信息技术股份有限公司 Database query method, system, medium and device
CN111291074B (en) * 2020-02-27 2023-03-28 北京思特奇信息技术股份有限公司 Database query method, system, medium and device
CN112131846A (en) * 2020-09-07 2020-12-25 北京思特奇信息技术股份有限公司 Method and system for parameter transmission based on mapping relation, electronic device and storage medium
CN112131846B (en) * 2020-09-07 2024-06-04 北京思特奇信息技术股份有限公司 Method and system for transmitting parameters based on mapping relation, electronic device and storage medium
CN112131294A (en) * 2020-09-22 2020-12-25 城云科技(中国)有限公司 Method, system and device for quickly generating interface
CN112558950A (en) * 2020-12-21 2021-03-26 北京搜房科技发展有限公司 System interface generation method and device
CN112667663A (en) * 2020-12-28 2021-04-16 北京明略软件***有限公司 Data query method and system
CN112799659A (en) * 2021-01-12 2021-05-14 杨飞 Method, device and terminal for automatically generating data interface without programming
CN112764744A (en) * 2021-01-25 2021-05-07 芝麻云信(武汉)科技有限公司 Interface service design method for ERP system
CN113419719A (en) * 2021-06-29 2021-09-21 北京仁科互动网络技术有限公司 Interface case generation method and system based on business scene
CN113419719B (en) * 2021-06-29 2023-10-13 北京仁科互动网络技术有限公司 Interface use case generation method and system based on business scene
CN114004211A (en) * 2021-12-30 2022-02-01 太平金融科技服务(上海)有限公司深圳分公司 Document template generation method, processing method, device, computer equipment and medium

Also Published As

Publication number Publication date
CN110083650B (en) 2023-06-30

Similar Documents

Publication Publication Date Title
CN110083650A (en) A kind of data-query interfaces automatic generation method and system based on metadata self-discovery
CN108021710B (en) Dynamic interface conversion method, device, terminal equipment and storage medium
US20060136810A1 (en) Electronic form generator
CN101504672B (en) Method and system for dynamically configuring physical data table
CN104376068A (en) Data representation system and method based on dynamic report template
CN109766097A (en) UI generation method, device, electronic equipment and computer readable storage medium
CN110716783A (en) Front-end page generation and deployment method and device, storage medium and equipment
CN106293743A (en) A kind of mobile modeling and build Mobile solution the method realizing cross-platform issue
CN105808776A (en) Data management system and method of distributed database
CN102946415B (en) A kind of implementation method of mobile terminal this locality application and device
CN110647316B (en) Method and device for generating universal business object, computer equipment and storage medium
CN108279882B (en) Framework generation method, device, equipment and computer readable medium
CN108600282A (en) Micro services dissemination method, device, storage medium and computer equipment
CN110502732A (en) A kind of rule generating method of discount coupon, device and server
CN108388623A (en) ER relationships generation method, device, computer equipment and storage medium
CN110888672B (en) Expression engine implementation method and system based on metadata architecture
CN111381820A (en) Method and device for automatically generating API based on GUI
CN109828840A (en) Resource method of combination, device, storage medium and electronic equipment
CN102375743A (en) SOA(Service-Oriented Architecture) system development method based on model and template
CN109597825B (en) Rule engine calling method, device, equipment and computer readable storage medium
CN112131230B (en) Application software as a service (SaaS) realization method, device, equipment and storage medium
CN101794289A (en) Method and system for exporting data
CN103425793B (en) Method for utilizing database purchase layer to access data base in instant communicating system
CN103561113A (en) Web Service interface generating method and device
CN110620819A (en) Block chain interaction method and device, computer equipment and readable 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
GR01 Patent grant
GR01 Patent grant