CN110780852A - Method, device, equipment and medium for determining data source - Google Patents

Method, device, equipment and medium for determining data source Download PDF

Info

Publication number
CN110780852A
CN110780852A CN201910911121.4A CN201910911121A CN110780852A CN 110780852 A CN110780852 A CN 110780852A CN 201910911121 A CN201910911121 A CN 201910911121A CN 110780852 A CN110780852 A CN 110780852A
Authority
CN
China
Prior art keywords
data source
user
interaction system
data
data interaction
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
CN201910911121.4A
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.)
Hua Qing Rong Tian (beijing) Software Ltd By Share Ltd
Original Assignee
Hua Qing Rong Tian (beijing) Software Ltd By Share 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 Hua Qing Rong Tian (beijing) Software Ltd By Share Ltd filed Critical Hua Qing Rong Tian (beijing) Software Ltd By Share Ltd
Priority to CN201910911121.4A priority Critical patent/CN110780852A/en
Publication of CN110780852A publication Critical patent/CN110780852A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/20Software design

Abstract

The invention discloses a method, a device, equipment and a medium for determining a data source, wherein the method comprises the following steps: acquiring a data interaction system name of a target data interaction system input by a user in a search bar of a user terminal; searching a topological relation view corresponding to the target data interaction system in a topological graph database according to the data interaction system name; the topological relation view comprises editable nodes and editable node connecting lines; the node represents a data source generated by the node during work; the node connection represents a data source generated when data interaction is carried out between two nodes; displaying a topological relation view corresponding to the target data interaction system in a display page; and determining a data source required by the user in response to the click operation of the user on the topological relation view.

Description

