CN118034676A - Unified management system for enterprise data interfaces - Google Patents

Unified management system for enterprise data interfaces Download PDF

Info

Publication number
CN118034676A
CN118034676A CN202410159477.8A CN202410159477A CN118034676A CN 118034676 A CN118034676 A CN 118034676A CN 202410159477 A CN202410159477 A CN 202410159477A CN 118034676 A CN118034676 A CN 118034676A
Authority
CN
China
Prior art keywords
interface
data
module
service module
data interface
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
CN202410159477.8A
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.)
Wubo Shanghai Digital Technology Co ltd
Original Assignee
Wubo Shanghai Digital 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 Wubo Shanghai Digital Technology Co ltd filed Critical Wubo Shanghai Digital Technology Co ltd
Priority to CN202410159477.8A priority Critical patent/CN118034676A/en
Publication of CN118034676A publication Critical patent/CN118034676A/en
Pending legal-status Critical Current

Links

Landscapes

  • Computer And Data Communications (AREA)

Abstract

The invention provides a unified management system for enterprise data interfaces, which comprises: the data service module is provided with a plurality of configuration items for a user to input corresponding configuration content; the interface forming module is used for searching the script corresponding to the configuration content to create an interface code, and assembling the interface code to form a data interface; the data service module is also used for managing the formed data interface. The code is formed directly according to the script and assembled into the data interface, so that code-free development is realized, and even if people who do not understand the code can also create the data interface, the development difficulty and complexity are reduced.

Description

