CN108197237B - Visual data acquisition and display system - Google Patents

Visual data acquisition and display system Download PDF

Info

Publication number
CN108197237B
CN108197237B CN201711476118.1A CN201711476118A CN108197237B CN 108197237 B CN108197237 B CN 108197237B CN 201711476118 A CN201711476118 A CN 201711476118A CN 108197237 B CN108197237 B CN 108197237B
Authority
CN
China
Prior art keywords
data
data source
module
source
field
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201711476118.1A
Other languages
Chinese (zh)
Other versions
CN108197237A (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.)
BEIJING TECHSTAR TECHNOLOGY Co Ltd
Original Assignee
BEIJING TECHSTAR 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 BEIJING TECHSTAR TECHNOLOGY Co Ltd filed Critical BEIJING TECHSTAR TECHNOLOGY Co Ltd
Priority to CN201711476118.1A priority Critical patent/CN108197237B/en
Publication of CN108197237A publication Critical patent/CN108197237A/en
Application granted granted Critical
Publication of CN108197237B publication Critical patent/CN108197237B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/248Presentation of query results
    • 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/22Indexing; Data structures therefor; Storage structures
    • G06F16/2282Tablespace storage structures; Management thereof

Landscapes

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

Abstract

The invention provides a visual data acquisition and display system, which comprises: the data source display system comprises a data source definition module, a data source connection configuration module, a data source connection module, a data table catalog acquisition module, a data table preview module, a data model creation module, a data acquisition configuration module, a data storage mode configuration module, an execution module and a display module. Has the advantages that: the visual rear-end acquisition module can directly correlate the A table and the B table to obtain correlated fusion data when data are acquired by using a java technology, correlation modeling can be performed between various types of data sources, and the visual rear-end acquisition module is wide in application range, simple to operate, small in data transmission quantity, small in consumed resource and simple and convenient to use.

Description