Method, device, equipment and medium for determining data source
Technical Field
The present application relates to the field of data processing, and in particular, to a method, an apparatus, a device, and a medium for determining a data source.
Background
With the development of society, computer programming is also continuously advanced, the existing data interaction systems are written by programmers little by little, and in the writing process of one data interaction system, a plurality of groups of data sources are called to realize data interaction.
For a data interaction system, when a data source of the data interaction system is adjusted or the data source in the data interaction system is called, a programmer needs to continuously remember information such as addresses and names of the required data source in a memory, the information such as the addresses and the names of the data source is relatively complex and needs to be forcibly memorized by a user, but the user cannot completely and correctly remember the information such as the addresses and the names of all the data sources, so that misoperation can be caused, and the working efficiency of the programmer is reduced.
Disclosure of Invention
In view of the above, an object of the present application is to provide a method, an apparatus, a device, and a medium for determining a data source, so as to solve the problem in the prior art how to improve the work efficiency of a programmer.
In a first aspect, an embodiment of the present application provides a method for determining a data source, including:
acquiring a data interaction system name of a target data interaction system input by a user in a search bar of a user terminal;
searching a topological relation view corresponding to the target data interaction system in a topological graph database according to the data interaction system name; the topological relation view comprises editable nodes and editable node connecting lines; the node represents a data source generated by the node during work; the node connection represents a data source generated when data interaction is carried out between two nodes;
displaying a topological relation view corresponding to the target data interaction system in a display page;
and determining a data source required by the user in response to the click operation of the user on the topological relation view.
Optionally, after the obtaining of the data interaction system name of the target data interaction system input by the user in the search bar of the user terminal, the method further includes:
searching a data source list corresponding to a target data interaction system in a data source list database according to the name of the data interaction system; the data source list comprises the nodes and the node connecting lines in the topological relation view corresponding to the target data interaction system;
displaying the data source list in the display page;
and determining the data source required by the user in response to the click operation of the user on the data source list.
Optionally, the method further includes:
selecting a corresponding data source in the data source list according to the data source determined by the click operation acting on the topological relation view;
and selecting the corresponding data source in the topological relation view according to the data source determined by the click operation used for the data source list.
Optionally, obtaining a data interaction system name of the target data interaction system input by the user in the search bar of the user terminal includes:
acquiring a character string input by a user in a search bar of a user terminal;
screening out the name of the data interaction system containing the character string from the data source list database according to the character string;
displaying the screened data interaction system names in the display page in a list form;
and determining the name of the data interaction system of the target data interaction system according to the clicking operation of the user in the list corresponding to the name of the data interaction system.
Optionally, after determining the data source required by the user in response to the click operation performed by the user on the topological relation view, the method further includes:
monitoring the data source required by the user in real time, and determining abnormal data in the data source by the user according to a real-time monitoring result;
and acquiring data generated by the data source required by the user within a preset time period, and displaying the acquired data to the user in a chart form.
In a second aspect, an embodiment of the present application provides an apparatus for determining a data source, including:
the acquisition module is used for acquiring the data interaction system name of the target data interaction system input by a user in a search bar of the user terminal;
the first searching module is used for searching a topological relation view corresponding to the target data interaction system in a topological database according to the data interaction system name; the topological relation view comprises editable nodes and editable node connecting lines; the node represents a data source generated by the node during work; the node connection represents a data source generated when data interaction is carried out between two nodes;
the first display module is used for displaying a topological relation view corresponding to the target data interaction system in a display page;
and the first determining module is used for responding to the click operation of the user on the topological relation view and determining the data source required by the user.
Optionally, the apparatus further comprises: the display device comprises a second searching module, a second display module and a second determining module;
the second searching module is used for searching a data source list corresponding to the target data interaction system in a data source list database according to the data interaction system name; the data source list comprises the nodes and the node connecting lines in the topological relation view corresponding to the target data interaction system;
the second display module is used for displaying the data source list in the display page;
and the second determining module is used for responding to the click operation acted on the data source list by the user and determining the data source required by the user.
Optionally, the apparatus further comprises: a mutual selection module;
the mutual selection module is used for selecting a corresponding data source in the data source list according to the data source determined by the click operation acting on the topological relation view; and selecting the corresponding data source in the topological relation view according to the data source determined by the click operation used for the data source list.
In a third aspect, an embodiment of the present application provides a computer device, which includes a memory, a processor, and a computer program stored on the memory and executable on the processor, and the processor implements the steps of the above method when executing the computer program.
In a fourth aspect, the present application provides a computer-readable storage medium, on which a computer program is stored, and the computer program, when executed by a processor, performs the steps of the above method.
The embodiment of the application provides a method for determining a data source, which comprises the steps of firstly, acquiring a data interaction system name of a target data interaction system input by a user in a search bar of a user terminal; secondly, searching a topological relation view corresponding to the target data interaction system in a topological graph database according to the name of the data interaction system; the topological relation view comprises editable nodes and editable node connecting lines; the node represents a data source generated by the node during work; the node connection represents a data source generated when data interaction is carried out between two nodes; in addition, displaying a topological relation view corresponding to the target data interaction system in a display page; and finally, responding to the click operation acted on the topological relation view by the user, and determining the data source required by the user.
According to the method and the device, the target data interaction system required by the user is displayed in the display interface of the user terminal in the form of the topological relation view, the user can find the node corresponding to the required data source more intuitively, and the data source required by the user can be simply and conveniently obtained through the clicking operation of the user in the display interface, so that the operation efficiency of the user is improved, and the condition of misoperation of the user is reduced.
In order to make the aforementioned objects, features and advantages of the present application more comprehensible, preferred embodiments accompanied with figures are described in detail below.
Drawings
In order to more clearly illustrate the technical solutions of the embodiments of the present application, the drawings that are required to be used in the embodiments will be briefly described below, it should be understood that the following drawings only illustrate some embodiments of the present application and therefore should not be considered as limiting the scope, and for those skilled in the art, other related drawings can be obtained from the drawings without inventive effort.
Fig. 1 is a schematic flowchart of a method for determining a data source according to an embodiment of the present application;
FIG. 2 is a schematic flow chart illustrating another method for determining a data source according to an embodiment of the present disclosure;
fig. 3 is a schematic structural diagram of an apparatus for determining a data source according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of a computer device 400 according to an embodiment of the present application.
Detailed Description
In order to make the objects, technical solutions and advantages of the embodiments of the present application clearer, the technical solutions in the embodiments of the present application will be clearly and completely described below with reference to the drawings in the embodiments of the present application, and it is obvious that the described embodiments are only a part of the embodiments of the present application, and not all the embodiments. The components of the embodiments of the present application, generally described and illustrated in the figures herein, can be arranged and designed in a wide variety of different configurations. Thus, the following detailed description of the embodiments of the present application, presented in the accompanying drawings, is not intended to limit the scope of the claimed application, but is merely representative of selected embodiments of the application. All other embodiments, which can be derived by a person skilled in the art from the embodiments of the present application without making any creative effort, shall fall within the protection scope of the present application.
The existing data source selection mode requires that a user clearly memorizes the structure of a data source in a data interaction system, can select required contents according to memories, and generates a very high threshold for actual production work, and is also a test for the memory of the user; because the existing selection mode is not intuitive enough, the address or name of the related data source is input completely by depending on the strong memory power of the user, so that misoperation is often caused, and great errors are generated on the work needing to select the data source, such as data analysis, data screening, data monitoring and the like; the data interaction system needs to be adjusted continuously and repeatedly in the process of modifying, so that the working efficiency is reduced; data sources need to be adjusted continuously in the data analysis process, and the existing mode is low in efficiency when the data sources are adjusted and selected.
As shown in fig. 1, an embodiment of the present application provides a method for determining a data source, including:
s101, acquiring a data interaction system name of a target data interaction system input by a user in a search bar of a user terminal;
s102, searching a topological relation view corresponding to a target data interaction system in a topological graph database according to the data interaction system name; the topological relation view comprises editable nodes and editable node connecting lines; the node represents a data source generated by the node during work; the node connection represents a data source generated when data interaction is carried out between two nodes;
s103, displaying a topological relation view corresponding to the target data interaction system in a display page;
and S104, responding to the click operation acted on the topological relation view by the user, and determining the data source required by the user.
In step S101 described above, the search bar may be used to input characters. The data interaction system can be a system for exchanging data sources, such as a bank transaction system, a system corresponding to shopping software and the like. The data interaction system may have a corresponding data interaction system name, and the data interaction system name may be a character string for characterizing the data interaction system.
Specifically, in a display interface of the user terminal, a user inputs a data interaction system name corresponding to a target data interaction system required by the user in a search bar displayed in the display interface.
In step S102, the topology database may store the topological relation views and the names of the data interaction systems corresponding to each topological relation view. The topological relation view may be a relation diagram for showing a connection relation between nodes in the data interaction system, and the node may be a computer node, a server node, or the like, which is not limited herein. A node connection may be a connection between two nodes.
Specifically, after the data interaction system name of the target data interaction system is obtained in step S101, the data interaction system name corresponding to each topological relation view is traversed in the topological graph database according to the data interaction system name, and the topological relation view corresponding to the data interaction system name is found.
In the step S103, the topological relation view found in the step S102 is displayed in a display page of the user terminal, so that the user can intuitively know the connection relation between the nodes in the target data interaction system.
In the step S104, the click operation may be a corresponding operation performed by the user in the user terminal through a hardware device, or a corresponding operation performed by the user in the touch screen of the user terminal.
Specifically, according to the click operation of the user, position information of the click operation in a display interface of the user terminal is obtained, according to the position information and position information of each node and a connecting line of each node in a topological relation view displayed in the display interface of the user terminal, a click target corresponding to the click operation of the user is determined, and a data source corresponding to the click target is obtained.
Through the four steps, the target data interaction system required by the user is displayed in the display interface of the user terminal in the form of the topological relation view, the user can find the node corresponding to the required data source more intuitively, and the data source required by the user can be simply and conveniently obtained through the clicking operation of the user in the display interface, so that the operation efficiency of the user is improved, and the condition of misoperation of the user is reduced.
As shown in fig. 2, the present application further provides another method for determining a data source required by a user, in step S101, after acquiring a data interaction system name of a target data interaction system input by the user in a search field of a user terminal, the method further includes:
s201, searching a data source list corresponding to a target data interaction system in a system data source database according to the name of the data interaction system; the data source list comprises the nodes and the node connecting lines in the topological relation view corresponding to the target data interaction system;
s202, displaying the data source list in the display page;
s203, responding to the click operation acted on the data source list by the user, and determining the data source required by the user.
In step S201, the data source list database may store the names of the data interaction systems and the data source list corresponding to each data interaction system name.
Specifically, according to the name of the target data interaction system, traversing each data interaction system name in the data source list database, and determining a data source list corresponding to the name of the target data interaction system.
In the step S202, the data source list acquired in the step S201 is displayed in a display interface of the user terminal, so that the user can intuitively observe all nodes and node connection lines in the target data interaction system.
In step S203, according to the click operation of the user, position information of the click operation in the display interface of the user terminal is obtained, and according to the position information and position information of each node and each node connection line in the data source list displayed in the display interface of the user terminal, a click target corresponding to the click operation of the user is determined, and a data source corresponding to the click target is obtained.
After a user finds a corresponding target data interaction system through a data interaction system name input by a search bar, a topological relation diagram corresponding to the target data interaction system and a data source list are displayed simultaneously in a display interface of a user terminal, and the method for determining the data source further comprises the following steps:
105, selecting a corresponding data source in the data source list according to the data source determined by the click operation acting on the topological relation view;
and 106, selecting a corresponding data source in the topological relation view according to the data source determined by the click operation used for the data source list.
In step 105, when the node (or node connection line) selected by the user is determined in the topological relation view according to the click operation of the user, the corresponding node (or node connection line) in the data source list is also selected, and only one click operation is required to be performed in the topological relation view by the user, the node (or node connection line) corresponding to the click operation in the topological relation view and the data source list is simultaneously selected, and whether the data source selected by the user is correct is determined according to the judgment of consistency of the selected node (or node connection line) in the topological relation view and the data source list, so that the accuracy of selecting the data source by the user is improved.
In step 106, when the node (or node connection line) selected by the user is determined in the data source list according to the click operation of the user, the corresponding node (or node connection line) in the topological relation view is also selected, and only one click operation is required to be performed in the data source list by the user, the node (or node connection line) corresponding to the click operation in the topological relation view and the data source list is simultaneously selected, and whether the data source selected by the user is correct is determined according to the judgment of consistency of the selected node (or node connection line) in the topological relation view and the data source list, so that the accuracy of selecting the data source by the user is improved.
The user cannot remember all the names of the data interaction systems, so that sometimes fuzzy search is needed, that is, there is a difference between the content input by the user in the search field and the name of the target data interaction system, and step S101, acquiring the name of the data interaction system of the target data interaction system input by the user in the search field of the user terminal, includes:
step 1011, acquiring a character string input by a user in a search bar of the user terminal;
step 1012, screening out a data interaction system name containing the character string from the system data source database according to the character string;
step 1013, displaying the screened data interaction system names in the display page in a list form;
step 1014, determining the data interaction system name of the target data interaction system according to the click operation of the user in the list corresponding to the data interaction system name.
In step 1012, for each data interaction system name in the data source list database, matching the data interaction system name with the character string, and if the matching is successful, that is, the character string exists in the data interaction system name, screening the data interaction system name as the name of the data interaction system to be selected.
In the step 1013, the names of the interactive systems of the data to be selected, which are screened from the data source list database, are integrated into a list and displayed in the display interface of the user terminal.
In the step 1014, a click operation is performed on the list integrated by the names of the data interaction systems to be selected displayed in the display interface, and according to the position information obtained by the click operation and the position information of each name of the data interaction systems to be selected in the list integrated by the names of the data interaction systems to be selected, the name of the data interaction system to be selected corresponding to the click operation of the user is determined as the name of the data interaction system of the target data interaction system.
Through the three steps, at least one data interaction system name related to the character string input by the user can be retrieved according to the fuzzy search of the user, the data interaction system name of the target data interaction system is screened out from the at least one data interaction system name, the selection range of the user is narrowed, and the user can accurately and quickly find the data interaction system name of the target data interaction system.
After step S104, the method further includes:
step 107, monitoring the data source required by the user in real time, and determining abnormal data in the data source by the user according to a real-time monitoring result;
and step 108, acquiring data generated by the data source required by the user within a preset time period, and displaying the acquired data to the user in a view mode.
In step 107, the abnormal data may be that the data in the data source exceeds a preset data threshold, the data in the data source may be a transaction amount, a transaction success rate, and the like, and the preset data threshold is artificially defined.
Specifically, data corresponding to a data source required by a user is acquired in real time, whether the currently acquired data exceeds a preset data threshold value is judged, and if the data acquired in real time exceeds the preset data threshold value, the currently acquired data is determined to be abnormal data; and if the data acquired in real time is lower than or equal to the preset data threshold, determining that the currently acquired data is normal data. The abnormal data is judged in the data acquired in real time, and the information generated by the abnormal data can be sent to the user through the system, so that the user can judge the fault reason according to the information corresponding to the acquired abnormal data, the user can quickly maintain the fault, and the efficiency of solving the fault in the system is improved.
In the step 108, the preset time period may be manually set, may be a fixed time period (e.g., 3 minutes, 5 minutes, etc.), or may be a time period composed of two fixed time points (e.g., a time period between 8 o 'clock and 9 o' clock, a time period between 5 pm and 6 pm, etc.), which is not limited herein.
Specifically, data in a preset time period is acquired from a historical data source, and the data is displayed in a display interface of the user terminal in the form of a graph (for example, a graph of a two-dimensional coordinate system formed by taking time as an x axis and taking data amount as a y axis). Therefore, the user can comprehensively and intuitively know the change trend of the data in the time period, analyze the reason for generating the change trend according to the change trend and lay a cushion for the subsequent data processing work.
As shown in fig. 3, an embodiment of the present application provides an apparatus for determining a data source, including:
an obtaining module 301, configured to obtain a data interaction system name of a target data interaction system input by a user in a search bar of a user terminal;
a first searching module 302, configured to search, according to the name of the data interaction system, a topological relation view corresponding to the target data interaction system in a topological database; the topological relation view comprises editable nodes and editable node connecting lines; the node represents a data source generated by the node during work; the node connection represents a data source generated when data interaction is carried out between two nodes;
the first display module 303 is configured to display a topological relation view corresponding to the target data interaction system in a display page;
the first determining module 304 is configured to determine a data source required by a user in response to a click operation performed by the user on the topological relation view.
Optionally, the apparatus further comprises: the display device comprises a second searching module, a second display module and a second determining module;
the second searching module is used for searching a data source list corresponding to the target data interaction system in a data source list database according to the data interaction system name; the data source list comprises the nodes and the node connecting lines in the topological relation view corresponding to the target data interaction system;
the second display module is used for displaying the data source list in the display page;
and the second determining module is used for responding to the click operation acted on the data source list by the user and determining the data source required by the user.
Optionally, the apparatus further comprises: a mutual selection module;
the mutual selection module is used for selecting a corresponding data source in the data source list according to the data source determined by the click operation acting on the topological relation view; and selecting the corresponding data source in the topological relation view according to the data source determined by the click operation used for the data source list.
Optionally, the obtaining module includes:
acquiring a character string input by a user in a search bar of a user terminal;
screening out the name of the data interaction system containing the character string from the data source list database according to the character string;
displaying the screened data interaction system names in the display page in a list form;
and determining the name of the data interaction system of the target data interaction system according to the clicking operation of the user in the list corresponding to the name of the data interaction system.
Optionally, the apparatus further includes:
monitoring the data source required by the user in real time, and determining abnormal data in the data source by the user according to a real-time monitoring result;
and acquiring data generated by the data source required by the user within a preset time period, and displaying the acquired data to the user in a chart form.
Corresponding to the method for determining a data source in fig. 1, an embodiment of the present application further provides a computer device 400, as shown in fig. 4, the device includes a memory 401, a processor 402, and a computer program stored on the memory 401 and executable on the processor 402, wherein the processor 402 implements the steps of the method for determining a data source when executing the computer program.
Specifically, the memory 401 and the processor 402 can be general memories and general processors, which are not specifically limited herein, and when the processor 402 runs a computer program stored in the memory 401, the method for determining a data source can be executed, so as to solve the problem of how to improve the work efficiency of a programmer in the prior art.
Corresponding to the method for determining a data source in fig. 1, the present application further provides a computer-readable storage medium, on which a computer program is stored, and the computer program is executed by a processor to perform the steps of the method for determining a data source.
Specifically, the storage medium can be a general storage medium, such as a mobile disk, a hard disk, and the like, and when a computer program on the storage medium is executed, the method for determining the data source can be executed, so as to solve the problem of how to improve the work efficiency of programmers in the prior art.
In the embodiments provided in the present application, it should be understood that the disclosed apparatus and method may be implemented in other ways. The above-described embodiments of the apparatus are merely illustrative, and for example, the division of the units is only one logical division, and there may be other divisions when actually implemented, and for example, a plurality of units or components may be combined or integrated into another system, or some features may be omitted, or not executed. In addition, the shown or discussed mutual coupling or direct coupling or communication connection may be an indirect coupling or communication connection of devices or units through some communication interfaces, and may be in an electrical, mechanical or other form.
The units described as separate parts may or may not be physically separate, and parts displayed as units may or may not be physical units, may be located in one place, or may be distributed on a plurality of network units. Some or all of the units can be selected according to actual needs to achieve the purpose of the solution of the embodiment.
In addition, functional units in the embodiments provided in the present application may be integrated into one processing unit, or each unit may exist alone physically, or two or more units are integrated into one unit.
The functions, if implemented in the form of software functional units and sold or used as a stand-alone product, may be stored in a computer readable storage medium. Based on such understanding, the technical solution of the present application or portions thereof that substantially contribute to the prior art may be embodied in the form of a software product stored in a storage medium and including instructions for causing a computer device (which may be a personal computer, a server, or a network device) to execute all or part of the steps of the method according to the embodiments of the present application. And the aforementioned storage medium includes: a U-disk, a removable hard disk, a Read-Only Memory (ROM), a Random Access Memory (RAM), a magnetic disk or an optical disk, and other various media capable of storing program codes.
It should be noted that: like reference numbers and letters refer to like items in the following figures, and thus once an item is defined in one figure, it need not be further defined and explained in subsequent figures, and moreover, the terms "first", "second", "third", etc. are used merely to distinguish one description from another and are not to be construed as indicating or implying relative importance.
Finally, it should be noted that: the above-mentioned embodiments are only specific embodiments of the present application, and are used for illustrating the technical solutions of the present application, but not limiting the same, and the scope of the present application is not limited thereto, and although the present application is described in detail with reference to the foregoing embodiments, those skilled in the art should understand that: any person skilled in the art can modify or easily conceive the technical solutions described in the foregoing embodiments or equivalent substitutes for some technical features within the technical scope disclosed in the present application; such modifications, changes or substitutions do not depart from the spirit and scope of the present disclosure, which should be construed in light of the above teachings. Are intended to be covered by the scope of the present application. Therefore, the protection scope of the present application shall be subject to the protection scope of the claims.