Unified management system for enterprise data interfaces
Technical Field
The invention relates to the technical field of software development, in particular to a unified management system for enterprise data interfaces.
Background
In the enterprises which are not popularized at present in digitalization, all systems of the enterprises provide interface services to the outside in an island mode, a non-uniform interface protocol, a non-uniform data structure and a non-uniform access domain name are not provided, a set of interface development which meets the own standards of the enterprises is not provided, so that a data provider and a service provider access joint call is complex, a great deal of manpower, time and the like are wasted, all the systems in the enterprises independently develop and maintain a set of data interface output for the external service, the logic, the code and the like of the data interface output of all the systems are approximately the same, all the systems are required to independently develop the configuration and the monitoring of interfaces, and each new increment and iteration service system of the enterprises are required to realize and maintain a set of interface development, so that the technical resources of the enterprises are greatly wasted.
Disclosure of Invention
Based on the above description, the invention provides a unified management system for enterprise data interfaces, which aims to solve the technical problems of high development cost, high management cost and the like of creating enterprise data interfaces in the prior art.
An enterprise data interface unified management system, comprising:
the data service module is provided with a plurality of configuration items for a user to input corresponding configuration content;
the interface forming module is connected with the data service module and used for searching the script corresponding to the configuration content to create an interface code and assembling the interface code to form a data interface;
the data service module is also used for managing the formed data interface.
Further, the configuration items of the data service module include an interface name, an interface path, an interface type, a group path and a group name.
Further, the data service module includes:
the query unit is used for querying the existing data interface matched with the input query content;
the display unit is connected with the query unit and used for displaying the data interface queried by each query unit in a list form;
the modification unit is connected with the display unit and is used for modifying the configuration content of the configuration item of the selected data interface;
The new adding unit is used for ejecting a new configuration window display configuration item for a user to input corresponding configuration content;
the interface forming module is used for:
searching a script corresponding to the configuration content modified by the modification unit to create an interface code, and assembling the interface code to update the data interface;
searching the script corresponding to the configuration content input by the new adding unit to create an interface code, and assembling the interface code to create a data interface.
Further, the method further comprises the following steps:
The auditing module is connected with the data service module and is used for auditing the data interface to be released;
the data service module is also connected with an auditing module, and further comprises:
And the issuing unit is used for issuing the data interface after the verification is passed.
Further, the method further comprises the following steps:
The monitoring module is connected with the data service module and is used for displaying the monitoring information of the data interfaces in a list form on the monitoring interface, counting the content of the preset fields of the data interfaces in the list and displaying the counting result.
Further, the monitoring information displayed by the monitoring module comprises the success times, the failure times and the failure rate of the data transmission.
Further, the monitoring module counts the successful times, the failed times and the failure rate of the data transmission of all the data interfaces in the list, and the statistical result comprises the total successful times, the total failed times and the failure rate.
Further, the method further comprises the following steps:
The basic setting module is connected with the data service module and is used for managing the configured host information, wherein the host information comprises a host address;
The interface forming module is also connected with the basic setting module and is also used for forming a data interface by combining the selected host;
the display field of the data service module when displaying the data interface comprises a host address corresponding to the data interface.
Further, the system also comprises a scheduling module connected with the data service module and used for defining the scheduling rule of the data interface.
Further, the method further comprises the following steps:
And the notification module is connected with the data service module and used for generating release notification information when the data interface releases.
The beneficial technical effects of the invention are as follows: by providing configuration items, configuration operations are carried out only by an interface, configuration contents are input, codes are formed and assembled into a data interface directly according to scripts, code-free development is realized, a person who does not understand the codes can also create the data interface, development difficulty and complexity are reduced, technical resource waste is reduced in a development process of non-business implementation, the data service module carries out unified management on the data interface, islands of all systems are broken, the uniformity of standards and rules of the data interface can be realized, and a unified structure and a standard data basis are laid for later digital transformation of enterprises.
Drawings
Fig. 1 is a schematic block diagram of an enterprise data interface unified management system according to the present invention.
Detailed Description
The following description of the embodiments of the present invention will be made clearly and completely with reference to the accompanying drawings, in which it is apparent that the embodiments described are only some embodiments of the present invention, but not all embodiments. All other embodiments, which can be made by those skilled in the art based on the embodiments of the invention without making any inventive effort, are intended to be within the scope of the invention.
It should be noted that, without conflict, the embodiments of the present invention and features of the embodiments may be combined with each other.
The invention is further described below with reference to the drawings and specific examples, which are not intended to be limiting.
Referring to fig. 1, the present invention provides a unified management system for enterprise data interfaces, including:
the data service module (1) is provided with a plurality of configuration items for a user to input corresponding configuration content;
An interface forming module (2) connected with the data service module (1) for searching the script corresponding to the configuration content to create an interface code, and assembling the interface code to form a data interface;
The data service module (1) is also used for managing the formed data interface.
The invention provides configuration items by deploying the data unified output platform, only needs the interface to perform configuration operation, inputs configuration content, forms codes directly according to scripts and assembles the codes into the data interface, can realize the new addition of a new interface for code-free development by dynamic non-technicians without reallocating and using technical resources, reduces development difficulty and complexity, reduces technical resource waste in the development process of non-business implementation, and the data service module performs unified management on the data interface, breaks islands of each system, can realize the uniformity of standards and rules of the data interface, and lays a unified structure and standard data foundation for later digital transformation of enterprises.
Further, the configuration items of the data service module (1) include an interface name, an interface path, an interface type, a group path and a group name.
The interface name is used to name the interface.
Interface path, i.e. storage path for interface resources
The interface type indicates the type of interface, such as an upload interface, an open interface, or a proxy interface.
The group name, i.e. the name of the group of interfaces, under which there are a plurality of interfaces, may be the code of a server, so that all the interfaces under it are convenient to be known later by the group name, correspondingly, the group name has a corresponding group path, for example, the IP path of this server.
The code-free new interface addition can be carried out through page configuration only by realizing various access protocols of enterprises and codes of various data structures in the platform for one time, so that the external standard output of new business data is realized.
Further, the data service module (1) includes:
A query unit (101) for querying an existing data interface matched with the input query content;
The display unit (102) is connected with the query unit (101) and is used for displaying the data interfaces queried by the query unit in a list form;
A modifying unit (103) connected with the display unit (103) and used for modifying the configuration content of the configuration item of the selected data interface;
The new adding unit (104) is used for ejecting a new configuration window display configuration item for a user to input corresponding configuration content;
The interface forming module (2) is used for:
Searching a script corresponding to the configuration content modified by the modification unit (103) to create an interface code, and assembling the interface code update data interface;
a script corresponding to the configuration content input by the adding unit (104) is searched to create an interface code, and the interface code is assembled to create a new data interface.
The data service module is provided with a data service interface, the data service interface is provided with a query area, the query area displays an icon of a query unit and a query input box for a user to input query conditions, the query unit queries the existing data interfaces, the display unit displays each queried data interface in the display area of the data service interface in a list form, and the displayed fields comprise interface names, interface types, interface states, interface paths, request types, request protocols, host addresses, request media types and the like of the data interfaces. By default (i.e., without a query), the presentation area of the data service interface presents all of the data interfaces in a list.
Interface types such as open interface, proxy interface, pull interface.
Interface states such as a new state and a published state.
Request types such as POST requests, GET requests.
The request protocol is, for example, the HTTP protocol.
Request media type such as JSON.
Further, the method further comprises the following steps:
The auditing module (3) is connected with the data service module (1) and is used for auditing the data interface to be released;
the data service module (1) is also connected with an auditing module (3), and further comprises:
And the issuing unit (105) is used for issuing the data interface after the verification is passed.
The newly built data interface is newly built according to the interface state before the verification is passed, and only the interface state of the data interface after the verification is passed is changed into the published state. The state of each data interface is convenient for the staff to know in time.
Further, the method further comprises the following steps:
The monitoring module (4) is connected with the data service module (1) and is used for displaying the monitoring information of the data interfaces in a list form on the monitoring interface, counting the content of the preset field of the data interfaces in the list and displaying the counting result.
Further, the monitoring information displayed by the monitoring module (4) comprises the success times, the failure times and the failure rate of the data transmission.
And displaying a query area on a monitoring interface of the monitoring module, wherein the query area comprises a query unit icon and a plurality of query input boxes, such as an interface name and a release path, and the query interface is obtained after a user clicks the icon of the query unit after inputting the content and is displayed in a list form in a display area of the monitoring interface of the monitoring module, and each query area is a data interface. The fields shown include interface type, interface name, release path, number of successful data exchanges, number of failed data exchanges, rate of failed data exchanges, etc. And each data interface is also corresponding to a monitoring log icon and a confirmation monitoring icon, the monitoring log of the data interface can be checked by clicking the monitoring log icon, and the monitoring of the data interface can be started by clicking the confirmation monitoring.
And under the default condition, the monitoring interface of the monitoring module displays all data interfaces in a list form in a data interface display area, and displays the data interfaces matched with the query after the user queries.
Further, the monitoring module (4) counts the successful times, the failed times and the failure rate of the data transmission of all the data interfaces in the list, and the statistical result comprises the total successful times, the total failed times and the failure rate.
The monitoring module is mainly used for monitoring the health degree of data exchange of the data interfaces and also comprises a query unit for querying the data interfaces meeting the conditions and displaying the data interfaces in a list, and counting the total times of the data exchange of the queried one or more data interfaces, namely the total times of success, the total times of data exchange abnormality, namely the total times of failure and the failure rate.
Further, the method further comprises the following steps:
the basic setting module (5) is connected with the data service module (1) and is used for managing configured host information, wherein the host information comprises a host address;
the interface forming module (2) is also connected with the basic setting module (5) and is also used for forming a data interface by combining with the selected host;
The display field of the data service module (1) when displaying the data interface also comprises a host address corresponding to the data interface.
The basic setting module is mainly used for configuring and maintaining host information, such as host names and host addresses, a plurality of data interfaces can be created under each host, and if the host information is troublesome to input when the data interfaces are created each time, the basic setting module is designed to specially manage the host information, and after the host information is input for the first time, the step of inputting can be omitted by directly selecting the host when the data interfaces are created again.
The interface of the basic setting module is provided with input boxes such as a host name, a host address and the like for a user to input query conditions, the interface is also provided with a query icon, and the user can query corresponding host information by clicking the query icon. Under the default condition, the host information display area of the interface of the basic setting module displays information of all hosts in a list form, one piece of content represents one piece of host information, the displayed fields comprise a host name, a host address, description and host creation time, and an operation field is also set for modifying and deleting each piece of host information. The display area of the interface of the basic setting module is also provided with a new icon, and new host information can be created by clicking the new icon.
Further, the system also comprises a scheduling module (6) connected with the data service module (1) and used for defining the scheduling rules of the data interface.
The scheduling module (6) mainly manages scheduling rules of the data interface. Facilitating the execution of tasks by the data interface using scheduling rules.
Further, the method further comprises the following steps:
And the notification module (7) is connected with the data service module (1) and is used for generating release notification information when the data interface releases.
The notification module (7) has a notification interface where the user can see notification information about the system release, for example release notification information of the release data interface, and may be other notification information, for example host created notification information.
The invention realizes the unified interface external output endpoint in the unified data service platform system, realizes the input management of the interface by the platform management page, only needs page configuration related basic attribute, does not need to develop interface codes any more, and can quickly generate corresponding business data interfaces, interface authorities, interface monitoring and the like by deploying the data unified output platform and only logging in the management platform to operate related pages, thereby avoiding repeated and boring interface development, integrating the current situation of the business system by utilizing the latest technology, realizing the stripping of the business system interface development module, only needing page configuration operation, and providing external service of business data without subsequent code development and maintenance, reducing technical resource waste in the development process of non-business realization, and realizing the quick iteration and updating of the business by centralizing resources. And in addition, the data is output outwards in a centralized manner, unified standards and rules can be realized, and a data foundation of a unified structure and standards is laid for the later digital transformation of enterprises.
The foregoing is merely illustrative of the preferred embodiments of the present invention and is not intended to limit the embodiments and scope of the present invention, and it should be appreciated by those skilled in the art that equivalent substitutions and obvious variations may be made using the description and illustrations of the present invention, and are intended to be included in the scope of the present invention.