Visual data acquisition and display system
Technical Field
The invention belongs to the technical field of data processing, and particularly relates to a visual data acquisition and display system.
Background
With the development of the electronic technology, data becomes an indispensable important part in daily work, basically, each system runs around the data as a center, the data storage is only the most basic link, and most importantly, how to perform correlation analysis on different data tables is performed, so that the trend of the data is analyzed, and the data is predicted.
In the current traditional application, two data tables from different data sources mainly adopt the following method to establish an association relationship: for example, if the data table fields need to be associated between the data table a of the database instance (type) a and the data table B of the database instance (type) B, the data table a must be extracted into the data table B, or the data table B must be extracted into the data table a, which has the disadvantages of long time consumption, cumbersome operation, large data transmission amount and large resource consumption.
Disclosure of Invention
Aiming at the defects in the prior art, the invention provides a visual data acquisition and display system, which can effectively solve the problems.
The technical scheme adopted by the invention is as follows:
the invention provides a visual data acquisition and display system, which comprises:
the data source definition module is used for defining different types of data sources;
the data source connection configuration module is used for setting connection configuration information of the data source defined by each data source definition module, and the data source can be accessed to the corresponding data source through the connection configuration information;
the data source connection module is used for connecting with the data source through a communication network according to the connection configuration information of the data source;
the data table directory acquisition module is used for acquiring data table directories of all data tables contained in the data source after the data table directory acquisition module is connected with the data source through a communication network; the data table catalog is composed of a plurality of data table names;
the data table previewing module is used for sending a data table previewing request carrying data table names to the data source for each data table name after the data table catalog is obtained; receiving a corresponding data sheet returned by the data source to realize a data sheet preview function;
the data model creating module is used for creating a data model; specifically, the method is used for operating the names of the multiple data tables acquired by the data table directory acquisition module and selecting at least two data tables needing to establish table association; configuring the type of the table association relation; then, acquiring a table field of each selected data table; configuring attribute information of each table field; the attribute information comprises attributes displayed or hidden by table fields; then, establishing the relevance among the table fields among the data tables, wherein the relevance among the table relevance relation and the table fields form the final relevance relation among the data tables, namely a formed data model;
the data acquisition configuration module is used for configuring data acquisition parameters; the data acquisition parameters comprise data acquisition starting time and data acquisition frequency;
the data storage mode configuration module is used for configuring a data storage mode;
the execution module is used for circularly calling the data model according to the data acquisition starting time and the data acquisition frequency configured by the data acquisition configuration module, acquiring the name of each data table with table association relation in the data model, and then acquiring the association field of each data table with the association between table fields in the data model; acquiring the type of the table association relation and the attribute information of the table field in the data model;
sending corresponding non-hidden target table field information in the query corresponding data table and table record information of the non-hidden target table field to the data source according to the data table name, the associated field, the type of the table association relation and the attribute information of the table field, namely querying the data table information after screening processing in the corresponding data table;
then, fusing the information of each screened data table returned by the data source according to the type of the table association relationship to obtain a fused data table; the data storage mode configured by the module is configured according to the data storage mode, and the fused data table is stored;
and the display module is used for analyzing the fused data table and displaying an analysis result.
Preferably, the data source definition module defines different types of data sources, including: a file type data source, a web interface type data source, a database type data source, and a data service type data source.
Preferably, the file type data source includes: an excel file type data source and a csv file type data source; the web interface type data source comprises: the device comprises a webservice interface type data source, an http interface type data source, a Splunk interface type data source and a RESTful interface type data source; the database type data source comprises: an Oracle type data source, a MySql type data source, a SQLServer type data source, a DB2 type data source, a PostgreSQL type data source, a SyBase type data source, an Informix type data source, and an H2 type data source; the data service type data source comprises a VBI data receiving service type data source.
Preferably, the connection configuration information of each data source configured by the data source connection configuration module includes:
analyzing a file corresponding to a file type data source for the file type data source, and importing the analyzed file data into a new data table of a database; the connection configuration information of the data source comprises: a name of a new data table and a database address where the new data table is stored;
for the web interface type data source, the connection configuration information comprises: connection address information of the web interface type data source;
for the database type data source, the connection configuration information comprises: database name, host address, port number, and user name and password for accessing the database;
for a data service type data source, the connection configuration information comprises: data service name and data service address information.
Preferably, the type of the table association relationship includes: left connection, right connection and inner connection.
Preferably, the data storage method includes: a real-time section storage mode, a coverage storage mode each time, an accumulation duplication-removing storage mode, an accumulation non-duplication-removing storage mode and an accumulation and updating acquisition time storage mode.
Preferably, the execution module is specifically configured to:
the method comprises the following steps of (1) respectively assuming that the names of each data table with table association relation in a data model are a data table A and a data table B; the data table A has n fields, wherein the n1 fields are non-hidden attributes, and the n-n1 fields are hidden attributes; the data table B has m fields, wherein m1 fields are of non-hidden attributes, and m-m1 fields are of hidden attributes; in the data model, association between a field C in an un-hidden attribute field in a data table A and a field D in an un-hidden attribute field in a data table B needs to be established; each field in data table a has x record values; each field in data table B has y record values; assuming that the table association of the current configuration is left connection; the data table A is a current data table; the data table B is a left data table of the data table A;
then: when the data acquisition time point is reached, the execution module acquires data from a corresponding data source, acquires m1 fields of the un-hidden attributes of the data table B and y record values of each field of the un-hidden attributes, and records the record values as a sub-table B; then acquiring x record values corresponding to the field C of the data table A; comparing y record values of a field D of the data table B with x record values of a field C of the data table A, screening to obtain record values of the field C of the data table A which are equal to the record values of the field D of the data table B, and assuming that the record values of the field C of the data table A obtained by screening are respectively a record value of the ith row and a record value of the jth row; then, the execution module sends the record values of all the non-hidden fields in the ith row and the record values of all the non-hidden fields in the jth row of the query data table A to the corresponding data source, receives the query result returned by the data source, and records the query result as a sub-table A;
and then, the execution module fuses the acquired sub-table B and the acquired sub-table A to obtain and store the fused data table.
The visual data acquisition and display system provided by the invention has the following advantages:
the visual rear-end acquisition module can directly correlate the A table and the B table to obtain correlated fusion data when data are acquired by using a java technology, correlation modeling can be performed between various types of data sources, and the visual rear-end acquisition module is wide in application range, simple to operate, small in data transmission quantity, small in consumed resource and simple and convenient to use.
Drawings
Fig. 1 is a schematic workflow diagram of a visualization data acquisition and presentation system provided by the present invention.
Detailed Description
In order to make the technical problems, technical solutions and advantageous effects solved by the present invention more clearly apparent, the present invention is further described in detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
In a traditional enterprise, if the interface and the interface are associated with the associated data or the interface data is immediately taken, the interface is customized and developed according to the interface, then the data is displayed, and if the displayed graph is changed or the attributes are changed, the code needs to be modified, so that the time and the labor are consumed. The method can abstract most types of data interfaces in an enterprise, so that the data between the interfaces can be associated on the fields, and only the display attribute of the page needs to be modified, the code does not need to be modified, the code is basically zero, and the method is suitable for the use and operation of workers.
The invention provides a visual data acquisition and presentation system, which comprises the following components with reference to fig. 1:
the data source definition module is used for defining different types of data sources; different types of data sources include, but are not limited to: a file type data source, a web interface type data source, a database type data source, and a data service type data source.
File type data sources include, but are not limited to: an excel file type data source and a csv file type data source;
the web interface type data sources include, but are not limited to: the device comprises a webservice interface type data source, an http interface type data source, a Splunk interface type data source and a RESTful interface type data source;
the database type data sources include, but are not limited to: a relational database data source and a columnar storage database; the relational database data sources include, but are not limited to, an Oracle type data source, a MySql type data source, an SQLServer type data source, a DB2 type data source, a PostgreSQL type data source, a SyBase type data source, an Informix type data source and an H2 type data source;
the data service type data source includes, but is not limited to, a VBI data receiving service type data source.
The data source connection configuration module is used for setting connection configuration information of the data source defined by each data source definition module, and the data source can be accessed to the corresponding data source through the connection configuration information;
for example, for a file type data source, analyzing a file corresponding to the file type data source, and importing the analyzed file data into a new data table of a database; the connection configuration information of the data source comprises: a name of a new data table and a database address where the new data table is stored;
for the web interface type data source, the connection configuration information comprises: connection address information of the web interface type data source;
for the database type data source, the connection configuration information comprises: database name, host address, port number, and user name and password for accessing the database;
for a data service type data source, the connection configuration information comprises: data service name and data service address information.
The data source connection module is used for connecting with the data source through a communication network according to the connection configuration information of the data source;
the data table directory acquisition module is used for acquiring data table directories of all data tables contained in the data source after the data table directory acquisition module is connected with the data source through a communication network; the data table catalog is composed of a plurality of data table names;
the data table previewing module is used for sending a data table previewing request carrying data table names to the data source for each data table name after the data table catalog is obtained; receiving a corresponding data sheet returned by the data source to realize a data sheet preview function;
the data model creating module is used for creating a data model; specifically, the method is used for operating the names of the multiple data tables acquired by the data table directory acquisition module and selecting at least two data tables needing to establish table association; configuring the type of table incidence relation, wherein the type of the table incidence relation comprises but is not limited to left connection, right connection and inner connection; then, acquiring a table field of each selected data table; configuring attribute information of each table field; the attribute information comprises attributes displayed or hidden by table fields; in addition, for the table field, the name of the field to be displayed can be selected to be modified, and the field index is specified; then, establishing the relevance among the table fields among the data tables, wherein the relevance among the table relevance relation and the table fields form the final relevance relation among the data tables, namely a formed data model;
the data acquisition configuration module is used for configuring data acquisition parameters; the data acquisition parameters comprise data acquisition starting time and data acquisition frequency;
the data storage mode configuration module is used for configuring a data storage mode; the data storage mode comprises the following steps: a real-time section storage mode, a coverage storage mode each time, an accumulation duplication-removing storage mode, an accumulation non-duplication-removing storage mode and an accumulation and updating acquisition time storage mode.
The execution module is used for circularly calling the data model according to the data acquisition starting time and the data acquisition frequency configured by the data acquisition configuration module, acquiring the name of each data table with table association relation in the data model, and then acquiring the association field of each data table with the association between table fields in the data model; acquiring the type of the table association relation and the attribute information of the table field in the data model;
sending corresponding non-hidden target table field information in the query corresponding data table and table record information of the non-hidden target table field to the data source according to the data table name, the associated field, the type of the table association relation and the attribute information of the table field, namely querying the data table information after screening processing in the corresponding data table;
then, fusing the information of each screened data table returned by the data source according to the type of the table association relationship to obtain a fused data table; the data storage mode configured by the module is configured according to the data storage mode, and the fused data table is stored;
the execution module communicates with each data source, and the manner of acquiring the query message may be: the execution module is connected with all relational databases through jdbc, generates different SQL statements to retrieve data according to different relational databases, and other types of data sources retrieve data independently and perform mutual association according to SQL ideas.
The execution module is specifically configured to:
the method comprises the following steps of (1) respectively assuming that the names of each data table with table association relation in a data model are a data table A and a data table B; the data table A has n fields, wherein the n1 fields are non-hidden attributes, and the n-n1 fields are hidden attributes; the data table B has m fields, wherein m1 fields are of non-hidden attributes, and m-m1 fields are of hidden attributes; in the data model, association between a field C in an un-hidden attribute field in a data table A and a field D in an un-hidden attribute field in a data table B needs to be established; each field in data table a has x record values; each field in data table B has y record values; assuming that the table association of the current configuration is left connection; the data table A is a current data table; the data table B is a left data table of the data table A; wherein n, n1, m and m1 are natural numbers;
then: when the data acquisition time point is reached, the execution module acquires data from a corresponding data source, acquires m1 fields of the un-hidden attributes of the data table B and y record values of each field of the un-hidden attributes, and records the record values as a sub-table B; then acquiring x record values corresponding to the field C of the data table A; comparing y record values of a field D of the data table B with x record values of a field C of the data table A, screening to obtain record values of the field C of the data table A which are equal to the record values of the field D of the data table B, and assuming that the record values of the field C of the data table A obtained by screening are respectively a record value of the ith row and a record value of the jth row; then, the execution module sends the record values of all the non-hidden fields in the ith row and the record values of all the non-hidden fields in the jth row of the query data table A to the corresponding data source, receives the query result returned by the data source, and records the query result as a sub-table A;
and then, the execution module fuses the acquired sub-table B and the acquired sub-table A to obtain and store the fused data table.
In the description of the principle of the above execution module, the left connection is taken as an example for description. Of course, in practical application, there are right connection and inner connection conditions, the implementation principle of which is basically the same as that of the left connection, if the right connection is adopted, all fields of the un-hidden attributes in the right table and the record value of each field of the un-hidden attributes are returned to form a sub table 1; for the left table, assuming that an association relationship between the field a in the left table and the field b in the right table needs to be established, comparing the record value of the field a in the left table with the record value of the field b in the right table, and screening to obtain a record value of the field a equal to the record value of the field b in the right table, for example, the 1 st record value; then, acquiring the record values of all the unhidden fields in the first row in the left table from the data source to form a sub-table 2; and fusing the sub-tables 2 and 1.
For the internal connection situation, assuming that an association relationship between a field a in the table a and a field B in the table B needs to be established, first, only the record value of the field a in the table a is obtained, then the record value of the field B in the table B is obtained, and rows with equal record values are obtained through comparison, for example, the record value of the 2 nd row of the field a in the table a is equal to the record value of the 3 rd row of the field B in the table B, then the record values of all the non-hidden fields in the 2 nd row of the table a are obtained from the data source, and a sub-table 1 is formed; then obtaining the record values of all the un-hidden fields in the 3 rd row in the table B to form a sub-table 2; and fusing the sub-tables 2 and 1.
The execution principle of the execution module can be simply described as follows: the execution module analyzes the content of the data model according to the timing configuration cycle, acquires data in a corresponding data source according to the existing rule according to the data source information corresponding to the data table in the data model, then performs correlation and data filtering according to the correlation fields of the data source and the data source (performs cycle comparison according to the correlation fields of the main table and the sub table, performs combination according to the equal correlation relation, and finally synthesizes a group of data), adds a screening condition, processes the returned data according to the field information defined in the model, and finally stores the processed data in an independent table.
And the display module is used for analyzing the fused data table and displaying an analysis result.
In fig. 1, a total of 13 steps are depicted, each of which is described below:
step 1: defining a data source and filling information of the data source;
step 2: defining connection configuration information of a data source;
and step 3: modeling data;
and 4, step 4: defining a data model;
and 5-9: the data model analyzes the content of the data model according to the timing configuration cycle, acquires data in each data source according to the existing rule according to the data source information corresponding to the data source table in the model, then performs correlation and data filtering according to the correlation fields of the data source and the data source (performs cycle comparison according to the correlation fields of the main table and the sub table, performs combination according to equal correlation relations, and finally synthesizes a group of data), adds screening conditions, processes the returned data according to the field information defined in the model, and finally stores the processed data in an independent table.
Step 10: and scheduling tasks at fixed time, wherein the execution module automatically calls the function of the data model at fixed time according to scheduling task information stored in the data model, returns the data information at fixed time and stores the data information into a database, and simultaneously informs a multidimensional analysis engine to inquire the stored table in the database and inquire the table according to the inquiry condition of a certain control in the picture.
Step 11: and inquiring data in a local database according to the data model information bound at the front end, and pushing the data to a multidimensional analysis engine, wherein the local database only supports MySql and Oracle databases at present.
Step 12: and (4) performing multi-dimensional analysis, wherein the multi-dimensional analysis refers to analysis performed by placing the multi-dimensional analysis on more than two spatial coordinates. Processing, including conversion of fields, is performed primarily when the analysis is built in the picture, and the data is pushed to the front end through ZMQ.
Step 13: ZMQ is a transport layer, a message processing queue library, which is flexible between multiple threads, cores, and host boxes.
ZMQ fall into three modes: the invention uses a subscription and publication model. The issuing end only sends data in one direction and does not care whether all information is sent to the subscribing end. If the subscriber end is not successfully connected when the publisher end starts to publish the information, the information is directly discarded. However, once the connection of the subscriber is successful, the middle part can ensure that no information is lost. Similarly, the subscriber is only responsible for receiving, but not for feedback. If the publisher and the subscriber need to interact (for example, to confirm whether the subscriber is connected), an additional socket is used to satisfy the requirement by adopting a request response model.
The visual data acquisition and display system provided by the invention can acquire data from various data formats such as real-time interfaces, relational databases, files, column databases and the like before displaying the data, preliminarily process the data, perform data modeling, data association and condition filtering on the data from different sources during modeling, and then perform multidimensional analysis or push the result to a PC large screen, a WEB page or a mobile phone APP for display in real time through mathematical statistics.
The visual data acquisition and display system provided by the invention has the following advantages:
the visual rear-end acquisition module can directly correlate the A table and the B table to obtain correlated fusion data when data are acquired by using a java technology, correlation modeling can be performed between various types of data sources, and the visual rear-end acquisition module is wide in application range, simple to operate, small in data transmission quantity, small in consumed resource and simple and convenient to use.
The foregoing is only a preferred embodiment of the present invention, and it should be noted that, for those skilled in the art, various modifications and improvements can be made without departing from the principle of the present invention, and such modifications and improvements should also be considered within the scope of the present invention.