Claims (10)

1. A method of determining a data source, comprising:
acquiring a data interaction system name of a target data interaction system input by a user in a search bar of a user terminal;
searching a topological relation view corresponding to the target data interaction system in a topological graph database according to the data interaction system name; the topological relation view comprises editable nodes and editable node connecting lines; the node represents a data source generated by the node during work; the node connection represents a data source generated when data interaction is carried out between two nodes;
displaying a topological relation view corresponding to the target data interaction system in a display page;
and determining a data source required by the user in response to the click operation of the user on the topological relation view.
2. The method of claim 1, wherein after obtaining the data interaction system name of the target data interaction system input by the user in the search bar of the user terminal, further comprising:
searching a data source list corresponding to a target data interaction system in a data source list database according to the name of the data interaction system; the data source list comprises the nodes and the node connecting lines in the topological relation view corresponding to the target data interaction system;
displaying the data source list in the display page;
and determining the data source required by the user in response to the click operation of the user on the data source list.
3. The method of claim 2, wherein the method further comprises:
selecting a corresponding data source in the data source list according to the data source determined by the click operation acting on the topological relation view;
and selecting the corresponding data source in the topological relation view according to the data source determined by the click operation used for the data source list.
4. The method of claim 2, wherein obtaining the data interaction system name of the target data interaction system input by the user in the search bar of the user terminal comprises:
acquiring a character string input by a user in a search bar of a user terminal;
screening out the name of the data interaction system containing the character string from the data source list database according to the character string;
displaying the screened data interaction system names in the display page in a list form;
and determining the name of the data interaction system of the target data interaction system according to the clicking operation of the user in the list corresponding to the name of the data interaction system.
5. The method of claim 1, wherein after determining the data source required by the user in response to a click operation performed by the user on the topological relational view, further comprising:
monitoring the data source required by the user in real time, and determining abnormal data in the data source by the user according to a real-time monitoring result;
and acquiring data generated by the data source required by the user within a preset time period, and displaying the acquired data to the user in a chart form.
6. An apparatus for determining a data source, comprising:
the acquisition module is used for acquiring the data interaction system name of the target data interaction system input by a user in a search bar of the user terminal;
the first searching module is used for searching a topological relation view corresponding to the target data interaction system in a topological database according to the data interaction system name; the topological relation view comprises editable nodes and editable node connecting lines; the node represents a data source generated by the node during work; the node connection represents a data source generated when data interaction is carried out between two nodes;
the first display module is used for displaying a topological relation view corresponding to the target data interaction system in a display page;
and the first determining module is used for responding to the click operation of the user on the topological relation view and determining the data source required by the user.
7. The apparatus of claim 6, wherein the apparatus further comprises: the display device comprises a second searching module, a second display module and a second determining module;
the second searching module is used for searching a data source list corresponding to the target data interaction system in a data source list database according to the data interaction system name; the data source list comprises the nodes and the node connecting lines in the topological relation view corresponding to the target data interaction system;
the second display module is used for displaying the data source list in the display page;
and the second determining module is used for responding to the click operation acted on the data source list by the user and determining the data source required by the user.
8. The apparatus of claim 7, wherein the apparatus further comprises: a mutual selection module;
the mutual selection module is used for selecting a corresponding data source in the data source list according to the data source determined by the click operation acting on the topological relation view; and selecting the corresponding data source in the topological relation view according to the data source determined by the click operation used for the data source list.
9. A computer device comprising a memory, a processor and a computer program stored on the memory and executable on the processor, characterized in that the steps of the method of any of the preceding claims 1-5 are implemented when the computer program is executed by the processor.
10. A computer-readable storage medium, on which a computer program is stored, which, when being executed by a processor, carries out the steps of the method according to any one of the claims 1-5.
CN201910911121.4A 2019-09-25 2019-09-25 Method, device, equipment and medium for determining data source Pending CN110780852A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910911121.4A CN110780852A (en) 2019-09-25 2019-09-25 Method, device, equipment and medium for determining data source

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910911121.4A CN110780852A (en) 2019-09-25 2019-09-25 Method, device, equipment and medium for determining data source

