WO2016082468A1 - 数据图形化方法、装置及数据库服务器 - Google Patents

数据图形化方法、装置及数据库服务器 Download PDF

Info

Publication number
WO2016082468A1
WO2016082468A1 PCT/CN2015/078443 CN2015078443W WO2016082468A1 WO 2016082468 A1 WO2016082468 A1 WO 2016082468A1 CN 2015078443 W CN2015078443 W CN 2015078443W WO 2016082468 A1 WO2016082468 A1 WO 2016082468A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
chart
template
database server
type
Prior art date
Application number
PCT/CN2015/078443
Other languages
English (en)
French (fr)
Inventor
艾米班
蒋特
胡波
Original Assignee
华为技术有限公司
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 华为技术有限公司 filed Critical 华为技术有限公司
Priority to EP15862360.3A priority Critical patent/EP3214559A4/en
Priority to BR112017011191A priority patent/BR112017011191A2/pt
Publication of WO2016082468A1 publication Critical patent/WO2016082468A1/zh
Priority to US15/608,072 priority patent/US20170262531A1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/30Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
    • G06F16/33Querying
    • G06F16/338Presentation of query results
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/24Querying
    • G06F16/245Query processing
    • G06F16/2452Query translation
    • G06F16/24522Translation of natural language queries to structured queries
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/40Information retrieval; Database structures therefor; File system structures therefor of multimedia data, e.g. slideshows comprising image and additional audio data
    • G06F16/43Querying
    • G06F16/432Query formulation
    • G06F16/434Query formulation using image data, e.g. images, photos, pictures taken by a user
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/951Indexing; Web crawling techniques