Claims (6)

1. A visual data acquisition and presentation system, comprising:
the data source definition module is used for defining different types of data sources;
the data source connection configuration module is used for setting connection configuration information of the data source defined by each data source definition module, and the data source can be accessed to the corresponding data source through the connection configuration information;
the data source connection module is used for connecting with the data source through a communication network according to the connection configuration information of the data source;
the data table directory acquisition module is used for acquiring data table directories of all data tables contained in the data source after the data table directory acquisition module is connected with the data source through a communication network; the data table catalog is composed of a plurality of data table names;
the data table previewing module is used for sending a data table previewing request carrying data table names to the data source for each data table name after the data table catalog is obtained; receiving a corresponding data sheet returned by the data source to realize a data sheet preview function;
the data model creating module is used for creating a data model; specifically, the method is used for operating the names of the multiple data tables acquired by the data table directory acquisition module and selecting at least two data tables needing to establish table association; configuring the type of the table association relation; then, acquiring a table field of each selected data table; configuring attribute information of each table field; the attribute information comprises attributes displayed or hidden by table fields; then, establishing the relevance among the table fields among the data tables, wherein the relevance among the table relevance relation and the table fields form the final relevance relation among the data tables, namely a formed data model;
the data acquisition configuration module is used for configuring data acquisition parameters; the data acquisition parameters comprise data acquisition starting time and data acquisition frequency;
the data storage mode configuration module is used for configuring a data storage mode;
the execution module is used for circularly calling the data model according to the data acquisition starting time and the data acquisition frequency configured by the data acquisition configuration module, acquiring the name of each data table with table association relation in the data model, and then acquiring the association field of each data table with the association between table fields in the data model; acquiring the type of the table association relation and the attribute information of the table field in the data model;
sending corresponding non-hidden target table field information in the query corresponding data table and table record information of the non-hidden target table field to the data source according to the data table name, the associated field, the type of the table association relation and the attribute information of the table field, namely querying the data table information after screening processing in the corresponding data table;
then, fusing the information of each screened data table returned by the data source according to the type of the table association relationship to obtain a fused data table; the data storage mode configured by the module is configured according to the data storage mode, and the fused data table is stored;
the display module is used for analyzing the fused data table and displaying an analysis result;
wherein the execution module is specifically configured to:
the method comprises the following steps of (1) respectively assuming that the names of each data table with table association relation in a data model are a data table A and a data table B; the data table A has n fields, wherein the n1 fields are non-hidden attributes, and the n-n1 fields are hidden attributes; the data table B has m fields, wherein m1 fields are of non-hidden attributes, and m-m1 fields are of hidden attributes; in the data model, association between a field C in an un-hidden attribute field in a data table A and a field D in an un-hidden attribute field in a data table B needs to be established; each field in data table a has x record values; each field in data table B has y record values; assuming that the table association of the current configuration is left connection; the data table A is a current data table; the data table B is a left data table of the data table A;
then: when the data acquisition time point is reached, the execution module acquires data from a corresponding data source, acquires m1 fields of the un-hidden attributes of the data table B and y record values of each field of the un-hidden attributes, and records the record values as a sub-table B; then acquiring x record values corresponding to the field C of the data table A; comparing y record values of a field D of the data table B with x record values of a field C of the data table A, screening to obtain record values of the field C of the data table A which are equal to the record values of the field D of the data table B, and assuming that the record values of the field C of the data table A obtained by screening are respectively a record value of the ith row and a record value of the jth row; then, the execution module sends the record values of all the non-hidden fields in the ith row and the record values of all the non-hidden fields in the jth row of the query data table A to the corresponding data source, receives the query result returned by the data source, and records the query result as a sub-table A;
and then, the execution module fuses the acquired sub-table B and the acquired sub-table A to obtain and store the fused data table.
2. The visual data acquisition-to-presentation system of claim 1, wherein the data source definition module defines different types of data sources, including: a file type data source, a web interface type data source, a database type data source, and a data service type data source.
3. The visual data collection-to-presentation system of claim 2, wherein the file type data source comprises: an excel file type data source and a csv file type data source; the web interface type data source comprises: the device comprises a webservice interface type data source, an http interface type data source, a Splunk interface type data source and a RESTful interface type data source; the database type data source comprises: an Oracle type data source, a MySql type data source, a SQLServer type data source, a DB2 type data source, a PostgreSQL type data source, a SyBase type data source, an Informix type data source, and an H2 type data source; the data service type data source comprises a VBI data receiving service type data source.
4. The visual data collection and presentation system of claim 3, wherein the connection configuration information of each data source configured by the data source connection configuration module comprises:
analyzing a file corresponding to a file type data source for the file type data source, and importing the analyzed file data into a new data table of a database; the connection configuration information of the data source comprises: a name of a new data table and a database address where the new data table is stored;
for the web interface type data source, the connection configuration information comprises: connection address information of the web interface type data source;
for the database type data source, the connection configuration information comprises: database name, host address, port number, and user name and password for accessing the database;
for a data service type data source, the connection configuration information comprises: data service name and data service address information.
5. The visual data collection and presentation system of claim 1, wherein the type of table associations comprises: left connection, right connection and inner connection.
6. The visual data acquisition and presentation system of claim 1, wherein the data storage means comprises: a real-time section storage mode, a coverage storage mode each time, an accumulation duplication-removing storage mode, an accumulation non-duplication-removing storage mode and an accumulation and updating acquisition time storage mode.
CN201711476118.1A 2017-12-29 2017-12-29 Visual data acquisition and display system Active CN108197237B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711476118.1A CN108197237B (en) 2017-12-29 2017-12-29 Visual data acquisition and display system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711476118.1A CN108197237B (en) 2017-12-29 2017-12-29 Visual data acquisition and display system