Publications (1)

Publication Number Publication Date
CN110780852A true CN110780852A (en) 2020-02-11

Family

ID=69384445

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910911121.4A Pending CN110780852A (en) 2019-09-25 2019-09-25 Method, device, equipment and medium for determining data source

Country Status (1)

Country Link
CN (1) CN110780852A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113591173A (en) * 2021-07-30 2021-11-02 贵州电网有限责任公司 Data visualization interaction method for multi-energy system digital twin

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102571433A (en) * 2012-01-11 2012-07-11 华为技术有限公司 Method and device for showing network paths
CN103699550A (en) * 2012-09-27 2014-04-02 腾讯科技(深圳)有限公司 Data mining system and data mining method
CN108234168A (en) * 2016-12-15 2018-06-29 腾讯科技(深圳)有限公司 A kind of method for exhibiting data and system based on service topology
CN108363785A (en) * 2018-02-12 2018-08-03 平安科技(深圳)有限公司 Data relationship methods of exhibiting, device, computer equipment and storage medium
US20180287875A1 (en) * 2017-03-29 2018-10-04 Ca, Inc. Extending a known topology of a network using data obtained from monitoring the network

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102571433A (en) * 2012-01-11 2012-07-11 华为技术有限公司 Method and device for showing network paths
CN103699550A (en) * 2012-09-27 2014-04-02 腾讯科技(深圳)有限公司 Data mining system and data mining method
CN108234168A (en) * 2016-12-15 2018-06-29 腾讯科技(深圳)有限公司 A kind of method for exhibiting data and system based on service topology
US20180287875A1 (en) * 2017-03-29 2018-10-04 Ca, Inc. Extending a known topology of a network using data obtained from monitoring the network
CN108363785A (en) * 2018-02-12 2018-08-03 平安科技(深圳)有限公司 Data relationship methods of exhibiting, device, computer equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113591173A (en) * 2021-07-30 2021-11-02 贵州电网有限责任公司 Data visualization interaction method for multi-energy system digital twin