Claims (10)

1. An enterprise data interface unified management system, comprising:
the data service module is provided with a plurality of configuration items for a user to input corresponding configuration content;
An interface forming module connected with the data service module and used for searching the script corresponding to the configuration content to create an interface code and assembling the interface code to form a data interface;
the data service module is also used for managing the formed data interface.
2. The unified management system for enterprise data interfaces as claimed in claim 1, wherein the configuration items of the data service module comprise an interface name, an interface path, an interface type, a group path, and a group name.
3. The unified management system for enterprise data interfaces as claimed in claim 1, wherein the data service module comprises:
the query unit is used for querying the existing data interface matched with the input query content;
the display unit is connected with the query unit and used for displaying the data interface queried by each query unit in a list form;
The modification unit is connected with the display unit and used for modifying the configuration content of the selected configuration item of the data interface;
the new adding unit is used for ejecting a new configuration window to display the configuration item for a user to input corresponding configuration content;
The interface forming module is used for:
Searching a script corresponding to the configuration content modified by the modification unit to create an interface code, and assembling the interface code to update the data interface;
Searching a script corresponding to the configuration content input by the new adding unit to create an interface code, and assembling the interface code to create the data interface.
4. The enterprise data interface unified management system of claim 1, further comprising:
The auditing module is connected with the data service module and is used for auditing the data interface to be issued;
the data service module is also connected with the auditing module, and further comprises:
And the issuing unit is used for issuing the data interface after the verification is passed.
5. The enterprise data interface unified management system of claim 1, further comprising:
The monitoring module is connected with the data service module and is used for displaying the monitoring information of the data interfaces in a list form on a monitoring interface, counting the content of the preset fields of the data interfaces in the list and displaying the counting result.
6. The unified management system for an enterprise data interface of claim 5, wherein the monitoring information presented by the monitoring module comprises a number of successes, a number of failures, and a failure rate of the data transmission.
7. The system of claim 6, wherein the monitoring module counts the number of successful data transmissions, the number of failed data transmissions, and the failure rate of all the data interfaces in the list, and obtains the statistics including the total number of successful data transmissions, the total number of failed data transmissions, and the failure rate.
8. The enterprise data interface unified management system of claim 3, further comprising:
The basic setting module is connected with the data service module and is used for managing configured host information, wherein the host information comprises a host address;
The interface forming module is also connected with the basic setting module and is also used for forming the data interface by combining with the selected host;
the display field when the data service module displays the data interface also comprises a host address corresponding to the data interface.
9. The enterprise data interface unified management system of claim 3, further comprising a scheduling module coupled to the data service module for defining scheduling rules for the data interfaces.
10. The enterprise data interface unified management system of claim 4, further comprising:
and the notification module is connected with the data service module and used for generating release notification information when the data interface releases.
CN202410159477.8A 2024-02-04 2024-02-04 Unified management system for enterprise data interfaces Pending CN118034676A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202410159477.8A CN118034676A (en) 2024-02-04 2024-02-04 Unified management system for enterprise data interfaces

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202410159477.8A CN118034676A (en) 2024-02-04 2024-02-04 Unified management system for enterprise data interfaces