Publications (2)

Publication Number Publication Date
CN108197237A CN108197237A (en) 2018-06-22
CN108197237B true CN108197237B (en) 2020-03-24

Family

ID=62586308

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711476118.1A Active CN108197237B (en) 2017-12-29 2017-12-29 Visual data acquisition and display system

Country Status (1)

Country Link
CN (1) CN108197237B (en)

Families Citing this family (14)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20210191929A1 (en) * 2018-08-23 2021-06-24 Siemens Aktiengesellschaft Method, device and system for forming fusion model, medium, processor and terminal
CN109635022B (en) * 2018-10-31 2021-04-13 成都四方伟业软件股份有限公司 Visual elastic search data acquisition method and device
CN111190965B (en) * 2018-11-15 2023-11-10 北京宸瑞科技股份有限公司 Impromptu relation analysis system and method based on text data
CN109670090A (en) * 2018-12-24 2019-04-23 成都四方伟业软件股份有限公司 A kind of data identification method and device
CN112015790A (en) * 2019-05-30 2020-12-01 北京沃东天骏信息技术有限公司 Data processing method and device
CN112084208A (en) * 2019-06-14 2020-12-15 北京京东尚科信息技术有限公司 Data visualization method and system, storage medium and electronic device
CN112115699A (en) * 2019-06-20 2020-12-22 杭州数澜科技有限公司 Method and system for analyzing data
CN110866005A (en) * 2019-09-26 2020-03-06 上海东方富联科技有限公司 Internet of things data acquisition management method and system, storage medium and terminal
CN110825805B (en) * 2019-11-12 2022-07-19 望海康信(北京)科技股份公司 Data visualization method and device
CN112000663A (en) * 2020-07-21 2020-11-27 国家电网有限公司 Data fusion system for electric power customer archive information
CN112445871A (en) * 2020-11-13 2021-03-05 航天精一(广东)信息科技有限公司 Data visualization method and system based on data model
CN113111061B (en) * 2021-03-25 2022-09-13 浙江省科技信息研究院 Data processing system based on multidimensional analysis
CN113190549B (en) * 2021-03-29 2022-04-05 无锡极数宝大数据科技有限公司 Multidimensional table data calling method, multidimensional table data calling device, server and storage medium
CN113821489A (en) * 2021-10-12 2021-12-21 北京蓝海医信科技有限公司 Method for generating clinical shared document

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103810753A (en) * 2014-02-19 2014-05-21 国家电网公司 Method for visually showing power grid dispatching businesses
CN104731814A (en) * 2013-12-23 2015-06-24 北京宸瑞科技有限公司 System and method for flexibly comparing and analyzing data
CN105893593A (en) * 2016-04-18 2016-08-24 国网山东省电力公司信息通信公司 Data fusion method
CN106227892A (en) * 2016-08-24 2016-12-14 深圳市卓讯信息技术有限公司 A kind of intellectual analysis database table relation generates the method and device of E R figure

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10055114B2 (en) * 2016-01-22 2018-08-21 Johnson Controls Technology Company Building energy management system with ad hoc dashboard

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104731814A (en) * 2013-12-23 2015-06-24 北京宸瑞科技有限公司 System and method for flexibly comparing and analyzing data
CN103810753A (en) * 2014-02-19 2014-05-21 国家电网公司 Method for visually showing power grid dispatching businesses
CN105893593A (en) * 2016-04-18 2016-08-24 国网山东省电力公司信息通信公司 Data fusion method
CN106227892A (en) * 2016-08-24 2016-12-14 深圳市卓讯信息技术有限公司 A kind of intellectual analysis database table relation generates the method and device of E R figure