Similar Documents

Publication Publication Date Title
US7979267B2 (en) Specifying a subset of dynamic inter-related data
US7966172B2 (en) Natural language tool for specifying a subset of dynamic inter-related data
CN106657192B (en) Method and equipment for presenting service calling information
CN108664461B (en) Automatic filling method and device for webpage form
CN105224458A (en) A kind of database method of testing and system
CN105900121A (en) Methods for generating an activity stream
US9760467B2 (en) Modeling application performance using evolving functions
CN112433712A (en) Report display method and device, computer equipment and storage medium
CN108089982A (en) Test method, device, electronic equipment and computer readable storage medium
CN112560422A (en) Chart processing method, device, equipment and medium
US20220129506A1 (en) Single view presentation of multiple queries in a data visualization application
CN110413161A (en) Arrrangement method, device and electronic equipment
CN110780852A (en) Method, device, equipment and medium for determining data source
US20130317878A1 (en) Systems, Methods, and Apparatuses for Creating, Linking and Discovering Navigation Maps for Analyzing Data
CN115860877A (en) Product marketing method, device, equipment and medium
CN115757411A (en) Stock market information data management method, system, equipment and storage medium
CN114997813A (en) Flow chart generation method, device, equipment and storage medium
CN110659096B (en) Method, device, system and storage medium for displaying network topological graph
CN114462859A (en) Workflow processing method and device, computer equipment and storage medium
CN114238085A (en) Interface testing method and device, computer equipment and storage medium
EP3671467A1 (en) Gui application testing using bots
US11176205B2 (en) Visual data model object dependency tracing
CN111767412B (en) Data mapping method and system for knowledge graph construction and electronic equipment
CN116663338B (en) Simulation analysis method, device, equipment and medium based on similar calculation example
CN109726818B (en) Model editing method, device, equipment and 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