Definitions

  • Embodiments of the present invention relate to database technologies, and in particular, to a data graphics method, apparatus, and database server.
  • the chart is the way that most systems implement data graphing, usually in the form of a histogram, a pie chart, a stacked graph, and so on.
  • the industry mainly implements data graphics by the following methods: obtaining raw data through a database processing language; processing raw data in a business programming language; and generating data graphs using a business language.
  • a common implementation is to obtain raw data through a Structured Query Language (English: Structured Query Language, SQL for short); Raw data preprocessing is performed using Java code; data graph generation is performed using script language Javascript code.
  • a Structured Query Language English: Structured Query Language, SQL for short
  • Raw data preprocessing is performed using Java code
  • data graph generation is performed using script language Javascript code.
  • C / S Client / Server
  • Embodiments of the present invention provide a data graphics method, apparatus, and database server to overcome resource waste caused by using prior art graphical data.
  • an embodiment of the present invention provides a data graphics method, including:
  • the database server receives a data query request sent by the requesting end, where the data query request includes a query condition and a data chart type;
  • the database server acquires data according to the query condition, and the data chart type is used to present the data;
  • the database server generates a data chart based on the data and the data chart type.
  • the database server In conjunction with the first aspect, in a first possible implementation of the first aspect, the database server generates a data chart according to the data and the data chart type, including:
  • the determining, by the database server, that a template corresponding to the data chart type is loaded includes:
  • any one of the first to the second possible implementation manners of the first aspect in a third possible implementation manner of the first aspect, if the data chart type is a custom template
  • the data query request further includes: location information used to indicate that the customized template is obtained.
  • the database server is configured according to the data and the The data chart type, generate a data chart, including:
  • the method further includes:
  • the database server responds to the requesting end with the URL for the requesting end to access the data chart through the URL.
  • an embodiment of the present invention provides a data graphics device, including:
  • a receiving module configured to receive a data query request sent by the requesting end, where the data query request includes a query condition and a data chart type;
  • An obtaining module configured to acquire data according to the query condition obtained by the receiving module, where the data chart type is used to present the data
  • a processing module configured to generate a data chart according to the data obtained by the obtaining module and the data chart type obtained by the receiving module.
  • the processing module includes:
  • a determining unit configured to determine whether the data graphical device has loaded a template corresponding to the data chart type
  • the trigger processing unit applies the data to the template to generate the data chart; otherwise, triggers the processing unit to load the template And applying the data to the template to generate the data chart.
  • the determining unit is specifically configured to:
  • the data query request further includes: location information used to indicate that the customized template is obtained.
  • the device further includes a response module
  • the processing module is further configured to generate a uniform resource location identifier URL that points to the data chart;
  • the response module is configured to respond to the requesting end with the URL, so that the requesting end accesses the data chart through the URL.
  • an embodiment of the present invention provides a database server, including: a receiver, a data processing statement parsing component, a data processing command scheduling component, a data processing command execution component, a data storage component, and a chart engine;
  • the receiver is configured to receive a data query request, where the data query request includes a query condition and a data chart type;
  • the data processing statement parsing component configured to parse the data query request to obtain a data processing command and a graph generation command, wherein the data processing command includes the query condition, and the graph generation command includes the data graph type;
  • the data processing command scheduling component configured to schedule the data processing command execution component to acquire data from the data storage component according to the data processing command;
  • the chart engine is configured to generate a data chart according to the chart generation command and the data.
  • the chart engine is specifically configured to:
  • the chart engine determines whether the database server has loaded a template corresponding to the data chart type, specifically for:
  • any one of the first to the second possible implementation manners of the third aspect in a third possible implementation manner of the third aspect, is further used :
  • the chart engine is initialized before the data fed back by the data processing command execution unit and the chart generation command are sent to the chart engine.
  • any one of the first to the third possible implementation manners of the third aspect in the fourth possible implementation manner of the third aspect, if the data chart type is a custom template
  • the data query request further includes: location information used to indicate that the customized template is obtained.
  • any one of the first to fourth possible implementation manners of the third aspect in a fifth possible implementation manner of the third aspect, is further configured to:
  • the URL is responsive to the requesting end for the requesting end to access the data chart via the URL.
  • the data chart can be generated in the database server, thereby eliminating the need to develop software to generate data charts and improve resource utilization. And the operator's skill requirements are lower; in addition, it also simplifies the development process of applications involving graphics and reports, and improves the development efficiency of the above applications.
  • Embodiment 1 is a flowchart of Embodiment 1 of a data patterning method according to the present invention
  • Embodiment 1 of a data patterning apparatus according to the present invention
  • Embodiment 3 is a schematic structural diagram of Embodiment 1 of a database server according to the present invention.
  • FIG. 4 is a diagram showing a comparison of functions of a database server of the present invention and a database server in the prior art
  • FIG. 5 is a diagram showing an example of data graph generation in the second embodiment of the database server of the present invention.
  • FIG. 1 is a flowchart of Embodiment 1 of a data patterning method according to the present invention.
  • Embodiments of the present invention provide a data graphics method, which may be performed by a data graphics device or a database server, etc., wherein the data graphics device may be independently configured or integrated in a large data storage device such as a database server. .
  • the method includes:
  • the database server receives a data query request sent by the requesting end, where the data query request includes a query condition and a data chart type.
  • the data query request only contains the query conditions, for example, the location of the data and/or the size of the data, but for the presentation of the data, it is not pointed out that the query data is processed by the business language, thereby Generate a data chart.
  • the data chart type is directly carried in the data query request, and the data chart is generated in the device that executes the method, and the software is not required to be developed multiple times in different architectures; in addition, the graphics and reports are simplified.
  • the application development process improves the development efficiency of the above applications.
  • the embodiment of the present invention extends the syntax of the SQL.
  • the extended SQL statement format is: standard SQL + information graphic definition part, standard SQL indicates the SQL syntax used in the prior art, and the information graphic definition part is used to represent the extended part provided by the embodiment of the present invention.
  • standard SQL indicates the SQL syntax used in the prior art
  • information graphic definition part is used to represent the extended part provided by the embodiment of the present invention.
  • the data query request may further include: location information for indicating the acquisition of the customized template. Further, the data query request may further include location information for indicating a data chart, and the like.
  • location information for indicating a data chart, and the like.
  • For data graphs that need to be generated by custom templates you need to specify the location of the custom template in the extended SQL statement, for example: Select avg(salary)from employee_table group by designation as pie uses customized_template_url, in this example, the location information of the data chart It is represented by a uniform resource location identifier (url), and the present invention is not limited thereto.
  • url uniform resource location identifier
  • the chart type is used to generate a data chart, and "pie” is the type of data chart that represents the data to be rendered.
  • the data query request is a NoSQL statement in a non-relational database (NoSQL) syntax: db.userdetails.find( ⁇ "userId”:"test_user_id_1” ⁇ ).
  • the data query request in order to obtain the same data chart as the above SQL statement, is: db.userdetails.find( ⁇ "userId”:"test_user_id_1" ⁇ , ⁇ "as": "pie” ⁇ ).
  • the database server acquires data according to the query condition, and the data chart type is used to present data.
  • the database server parses the data query request, obtains the query condition carried in the data query request, and obtains the data to be queried according to the query conditions, that is, the original data in the prior art or the data obtained after processing the original data.
  • the database server generates a data chart according to the data and the data chart type.
  • the data query request also carries the data chart type. Therefore, the data obtained by S102 is applied to the template corresponding to the data chart type to generate a data chart to be presented.
  • the data chart is a graphical and visual representation of information, data and knowledge. It is designed to deliver some complex data information to users in a clear, intuitive and efficient manner.
  • the data chart can be generated in the database server, thereby eliminating the need to develop software to generate data charts and improve resource utilization. And the operator's skill requirements are lower; in addition, it also simplifies the development process of applications involving graphics and reports, and improves the development efficiency of the above applications.
  • S103 may include: determining whether the database server has loaded a template corresponding to the data chart type; if it is determined that the template corresponding to the data chart type has been loaded, applying the data to the template to generate a data chart; otherwise, Load the template and apply the data to the template to generate a data chart.
  • the determining whether the database server has loaded the template corresponding to the data chart type may include: searching, in the data chart template stored by the database server, whether there is a template corresponding to the data chart type, and if yes, determining that the data chart type is loaded. Corresponding template; if it does not exist, it is determined that the template corresponding to the data chart type is not loaded.
  • a table (English: Table) or view (English: View); define a visual structure for the table or view, for example, may be a pie chart , a histogram, a region chart, or a custom chart; define an implementation template for the table or view to complete the creation of the table or view.
  • the data chart type that the table or view supports is specified synchronously.
  • Each table or view matches one or more templates to indicate how the corresponding data graph is generated.
  • the S103 may specifically include: generating a data chart according to the data and the data chart type, and generating a uniform resource location identifier that points to the data chart (English: Uniform Resource Locator, referred to as: URL). Further, after the database server generates the URL, the method may further include: the database server responding the URL to the requesting end, so that the requesting end accesses the data chart through the URL.
  • URL Uniform Resource Locator
  • the database server receiving the data query request obtains the data graph, and also needs to inform the requesting end of the location information of the data graph, so that the requesting end displays the data graph.
  • the database server responds to the requesting end in the form of a URL, but the invention is not limited thereto.
  • FIG. 2 is a schematic structural diagram of Embodiment 1 of a data patterning apparatus according to the present invention.
  • the data graphical device 20 includes a receiving module 21, an obtaining module 22, and a processing module 23.
  • the receiving module 21 is configured to receive a data query request sent by the requesting end, where the data query request includes a query condition and a data chart type.
  • the obtaining module 22 is configured to acquire data according to the query condition obtained by the receiving module 21, and the data chart type is used for The data is presented;
  • the processing module 23 is configured to generate a data chart according to the data obtained by the obtaining module 22 and the data chart type obtained by the receiving module 21.
  • the device in this embodiment may be used to implement the technical solution of the method embodiment shown in FIG. 1 , and the implementation principle and technical effects are similar, and details are not described herein again.
  • the processing module 23 may include: a determining unit, configured to determine whether the data patterning device has loaded a template corresponding to the data chart type; and if the determining unit determines that the template corresponding to the data chart type has been loaded, triggering processing The unit applies data to the template to generate a data chart; otherwise, the trigger processing unit loads the template and applies the data to the template to generate a data chart.
  • the determining unit may be specifically configured to: in the data graph template stored by the data graphical device 20, find whether there is a template corresponding to the data chart type, and if yes, determine that the template corresponding to the data chart type is loaded; If it does not exist, it is determined that the template corresponding to the data chart type is not loaded.
  • the foregoing data query request may further include: location information used to indicate that the customized template is obtained, and the like.
  • the data patterning device 20 may further include a response module (not shown in FIG. 2).
  • the processing module 23 can also be used to generate a URL that points to a data chart.
  • the response module is configured to respond to the requesting end with the URL for the requesting end to access the data chart through the URL.
  • the embodiment of the invention further provides a database server, which generates a data chart according to a data chart type pre-specified by the developer in the process of data query through a built-in chart engine in the database server.
  • FIG. 3 is a schematic structural diagram of Embodiment 1 of a database server according to the present invention.
  • the database server 30 in the embodiment of the present invention includes a database server with standard functions and graphical processing related components.
  • the database server with standard functions includes a receiver 31 and a data processing statement parsing component (English: Command Parser 32, data processing command execution component (English: Command Executor) 33 and data storage component (English: Data Storage) 34; graphical processing related components include data processing command scheduling component (English: Command Dispatcher) 35 and chart engine (English: Graph Engine) 36.
  • the database server with standard functions assumes the duties of conventional data acquisition and calculation, and the data processing command scheduling component 35 is responsible for scheduling the process of data acquisition and data acquisition, and then submitting the final data to the chart engine 36 according to the data chart type specified by the user. chart.
  • the receiver 31 is configured to receive a data query request, where the data query request includes a query condition and a data chart type.
  • the data processing statement parsing component 32 is configured to parse the data query request to obtain a data processing command and a graph generation command, wherein the data processing command includes a query condition, and the graph generation command includes a data graph type.
  • the data processing command scheduling section 35 is for scheduling the data processing command execution section 33 to acquire data from the data storage section 34 in accordance with the data processing command.
  • the chart engine 36 is used to generate commands and data from the chart to generate a data chart.
  • the chart engine 36 may be specifically configured to: determine whether the database server 30 has loaded a template corresponding to the data chart type; if it is determined that the template corresponding to the data chart type has been loaded, apply the data to the template to generate a data chart; otherwise, load Templates, and apply the data to the template to generate a data chart.
  • the chart engine 36 determines whether the database server 30 has loaded the template corresponding to the data chart type, specifically: in the data chart template stored in the database server 30, whether there is a template corresponding to the data chart type, if If yes, it is determined that the template corresponding to the data chart type has been loaded; if not, it is determined that the template corresponding to the data chart type is not loaded.
  • the data query request may further include: location information for indicating the acquisition of the customized template, and the like, which is not limited by the present invention.
  • the chart engine 36 can also be used to: generate a URL pointing to the data chart; and, send the URL response to the requesting end, for the requesting end to access the data chart through the URL.
  • FIG. 4 is a diagram showing a comparison of functions of a database server of the present invention and a database server in the prior art.
  • the database server 41 receives the data query request; parses the data query request; retrieves the original data from the database; and returns the original data to the requesting end of the data query request. Then, the requesting side performs the following steps: parsing and processing the original data, encoding to generate a data chart, and presenting a data chart.
  • the database server 42 receives the extended syntax data query request; parses the extended syntax data query request; retrieves the original data from the database; and is based on the chart engine 36 inside the database server 42.
  • the raw data generates a data graph and presents the data graph response to the requester of the extended syntax data query request.
  • the database server provided by the embodiment of the present invention has a data graph generation function, and can directly respond to the data graph to the request end of the data query request according to the received data query request, where the data query request includes the data graph type.
  • the receiver 31 receives a data processing script input by the data chart requester.
  • the data processing script is an extended data processing script, which can be understood by those skilled in the art to be composed of a query statement including an information graphic definition part, such as the above-mentioned extended SQL statement or extended NoSQL statement, and the like.
  • the data processing statement analyzing unit 32 acquires the data processing script.
  • the data processing statement analyzing unit 32 analyzes the data processing script and splits the data processing command and the chart generation command.
  • the data processing command may be understood to include the above query condition or other command for processing the data;
  • the chart generation command may be understood to include the above-mentioned commands related to the data chart generation, for example, the data type of the data chart and the template information corresponding to the data chart type. Wait.
  • the data processing statement analyzing unit 32 requests the data processing command scheduling unit 35 to schedule the command.
  • the commands are sequentially executed by the data processing command scheduling section 35.
  • the data processing command scheduling component 35 initializes the chart engine 36.
  • the scheduling component initializes the chart engine 36 as needed based on the state of the chart engine 36.
  • the data processing command scheduling unit 35 schedules the data processing command executing unit 33.
  • the data processing command execution unit 33 executes the data processing command, acquires data from the data storage unit 34, and forms the processed data.
  • the data processing command that is, the data processing statement analysis unit 32 parses the data processing command obtained by the script.
  • the data processing command execution unit 33 returns the processed data to the data processing command scheduling unit 35.
  • the data processing command scheduling unit 35 schedules the chart engine 36, and passes the processed data and the data chart type to the chart engine 36.
  • the data chart type is specified by the chart data requester.
  • the chart engine 36 determines that a data chart template corresponding to the data chart type has been loaded.
  • the chart engine 36 determines, according to the data chart type, whether the database server 30 has loaded the data chart template corresponding to the data chart type, and if not, loads the data chart template corresponding to the data chart type, and then executes S511; if loaded , directly execute S511.
  • the chart engine 36 applies the processed data to the data chart template, generates a data chart, and generates a URL pointing to the data chart.
  • the chart engine 36 sends the URL response to the data chart requester, and the data chart requester can access the generated data chart according to the URL.
  • the data chart can be generated inside the database server, and the URL response used to access the data chart is sent to the data chart requesting party for
  • the data chart is accessed by the requester, so that it is not necessary to develop software multiple times under different architectures, improve resource utilization, and have lower skill requirements for operators; in addition, it simplifies the development process of applications involving graphics and reports, and enhances the above. Application development efficiency.
  • the aforementioned program can be stored in a computer Read in the storage medium.
  • the program when executed, performs the steps including the foregoing method embodiments; and the foregoing storage medium includes various media that can store program codes, such as a ROM, a RAM, a magnetic disk, or an optical disk.

Landscapes

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

Abstract

一种数据图形化方法、装置及数据库服务器。该方法包括:数据库服务器接收请求端发送的数据查询请求,数据查询请求包括查询条件和数据图表类型(S101);根据查询条件,获取数据,数据图表类型用于呈现数据(S102);根据数据和数据图表类型,生成数据图表(S103)。通过在数据查询请求中携带查询条件和数据图表类型,在数据库服务器内部实现数据图表的生成,从而无需在不同架构下多次研发软件来生成数据图表,提升资源利用率,且对操作人员的技能要求较低;另外,还简化了涉及图形及报表的应用的开发过程,提升上述应用的开发效率。

Description

数据图形化方法、装置及数据库服务器 技术领域
本发明实施例涉及数据库技术,尤其涉及一种数据图形化方法、装置及数据库服务器。
背景技术
在例如大数据分析业务、报表产生业务、状态监控业务等业务领域,需要将数据进行图形化展现。其中,图表是多数系统实现数据图形化的方式,通常表现为柱状图、饼状图、堆积图等等。
当前业界主要通过下述的方式对于数据图形化进行实现:通过数据库处理语言获取原始数据;采用业务编程语言对原始数据进行处理加工;利用业务语言产生数据图表。
例如,对于浏览器和服务器(英文:Browser/Server,简称:B/S)架构的应用,常见的实现方式是:通过结构化查询语言(英文:Structured Query Language,简称:SQL)获取原始数据;采用Java代码进行原始数据预处理;利用脚本语言Javascript代码进行数据图表的生成。而对于同一套数据,或者非同一套,但结构类似的数据,在客户机和服务器(英文:Client/Server,简称:C/S)架构之下,却可能又要变成:通过SQL语言获取原始数据;采用C++代码对原始数据进行预处理;利用Java代码进行数据图表的生成。
因此,对于不同的架构,需要研发多种不同的软件以生成数据图表,故对于软件生产来说,造成资源的浪费。
发明内容
本发明实施例提供一种数据图形化方法、装置及数据库服务器,以克服采用现有技术图形化数据所造成的资源浪费。
第一方面,本发明实施例提供一种数据图形化方法,包括:
数据库服务器接收请求端发送的数据查询请求,所述数据查询请求包括查询条件和数据图表类型;
所述数据库服务器根据所述查询条件,获取数据,所述数据图表类型用于呈现所述数据;
所述数据库服务器根据所述数据和所述数据图表类型,生成数据图表。
结合第一方面,在第一方面的第一种可能的实现方式中,所述数据库服务器根据所述数据和所述数据图表类型,生成数据图表,包括:
判断所述数据库服务器是否已加载与所述数据图表类型对应的模板;
若确定已加载与所述数据图表类型对应的模板,则将所述数据应用到所述模板中,生成所述数据图表;否则,加载所述模板,并将所述数据应用到所述模板中,生成所述数据图表。
结合第一方面的第一种可能的实现方式,在第一方面的第二种可能的实现方式中,所述判断所述数据库服务器是否已加载与所述数据图表类型对应的模板,包括:
在所述数据库服务器存储的数据图表模板中,查找是否存在与所述数据图表类型对应的模板,若存在,则判断为已加载所述数据图表类型对应的模板;若不存在,则判断为未加载所述数据图表类型对应的模板。
结合第一方面、第一方面的第一种至第二种可能的实现方式中的任意一种,在第一方面的第三种可能的实现方式中,若所述数据图表类型为自定义模板,所述数据查询请求还包括:用于指示获取所述自定义模板的位置信息。
结合第一方面、第一方面的第一种至第三种可能的实现方式中的任意一种,在第一方面的第四种可能的实现方式中,所述数据库服务器根据所述数据和所述数据图表类型,生成数据图表,具体包括:
根据所述数据和所述数据图表类型,生成数据图表,并生成指向所述数据图表的统一资源定位标识URL;
在所述数据库服务器生成所述URL之后,所述方法还包括:
所述数据库服务器将所述URL响应给所述请求端,以供所述请求端通过所述URL访问所述数据图表。
第二方面,本发明实施例提供一种数据图形化装置,包括:
接收模块,用于接收请求端发送的数据查询请求,所述数据查询请求包括查询条件和数据图表类型;
获取模块,用于根据所述接收模块得到的所述查询条件,获取数据,所述数据图表类型用于呈现所述数据;
处理模块,用于根据所述获取模块获得的所述数据和所述接收模块得到的所述数据图表类型,生成数据图表。
结合第二方面,在第二方面的第一种可能的实现方式中,所述处理模块包括:
判断单元,用于判断所述数据图形化装置是否已加载与所述数据图表类型对应的模板;
若所述判断单元确定已加载与所述数据图表类型对应的模板,则触发处理单元将所述数据应用到所述模板中,生成所述数据图表;否则,触发所述处理单元加载所述模板,并将所述数据应用到所述模板中,生成所述数据图表。
结合第二方面的第一种可能的实现方式,在第二方面的第二种可能的实现方式中,所述判断单元具体用于:
在所述数据图形化装置存储的数据图表模板中,查找是否存在与所述数据图表类型对应的模板,若存在,则判断为已加载所述数据图表类型对应的模板;若不存在,则判断为未加载所述数据图表类型对应的模板。
结合第二方面、第二方面的第一种至第二种可能的实现方式中的任意一种,在第二方面的第三种可能的实现方式中,若所述数据图表类型为自定义模板,所述数据查询请求还包括:用于指示获取所述自定义模板的位置信息。
结合第二方面、第二方面的第一种至第三种可能的实现方式中的任意一种,在第二方面的第四种可能的实现方式中,所述装置还包括应答模块;
所述处理模块,还用于生成指向所述数据图表的统一资源定位标识URL;
所述应答模块,用于将所述URL响应给所述请求端,以供所述请求端通过所述URL访问所述数据图表。
第三方面,本发明实施例提供一种数据库服务器,包括:接收器、数据处理语句解析部件、数据处理命令调度部件、数据处理命令执行部件、数据存储部件及图表引擎;
所述接收器,用于接收数据查询请求,所述数据查询请求包括查询条件和数据图表类型;
所述数据处理语句解析部件,用于解析所述数据查询请求获得数据处理命令和图表生成命令,其中,所述数据处理命令包括所述查询条件,所述图表生成命令包括所述数据图表类型;
所述数据处理命令调度部件,用于调度所述数据处理命令执行部件根据所述数据处理命令从所述数据存储部件获取数据;
所述图表引擎,用于根据所述图表生成命令及所述数据,生成数据图表。
结合第三方面,在第三方面的第一种可能的实现方式中,所述图表引擎具体用于:
判断所述数据库服务器是否已加载与所述数据图表类型对应的模板;
若确定已加载与所述数据图表类型对应的模板,则将所述数据应用到所述模板中,生成所述数据图表;否则,加载所述模板,并将所述数据应用到所述模板中,生成所述数据图表。
结合第三方面的第一种可能的实现方式,在第三方面的第二种可能的实现方式中,所述图表引擎判断所述数据库服务器是否已加载与所述数据图表类型对应的模板,具体为:
在所述数据库服务器存储的数据图表模板中,查找是否存在与所述数据图表类型对应的模板,若存在,则判断为已加载所述数据图表类型对应的模板;若不存在,则判断为未加载所述数据图表类型对应的模板。
结合第三方面、第三方面的第一种至第二种可能的实现方式中的任意一种,在第三方面的第三种可能的实现方式中,所述数据处理命令调度部件还用于:
在将所述数据处理命令执行部件反馈的所述数据和所述图表生成命令发送给所述图表引擎之前,初始化所述图表引擎。
结合第三方面、第三方面的第一种至第三种可能的实现方式中的任意一种,在第三方面的第四种可能的实现方式中,若所述数据图表类型为自定义模板,所述数据查询请求还包括:用于指示获取所述自定义模板的位置信息。
结合第三方面、第三方面的第一种至第四种可能的实现方式中的任意一种,在第三方面的第五种可能的实现方式中,所述图表引擎还用于:
生成指向所述数据图表的统一资源定位标识URL;
将所述URL响应给所述请求端,以供所述请求端通过所述URL访问所述数据图表。
本发明实施例通过在数据查询请求中携带查询条件和数据图表类型,在数据库服务器内部即可实现数据图表的生成,从而无需在不同架构下多次研发软件来生成数据图表,提升资源利用率,且对操作人员的技能要求较低;另外,还简化了涉及图形及报表的应用的开发过程,提升上述应用的开发效率。
附图说明
为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图做一简单地介绍,显而易见地,下面描述中的附图是本发明的一些实施例,对于本领域普通技术人员来讲,在不付出创造性劳动性的前提下,还可以根据这些附图获得其他的附图。
图1为本发明数据图形化方法实施例一的流程图;
图2为本发明数据图形化装置实施例一的结构示意图;
图3为本发明数据库服务器实施例一的结构示意图;
图4为本发明数据库服务器与现有技术中数据库服务器的功能对比示例图;
图5为本发明数据库服务器实施例二中数据图表生成的示例图。
具体实施方式
为使本发明实施例的目的、技术方案和优点更加清楚,下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。
图1为本发明数据图形化方法实施例一的流程图。本发明实施例提供一种数据图形化方法,该方法可以由数据图形化装置或数据库服务器等设备执行,其中,数据图形化装置可以独立设置,也可以集成在例如数据库服务器等大数据存储设备中。如图1所示,该方法包括:
S101、数据库服务器接收请求端发送的数据查询请求,该数据查询请求包括查询条件和数据图表类型。
通常情况下,数据查询请求中仅包含查询条件,例如,数据所在的位置和/或数据的大小等,但对于数据的呈现形式,并未指出,还需利用业务语言处理查询到的数据,从而生成数据图表。在本发明实施例中,直接在数据查询请求中携带数据图表类型,在执行该方法的设备内部实现数据图表的生成,无需在不同架构下多次研发软件;另外,还简化了涉及图形及报表的应用的开发过程,提升上述应用的开发效率。
具体地,在关系型数据库中,本发明实施例对SQL的语法进行扩展。扩展的SQL语句格式为:标准SQL+信息图形定义部分,标准SQL表示现有技术中所使用的SQL语法,信息图形定义部分用于表示本发明实施例提供的扩展部分。例如:
Select…………….(ANSI SQL)--标准的SQL--
as<pie/bar/line/area/custom>--扩展语法--
[uses<customized template url location>]--扩展语法--
[generateTo<external url>]--扩展语法--
其中,as表示将用后置的参数指定的数据图表类型来生成数据图表,pie表示……,bar表示……,line表示……,area表示……,custom表示自定义模板;当参数被指定为custom时,通过uses参数所指定的模板位置获取业务自定义的数据图表模板;而output则表示产生的数据图表将被产生的位置。需要说明的是,此处及以下相关的此类关键字(例如as、uses、generateTo等)仅为表意之用,实际的生产中,可以用任何合适的关键字替代,本发明不予限制。
若数据图表类型为自定义模板,数据查询请求还可以包括:用于指示获取自定义模板的位置信息。进一步地,数据查询请求还可以包括用于指示数据图表的位置信息,等等。对于需要通过自定义模板产生的数据图表,需要在扩展SQL语句中指定自定义模板的位置,例如:Select avg(salary)from employee_table group by designation as pie uses customized_template_url,该示例中,数据图表的位置信息采用统一资源定位标识(url)表示,本发明不以此为限。
以下举例说明现有技术中的数据查询请求及本发明实施例中的数据查询请求,以明确区分二者。
例如,现有技术中,数据查询请求为SQL语法下的SQL语句:Select*from userdetails where userId="test_user_id_1",其中,“userdetails”表示数据所在的位置,“userId="test_user_id_1"”表示数据满足的条件。在本发明实施例中,为获取与上述SQL语句相同的数据图表,数据查询请求为Select*from userdetails where userId="test_user_id_1"as pie,其中,“as”表示将用后置的参数指定的数据图表类型来生成数据图表,“pie”为表示要呈现的数据图表类型。
又例如,现有技术中,为获取与上述SQL语句相同的数据,数据查询请求为非关系型的数据库(NoSQL)语法下的NoSQL语句:db.userdetails.find({"userId":"test_user_id_1"})。在本发明实施例中,为获取与上述SQL语句相同的数据图表,数据查询请求为:db.userdetails.find({"userId":"test_user_id_1"},{“as”:“pie”})。
S102、数据库服务器根据查询条件,获取数据,数据图表类型用于呈现数据。
数据库服务器解析上述数据查询请求,得到数据查询请求中携带的查询条件,根据该些查询条件,获得要查询的数据,即现有技术中的原始数据或对原始数据进行处理后获得的数据。
S103、数据库服务器根据数据和数据图表类型,生成数据图表。
数据查询请求中还携带了数据图表类型,因此,将S102获得的数据应用到该数据图表类型对应的模板中,生成将要呈现的数据图表。其中,数据图表是一种对于信息、数据以及知识的图形化、可视化的展现方式。旨在对于将一些复杂的数据信息以明晰、直观、高效的方式传递给使用者。
本发明实施例通过在数据查询请求中携带查询条件和数据图表类型,在数据库服务器内部即可实现数据图表的生成,从而无需在不同架构下多次研发软件来生成数据图表,提升资源利用率,且对操作人员的技能要求较低;另外,还简化了涉及图形及报表的应用的开发过程,提升上述应用的开发效率。
在上述实施例中,S103可以包括:判断数据库服务器是否已加载与数据图表类型对应的模板;若确定已加载与数据图表类型对应的模板,则将数据应用到模板中,生成数据图表;否则,加载模板,并将数据应用到模板中,生成数据图表。
其中,判断数据库服务器是否已加载与数据图表类型对应的模板可以包括:在数据库服务器存储的数据图表模板中,查找是否存在与数据图表类型对应的模板,若存在,则判断为已加载数据图表类型对应的模板;若不存在,则判断为未加载数据图表类型对应的模板。
对于业务如何应用本发明实施例进行开发,通过以下步骤实现:首先,定义表(英文:Table)或视图(英文:View);定义针对该表或视图的视觉结构,例如,可以是饼状图、柱状图、区域图或自定义图表等;定义针对该表或视图的实现模板,完成该表或视图的创建。在创建表或视图时,将同步指定该表或视图支持的数据图表类型。每一个表或视图匹配一个或多个模板,以指示如何生成对应的数据图表。其中,模板中有一套用以提升性能的图形缓存映射表。
在上述实施例的基础上,在S103可具体包括:根据数据和数据图表类型,生成数据图表,并生成指向数据图表的统一资源定位标识(英文: Uniform Resource Locator,简称:URL)。进一步地,在数据库服务器生成URL之后,所述方法还可以包括:数据库服务器将URL响应给请求端,以供请求端通过URL访问数据图表。
对于请求端,例如客户端,的数据查询请求,接收该数据查询请求的数据库服务器获得数据图表,还需要将该数据图表的位置信息通知请求端,以便请求端展示数据图表。这里,数据库服务器采用URL的形式响应请求端,但本发明不以此为限。
图2为本发明数据图形化装置实施例一的结构示意图。如图2所示,该数据图形化装置20包括:接收模块21、获取模块22和处理模块23。
其中,接收模块21用于接收请求端发送的数据查询请求,该数据查询请求包括查询条件和数据图表类型;获取模块22用于根据接收模块21得到的查询条件,获取数据,数据图表类型用于呈现数据;处理模块23用于根据获取模块22获得的数据和接收模块21得到的数据图表类型,生成数据图表。
本实施例的装置,可以用于执行图1所示方法实施例的技术方案,其实现原理和技术效果类似,此处不再赘述。
在上述实施例中,处理模块23可以包括:判断单元,用于判断数据图形化装置是否已加载与数据图表类型对应的模板;若判断单元确定已加载与数据图表类型对应的模板,则触发处理单元将数据应用到所述模板中,生成数据图表;否则,触发处理单元加载模板,并将数据应用到模板中,生成数据图表。
进一步地,判断单元可以具体用于:在数据图形化装置20存储的数据图表模板中,查找是否存在与数据图表类型对应的模板,若存在,则判断为已加载数据图表类型对应的模板;若不存在,则判断为未加载数据图表类型对应的模板。
可选地,若数据图表类型为自定义模板,上述数据查询请求还可以包括:用于指示获取自定义模板的位置信息等。
在上述基础上,数据图形化装置20还可以包括应答模块(图2中未示出)。该实施例中,处理模块23还可以用于生成指向数据图表的URL。应答模块用于将URL响应给请求端,以供请求端通过URL访问数据图表。
本发明实施例还提供一种数据库服务器,通过数据库服务器中内置图表引擎实现在数据查询的过程中依据开发人员预指定的数据图表类型产生数据图表。
图3为本发明数据库服务器实施例一的结构示意图。如图3所示,本发明实施例中的数据库服务器30包括一套具备标准功能的数据库服务器和图形化处理相关部件,具备标准功能的数据库服务器包含接收器31、数据处理语句解析部件(英文:Command Parser)32、数据处理命令执行部件(英文:Command Executor)33及数据存储部件(英文:Data Storage)34;图形化处理相关部件包含数据处理命令调度部件(英文:Command Dispatcher)35及图表引擎(英文:Graph Engine)36。其中,具备标准功能的数据库服务器承担常规的数据获取和运算等职责,数据处理命令调度部件35负责调度数据获取的过程及数据获取之后交由图表引擎36依据用户指定的数据图表类型产生最终的数据图表。
具体地,接收器31用于接收数据查询请求,数据查询请求包括查询条件和数据图表类型。数据处理语句解析部件32用于解析该数据查询请求获得数据处理命令和图表生成命令,其中,数据处理命令包括查询条件,图表生成命令包括数据图表类型。数据处理命令调度部件35用于调度数据处理命令执行部件33根据数据处理命令从数据存储部件34获取数据。图表引擎36用于根据图表生成命令及数据,生成数据图表。
图表引擎36可以具体用于:判断数据库服务器30是否已加载与数据图表类型对应的模板;若确定已加载与数据图表类型对应的模板,则将数据应用到模板中,生成数据图表;否则,加载模板,并将数据应用到模板中,生成数据图表。
可选地,图表引擎36判断数据库服务器30是否已加载与所述数据图表类型对应的模板,具体为:在数据库服务器30存储的数据图表模板中,查找是否存在与数据图表类型对应的模板,若存在,则判断为已加载数据图表类型对应的模板;若不存在,则判断为未加载数据图表类型对应的模板。
在上述实施例中,若数据图表类型为自定义模板,数据查询请求还可以包括:用于指示获取自定义模板的位置信息,等等,本发明不对其进行限制。
进一步地,图表引擎36还可以用于:生成指向数据图表的URL;及,将URL响应给请求端,以供请求端通过URL访问数据图表。
图4为本发明数据库服务器与现有技术中数据库服务器的功能对比示例图。
如图4所示,在现有技术中,数据库服务器41接收数据查询请求;解析该数据查询请求;从数据库中获取原始数据;返回原始数据给发送数据查询请求的请求端。然后,由请求端执行下述步骤:解析及加工原始数据,编码生成数据图表,并展现数据图表。
同时参考图3和图4,在本发明实施例中,数据库服务器42接收扩展语法数据查询请求;解析该扩展语法数据查询请求;从数据库中获取原始数据;由数据库服务器42内部的图表引擎36依据原始数据生成数据图表,并将该数据图表响应给扩展语法数据查询请求的请求端展现。
通过上述比较可知,本发明实施例提供的数据库服务器具备数据图表生成功能,可以根据接收的数据查询请求直接响应数据图表给数据查询请求的请求端,该数据查询请求中包括数据图表类型。
以下通过信令图描述上述部件之间的协同工作,说明数据图表的生成。如图5所示,包括:
S501、接收器31接收数据图表索取方输入的数据处理脚本。
其中,上述数据处理脚本为经过扩展的数据处理脚本,本领域技术人员可以理解为由包括信息图形定义部分的查询语句组成,例如上述扩展的SQL语句或扩展的NoSQL语句,等等。
S502、数据处理语句解析部件32获取上述数据处理脚本。
S503、数据处理语句解析部件32解析上述数据处理脚本,拆分出数据处理命令和图表生成命令。
其中,数据处理命令可以理解为包括上述查询条件或其它对数据进行处理的命令;图表生成命令可以理解为包括上述与数据图表生成相关的命令,例如,数据图表类型、数据图表类型对应的模板信息等。
S504、数据处理语句解析部件32请求数据处理命令调度部件35调度命令。
由数据处理命令调度部件35依序执行命令。
S505、数据处理命令调度部件35初始化图表引擎36。
调度部件根据图表引擎36的状态,依据需要初始化图表引擎36。
S506、数据处理命令调度部件35调度数据处理命令执行部件33。
S507、数据处理命令执行部件33接收数据处理命令执行调用后,执行数据处理命令,从数据存储部件34中获取数据,形成处理后的数据。
这里,数据处理命令即数据处理语句解析部件32解析脚本得到的数据处理命令。
S508、数据处理命令执行部件33将处理后的数据返回给数据处理命令调度部件35。
S509、数据处理命令调度部件35调度图表引擎36,将该处理后数据及数据图表类型交由图表引擎36。
其中,数据图表类型是由图表数据索取方指定的。
S510、图表引擎36确定已加载与该数据图表类型对应的数据图表模板。
具体地,图表引擎36根据数据图表类型判断数据库服务器30是否已经加载该数据图表类型对应的数据图表模板,如果未加载,则加载该数据图表类型对应的数据图表模板,然后执行S511;如果已加载,则直接执行S511。
S511、图表引擎36将处理后数据应用到数据图表模板中,生成数据图表,并生成指向数据图表的URL。
之后,图表引擎36将URL响应给数据图表索取方,数据图表索取方即可根据该URL访问生成的数据图表。
本发明实施例通过在数据查询请求中携带查询条件和数据图表类型,在数据库服务器内部即可实现数据图表的生成,并将访问所述数据图表所使用的URL响应给数据图表索取方,以供该数据图表索取方访问,从而无需在不同架构下多次研发软件,提升资源利用率,且对操作人员的技能要求较低;另外,还简化了涉及图形及报表的应用的开发过程,提升上述应用的开发效率。
本领域普通技术人员可以理解:实现上述各方法实施例的全部或部分步骤可以通过程序指令相关的硬件来完成。前述的程序可以存储于一计算机可 读取存储介质中。该程序在执行时,执行包括上述各方法实施例的步骤;而前述的存储介质包括:ROM、RAM、磁碟或者光盘等各种可以存储程序代码的介质。
最后应说明的是:以上各实施例仅用以说明本发明的技术方案,而非对其限制;尽管参照前述各实施例对本发明进行了详细的说明,本领域的普通技术人员应当理解:其依然可以对前述各实施例所记载的技术方案进行修改,或者对其中部分或者全部技术特征进行等同替换;而这些修改或者替换,并不使相应技术方案的本质脱离本发明各实施例技术方案的范围。

Claims (16)

  1. 一种数据图形化方法,其特征在于,包括:
    数据库服务器接收请求端发送的数据查询请求,所述数据查询请求包括查询条件和数据图表类型;
    所述数据库服务器根据所述查询条件,获取数据,所述数据图表类型用于呈现所述数据;
    所述数据库服务器根据所述数据和所述数据图表类型,生成数据图表。
  2. 根据权利要求1所述的方法,其特征在于,所述数据库服务器根据所述数据和所述数据图表类型,生成数据图表,包括:
    判断所述数据库服务器是否已加载与所述数据图表类型对应的模板;
    若确定已加载与所述数据图表类型对应的模板,则将所述数据应用到所述模板中,生成所述数据图表;否则,加载所述模板,并将所述数据应用到所述模板中,生成所述数据图表。
  3. 根据权利要求2所述的方法,其特征在于,所述判断所述数据库服务器是否已加载与所述数据图表类型对应的模板,包括:
    在所述数据库服务器存储的数据图表模板中,查找是否存在与所述数据图表类型对应的模板,若存在,则判断为已加载所述数据图表类型对应的模板;若不存在,则判断为未加载所述数据图表类型对应的模板。
  4. 根据权利要求1-3任一项所述的方法,其特征在于,若所述数据图表类型为自定义模板,所述数据查询请求还包括:用于指示获取所述自定义模板的位置信息。
  5. 根据权利要求1-4任一项所述的方法,其特征在于,所述数据库服务器根据所述数据和所述数据图表类型,生成数据图表,具体包括:
    根据所述数据和所述数据图表类型,生成数据图表,并生成指向所述数据图表的统一资源定位标识URL;
    在所述数据库服务器生成所述URL之后,所述方法还包括:
    所述数据库服务器将所述URL响应给所述请求端,以供所述请求端 通过所述URL访问所述数据图表。
  6. 一种数据图形化装置,其特征在于,包括:
    接收模块,用于接收请求端发送的数据查询请求,所述数据查询请求包括查询条件和数据图表类型;
    获取模块,用于根据所述接收模块得到的所述查询条件,获取数据,所述数据图表类型用于呈现所述数据;
    处理模块,用于根据所述获取模块获得的所述数据和所述接收模块得到的所述数据图表类型,生成数据图表。
  7. 根据权利要求6所述的装置,其特征在于,所述处理模块包括:
    判断单元,用于判断所述数据图形化装置是否已加载与所述数据图表类型对应的模板;
    若所述判断单元确定已加载与所述数据图表类型对应的模板,则触发处理单元将所述数据应用到所述模板中,生成所述数据图表;否则,触发所述处理单元加载所述模板,并将所述数据应用到所述模板中,生成所述数据图表。
  8. 根据权利要求7所述的装置,其特征在于,所述判断单元具体用于:
    在所述数据图形化装置存储的数据图表模板中,查找是否存在与所述数据图表类型对应的模板,若存在,则判断为已加载所述数据图表类型对应的模板;若不存在,则判断为未加载所述数据图表类型对应的模板。
  9. 根据权利要求6-8任一项所述的装置,其特征在于,若所述数据图表类型为自定义模板,所述数据查询请求还包括:用于指示获取所述自定义模板的位置信息。
  10. 根据权利要求6-9任一项所述的装置,其特征在于,所述装置还包括应答模块;
    所述处理模块,还用于生成指向所述数据图表的统一资源定位标识URL;
    所述应答模块,用于将所述URL响应给所述请求端,以供所述请求端通过所述URL访问所述数据图表。
  11. 一种数据库服务器,其特征在于,包括:接收器、数据处理语句解析部件、数据处理命令调度部件、数据处理命令执行部件、数据存储部件及图表引擎;
    所述接收器,用于接收数据查询请求,所述数据查询请求包括查询条件和数据图表类型;
    所述数据处理语句解析部件,用于解析所述数据查询请求获得数据处理命令和图表生成命令,其中,所述数据处理命令包括所述查询条件,所述图表生成命令包括所述数据图表类型;
    所述数据处理命令调度部件,用于调度所述数据处理命令执行部件根据所述数据处理命令从所述数据存储部件获取数据;
    所述图表引擎,用于根据所述图表生成命令及所述数据,生成数据图表。
  12. 根据权利要求11所述的数据库服务器,其特征在于,所述图表引擎具体用于:
    判断所述数据库服务器是否已加载与所述数据图表类型对应的模板;
    若确定已加载与所述数据图表类型对应的模板,则将所述数据应用到所述模板中,生成所述数据图表;否则,加载所述模板,并将所述数据应用到所述模板中,生成所述数据图表。
  13. 根据权利要求12所述的数据库服务器,其特征在于,所述图表引擎判断所述数据库服务器是否已加载与所述数据图表类型对应的模板,具体为:
    在所述数据库服务器存储的数据图表模板中,查找是否存在与所述数据图表类型对应的模板,若存在,则判断为已加载所述数据图表类型对应的模板;若不存在,则判断为未加载所述数据图表类型对应的模板。
  14. 根据权利要求11-13任一项所述的数据库服务器,其特征在于,所述数据处理命令调度部件还用于:
    在将所述数据处理命令执行部件反馈的所述数据和所述图表生成命令发送给所述图表引擎之前,初始化所述图表引擎。
  15. 根据权利要求11-14任一项所述的数据库服务器,其特征在于,若所述数据图表类型为自定义模板,所述数据查询请求还包括:用于指示获取所述自定义模板的位置信息。
  16. 根据权利要求11-15任一项所述的数据库服务器,其特征在于,所述图表引擎还用于:
    生成指向所述数据图表的统一资源定位标识URL;
    将所述URL响应给所述请求端,以供所述请求端通过所述URL访问所述数据图表。
PCT/CN2015/078443 2014-11-28 2015-05-07 数据图形化方法、装置及数据库服务器 WO2016082468A1 (zh)

Priority Applications (3)

Application Number Priority Date Filing Date Title
EP15862360.3A EP3214559A4 (en) 2014-11-28 2015-05-07 Data graphing method, device and database server
BR112017011191A BR112017011191A2 (pt) 2014-11-28 2015-05-07 método e aparelho de visualização de dados, e servidor de banco de dados
US15/608,072 US20170262531A1 (en) 2014-11-28 2017-05-30 Data Visualization Method and Apparatus, and Database Server

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410711878.6A CN104484353A (zh) 2014-11-28 2014-11-28 数据图形化方法、装置及数据库服务器
CN201410711878.6 2014-11-28

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US15/608,072 Continuation US20170262531A1 (en) 2014-11-28 2017-05-30 Data Visualization Method and Apparatus, and Database Server

Publications (1)

Publication Number Publication Date
WO2016082468A1 true WO2016082468A1 (zh) 2016-06-02

Family

ID=52758894

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/078443 WO2016082468A1 (zh) 2014-11-28 2015-05-07 数据图形化方法、装置及数据库服务器

Country Status (5)

Country Link
US (1) US20170262531A1 (zh)
EP (1) EP3214559A4 (zh)
CN (1) CN104484353A (zh)
BR (1) BR112017011191A2 (zh)
WO (1) WO2016082468A1 (zh)

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104484353A (zh) * 2014-11-28 2015-04-01 华为技术有限公司 数据图形化方法、装置及数据库服务器
CN106648567B (zh) * 2015-10-30 2020-06-05 北京国双科技有限公司 数据获取方法及装置
CN105608065A (zh) * 2015-12-16 2016-05-25 北京奇虎科技有限公司 一种图表生成方法和装置
CN106325856B (zh) * 2016-08-10 2019-08-20 杭州玳数科技有限公司 一种实现Elasticsearch Dsl规则可视化编辑和数据展现的方法与系统
CN106649431A (zh) * 2016-08-31 2017-05-10 天津南大通用数据技术股份有限公司 一种数据可视化中显示图表的方法
CN106570118B (zh) * 2016-11-02 2020-08-07 国网山东省电力公司物资公司 基于电力物资调配移动平台的报表数据处理系统及方法
CN106780845A (zh) * 2016-11-17 2017-05-31 交控科技股份有限公司 图形显示方法及装置
CN106980642A (zh) * 2017-02-13 2017-07-25 上海瀚之友信息技术服务有限公司 一种业务数据实时展示系统及方法
CN107315674B (zh) * 2017-07-07 2020-11-20 苏州浪潮智能科技有限公司 一种存储系统信息显示方法及系统
CN109254976A (zh) * 2017-07-11 2019-01-22 中国移动通信集团北京有限公司 一种图形的绘制方法、装置、电子设备及存储介质
CN107506427B (zh) * 2017-08-18 2020-03-31 华为技术有限公司 数据分析的方法和数据分析的装置
CN107577802A (zh) * 2017-09-25 2018-01-12 山东浪潮商用系统有限公司 一种数据库管理方法及装置
US20190251020A1 (en) * 2018-02-09 2019-08-15 Kabushiki Kaisha Toshiba System and method for automated software quality assurance testing and visual reporting
CN108491367B (zh) * 2018-02-11 2020-06-12 苏州朗动网络科技有限公司 报告文档生成的方法、装置、计算机设备和存储介质
CN110222194B (zh) * 2019-05-21 2022-10-04 深圳壹账通智能科技有限公司 基于自然语言处理的数据图表生成方法和相关装置
CN111259643B (zh) * 2019-12-10 2023-11-28 深圳市远行科技股份有限公司 一种生成图形报表的方法及设备
CN112765260A (zh) * 2021-01-29 2021-05-07 浪潮云信息技术股份公司 一种基于数据库数据生成统计图的方法

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7430562B1 (en) * 2001-06-19 2008-09-30 Microstrategy, Incorporated System and method for efficient date retrieval and processing
CN101866350A (zh) * 2010-05-11 2010-10-20 中兴通讯股份有限公司 报表生成方法、装置及web服务器
CN102567539A (zh) * 2011-12-31 2012-07-11 北京新媒传信科技有限公司 一种web智能报表的实现方法和系统
CN103577529A (zh) * 2012-08-08 2014-02-12 国际商业机器公司 基于上下文的图形数据库和计算机系统
CN104484353A (zh) * 2014-11-28 2015-04-01 华为技术有限公司 数据图形化方法、装置及数据库服务器

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1601524A (zh) * 2003-09-25 2005-03-30 鸿富锦精密工业(深圳)有限公司 模糊查询系统及方法
US20080082908A1 (en) * 2006-09-29 2008-04-03 Business Objects, S.A. Apparatus and method for data charting with adaptive learning
WO2011136766A1 (en) * 2010-04-28 2011-11-03 Hewlett-Packard Development Company, L.P. System and method for automatically providing a graphical layout based on an example graphic layout
CN102012945B (zh) * 2010-12-16 2013-01-02 重庆国际复合材料有限公司 一种面向用户的数据库管理系统
US9058409B2 (en) * 2011-10-25 2015-06-16 International Business Machines Corporation Contextual data visualization
US9390174B2 (en) * 2012-08-08 2016-07-12 Google Inc. Search result ranking and presentation

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7430562B1 (en) * 2001-06-19 2008-09-30 Microstrategy, Incorporated System and method for efficient date retrieval and processing
CN101866350A (zh) * 2010-05-11 2010-10-20 中兴通讯股份有限公司 报表生成方法、装置及web服务器
CN102567539A (zh) * 2011-12-31 2012-07-11 北京新媒传信科技有限公司 一种web智能报表的实现方法和系统
CN103577529A (zh) * 2012-08-08 2014-02-12 国际商业机器公司 基于上下文的图形数据库和计算机系统
CN104484353A (zh) * 2014-11-28 2015-04-01 华为技术有限公司 数据图形化方法、装置及数据库服务器

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP3214559A4 *

Also Published As

Publication number Publication date
EP3214559A1 (en) 2017-09-06
BR112017011191A2 (pt) 2018-01-09
CN104484353A (zh) 2015-04-01
EP3214559A4 (en) 2017-09-06
US20170262531A1 (en) 2017-09-14

Similar Documents

Publication Publication Date Title
WO2016082468A1 (zh) 数据图形化方法、装置及数据库服务器
CN109582660B (zh) 数据血缘分析方法、装置、设备、系统及可读存储介质
CN107133267B (zh) 查询elasticsearch集群的方法、装置、电子设备和可读存储介质
US8195706B2 (en) Configuration management visualization
CA2684822C (en) Data transformation based on a technical design document
US9098558B2 (en) Enhanced flexibility for users to transform XML data to a desired format
US20170351989A1 (en) Providing supply chain information extracted from an order management system
US9165049B2 (en) Translating business scenario definitions into corresponding database artifacts
CN106649630A (zh) 数据查询方法及装置
US8417690B2 (en) Automatically avoiding unconstrained cartesian product joins
US20130166563A1 (en) Integration of Text Analysis and Search Functionality
WO2017156916A1 (zh) 数据访问方法和装置
KR20170118116A (ko) 네트워크 상에서 데이터 소스의 질의
CN103389895A (zh) 一种前端页面的生成方法及系统
US20140250040A1 (en) Correlating data from multiple business processes to a business process scenario
CN107861981A (zh) 一种数据处理方法及装置
US9674261B2 (en) ODBC access to external services
JP2004246897A (ja) 宣言順レポートパラメータ化
US9305032B2 (en) Framework for generating programs to process beacons
US9558307B1 (en) System and method for providing a scalable server-implemented regression query environment for remote testing and analysis of a chip-design model
KR20150017052A (ko) 워크플로우의 실행 방법 및 시스템
CN110955674A (zh) 基于java服务的异步导出方法及组件
CN113962597A (zh) 一种数据分析方法、装置、电子设备及存储介质
CN103324567B (zh) 一种应用引擎的调试方法和调试系统
CN113806429A (zh) 基于大数据流处理框架的画布式日志分析方法

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15862360

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

REEP Request for entry into the european phase

Ref document number: 2015862360

Country of ref document: EP

REG Reference to national code

Ref country code: BR

Ref legal event code: B01A

Ref document number: 112017011191

Country of ref document: BR

ENP Entry into the national phase

Ref document number: 112017011191

Country of ref document: BR

Kind code of ref document: A2

Effective date: 20170526