Also Published As

Publication number Publication date
CN108197237A (en) 2018-06-22

Similar Documents

Publication Publication Date Title
CN108197237B (en) Visual data acquisition and display system
CN109829009B (en) Configurable real-time synchronization and visualization system and method for heterogeneous data
CN108038222B (en) System of entity-attribute framework for information system modeling and data access
US8543535B2 (en) Generation of star schemas from snowflake schemas containing a large number of dimensions
CN112364223B (en) Digital archive system
CN101901242A (en) Federated configuration data management
US10296505B2 (en) Framework for joining datasets
CN111339171B (en) Data query method, device and equipment
CN104102710A (en) Massive data query method
CN104573065A (en) Report display engine based on metadata
CN109241384B (en) Scientific research information visualization method and device
US20060004794A1 (en) Rich application view system and method
EP2767912A2 (en) In-memory real-time synchronized database system and method
CN104050225A (en) View variants in database schema mapping
WO2024011829A1 (en) Comprehensive intelligent platform data management method and system based on spatio-temporal system
WO2024001493A1 (en) Visual data analysis method and device
CN105975489A (en) Metadata-based online SQL code completion method
CN110674163A (en) Heterogeneous data query system and method based on BS framework
US7822708B1 (en) Global attribute mapping data in an enterprise information system
CN110928900B (en) Multi-table data query method, device, terminal and computer storage medium
CN109033157B (en) Complex data retrieval method and system based on user-defined search condition tree
Macura Integration of data from heterogeneous sources using ETL technology
US20040039755A1 (en) Metadata relationships
KR101836314B1 (en) System and Method for Triple Auto Transform of RDBMS Data
CN112905600A (en) Data query method and device, storage medium and electronic equipment

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
EE01 Entry into force of recordation of patent licensing contract
EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20180622

Assignee: CHINA TECHNOLOGY EXCHANGE Co.,Ltd.

Assignor: BEIJING E-TECHSTAR Co.,Ltd.

Contract record no.: X2023110000036

Denomination of invention: Visual data collection to presentation system

Granted publication date: 20200324

License type: Exclusive License

Record date: 20230317

PE01 Entry into force of the registration of the contract for pledge of patent right
PE01 Entry into force of the registration of the contract for pledge of patent right

Denomination of invention: Visualization data collection to presentation system

Effective date of registration: 20230323

Granted publication date: 20200324

Pledgee: CHINA TECHNOLOGY EXCHANGE Co.,Ltd.

Pledgor: BEIJING E-TECHSTAR Co.,Ltd.

Registration number: Y2023110000113