Publications (1)

Publication Number Publication Date
CN118034676A true CN118034676A (en) 2024-05-14

Family

ID=91003727

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202410159477.8A Pending CN118034676A (en) 2024-02-04 2024-02-04 Unified management system for enterprise data interfaces

Country Status (1)

Country Link
CN (1) CN118034676A (en)

Similar Documents

Publication Publication Date Title
US11924021B1 (en) Actionable event responder architecture
US8478616B2 (en) Business application development and execution environment
US8296412B2 (en) Method and system for event impact analysis
US8832175B2 (en) Methods and apparatus for dynamic endpoint generators and dynamic remote object discovery and brokerage
CA2451694C (en) Integrating enterprise support systems
US7130812B1 (en) Method and system for managing real time data
EP1520225B1 (en) Integration of heterogeneous applications
TW526429B (en) Graphical editor for defining and creating a computer system
US7877725B2 (en) System and method for dynamic generation and customization of web service client applications for terminals
US20030028589A1 (en) System and method to transfer an application to a destination server module in a predetermined storage format
US8832675B1 (en) Dynamic user-interface generation and administration method and apparatus
US8539514B2 (en) Workflow integration and portal systems and methods
US20060178898A1 (en) Unified event monitoring system
US7469217B2 (en) Product toolkit system and method
JP2005505055A (en) Method, apparatus and system for mobile web client
KR20010042737A (en) Visual data integration system and method
US20030220963A1 (en) System and method for converting data structures
CN108388623A (en) ER relationships generation method, device, computer equipment and storage medium
US20130151682A1 (en) Multi-phase monitoring of hybrid system landscapes
US8880664B1 (en) Method and apparatus for generating a network profile and device profile
CN116011943A (en) Robot automation flow service system, method and medium based on low codes
CN118034676A (en) Unified management system for enterprise data interfaces
CN112749948A (en) Information processing method and device for project management
US8910183B2 (en) Access to context information in a heterogeneous application environment
US7409403B1 (en) Alert management data infrastructure and configuration generator

Legal Events

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