WO2016082468A1 - 数据图形化方法、装置及数据库服务器 - Google Patents
数据图形化方法、装置及数据库服务器 Download PDFInfo
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 31
- 238000012545 processing Methods 0.000 claims description 79
- 238000013500 data storage Methods 0.000 claims description 9
- 238000000059 patterning Methods 0.000 claims description 8
- 238000011161 development Methods 0.000 abstract description 11
- 238000010586 diagram Methods 0.000 description 8
- 230000006870 function Effects 0.000 description 6
- 238000007781 pre-processing Methods 0.000 description 2
- 230000000007 visual effect Effects 0.000 description 2
- 239000002699 waste material Substances 0.000 description 2
- 238000004458 analytical method Methods 0.000 description 1
- 238000004364 calculation method Methods 0.000 description 1
- 238000007405 data analysis Methods 0.000 description 1
- 230000000694 effects Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 238000013507 mapping Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 238000012544 monitoring process Methods 0.000 description 1
- 230000003287 optical effect Effects 0.000 description 1
- 230000011664 signaling Effects 0.000 description 1
- 238000000547 structure data Methods 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/30—Information retrieval; Database structures therefor; File system structures therefor of unstructured textual data
- G06F16/33—Querying
- G06F16/338—Presentation of query results
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2452—Query translation
- G06F16/24522—Translation of natural language queries to structured queries
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/40—Information retrieval; Database structures therefor; File system structures therefor of multimedia data, e.g. slideshows comprising image and additional audio data
- G06F16/43—Querying
- G06F16/432—Query formulation
- G06F16/434—Query formulation using image data, e.g. images, photos, pictures taken by a user
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/95—Retrieval from the web
- G06F16/951—Indexing; 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
Description
Claims (16)
- 一种数据图形化方法,其特征在于,包括:数据库服务器接收请求端发送的数据查询请求,所述数据查询请求包括查询条件和数据图表类型;所述数据库服务器根据所述查询条件,获取数据,所述数据图表类型用于呈现所述数据;所述数据库服务器根据所述数据和所述数据图表类型,生成数据图表。
- 根据权利要求1所述的方法,其特征在于,所述数据库服务器根据所述数据和所述数据图表类型,生成数据图表,包括:判断所述数据库服务器是否已加载与所述数据图表类型对应的模板;若确定已加载与所述数据图表类型对应的模板,则将所述数据应用到所述模板中,生成所述数据图表;否则,加载所述模板,并将所述数据应用到所述模板中,生成所述数据图表。
- 根据权利要求2所述的方法,其特征在于,所述判断所述数据库服务器是否已加载与所述数据图表类型对应的模板,包括:在所述数据库服务器存储的数据图表模板中,查找是否存在与所述数据图表类型对应的模板,若存在,则判断为已加载所述数据图表类型对应的模板;若不存在,则判断为未加载所述数据图表类型对应的模板。
- 根据权利要求1-3任一项所述的方法,其特征在于,若所述数据图表类型为自定义模板,所述数据查询请求还包括:用于指示获取所述自定义模板的位置信息。
- 根据权利要求1-4任一项所述的方法,其特征在于,所述数据库服务器根据所述数据和所述数据图表类型,生成数据图表,具体包括:根据所述数据和所述数据图表类型,生成数据图表,并生成指向所述数据图表的统一资源定位标识URL;在所述数据库服务器生成所述URL之后,所述方法还包括:所述数据库服务器将所述URL响应给所述请求端,以供所述请求端 通过所述URL访问所述数据图表。
- 一种数据图形化装置,其特征在于,包括:接收模块,用于接收请求端发送的数据查询请求,所述数据查询请求包括查询条件和数据图表类型;获取模块,用于根据所述接收模块得到的所述查询条件,获取数据,所述数据图表类型用于呈现所述数据;处理模块,用于根据所述获取模块获得的所述数据和所述接收模块得到的所述数据图表类型,生成数据图表。
- 根据权利要求6所述的装置,其特征在于,所述处理模块包括:判断单元,用于判断所述数据图形化装置是否已加载与所述数据图表类型对应的模板;若所述判断单元确定已加载与所述数据图表类型对应的模板,则触发处理单元将所述数据应用到所述模板中,生成所述数据图表;否则,触发所述处理单元加载所述模板,并将所述数据应用到所述模板中,生成所述数据图表。
- 根据权利要求7所述的装置,其特征在于,所述判断单元具体用于:在所述数据图形化装置存储的数据图表模板中,查找是否存在与所述数据图表类型对应的模板,若存在,则判断为已加载所述数据图表类型对应的模板;若不存在,则判断为未加载所述数据图表类型对应的模板。
- 根据权利要求6-8任一项所述的装置,其特征在于,若所述数据图表类型为自定义模板,所述数据查询请求还包括:用于指示获取所述自定义模板的位置信息。
- 根据权利要求6-9任一项所述的装置,其特征在于,所述装置还包括应答模块;所述处理模块,还用于生成指向所述数据图表的统一资源定位标识URL;所述应答模块,用于将所述URL响应给所述请求端,以供所述请求端通过所述URL访问所述数据图表。
- 一种数据库服务器,其特征在于,包括:接收器、数据处理语句解析部件、数据处理命令调度部件、数据处理命令执行部件、数据存储部件及图表引擎;所述接收器,用于接收数据查询请求,所述数据查询请求包括查询条件和数据图表类型;所述数据处理语句解析部件,用于解析所述数据查询请求获得数据处理命令和图表生成命令,其中,所述数据处理命令包括所述查询条件,所述图表生成命令包括所述数据图表类型;所述数据处理命令调度部件,用于调度所述数据处理命令执行部件根据所述数据处理命令从所述数据存储部件获取数据;所述图表引擎,用于根据所述图表生成命令及所述数据,生成数据图表。
- 根据权利要求11所述的数据库服务器,其特征在于,所述图表引擎具体用于:判断所述数据库服务器是否已加载与所述数据图表类型对应的模板;若确定已加载与所述数据图表类型对应的模板,则将所述数据应用到所述模板中,生成所述数据图表;否则,加载所述模板,并将所述数据应用到所述模板中,生成所述数据图表。
- 根据权利要求12所述的数据库服务器,其特征在于,所述图表引擎判断所述数据库服务器是否已加载与所述数据图表类型对应的模板,具体为:在所述数据库服务器存储的数据图表模板中,查找是否存在与所述数据图表类型对应的模板,若存在,则判断为已加载所述数据图表类型对应的模板;若不存在,则判断为未加载所述数据图表类型对应的模板。
- 根据权利要求11-13任一项所述的数据库服务器,其特征在于,所述数据处理命令调度部件还用于:在将所述数据处理命令执行部件反馈的所述数据和所述图表生成命令发送给所述图表引擎之前,初始化所述图表引擎。
- 根据权利要求11-14任一项所述的数据库服务器,其特征在于,若所述数据图表类型为自定义模板,所述数据查询请求还包括:用于指示获取所述自定义模板的位置信息。
- 根据权利要求11-15任一项所述的数据库服务器,其特征在于,所述图表引擎还用于:生成指向所述数据图表的统一资源定位标识URL;将所述URL响应给所述请求端,以供所述请求端通过所述URL访问所述数据图表。
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)
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)
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)
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 |
-
2014
- 2014-11-28 CN CN201410711878.6A patent/CN104484353A/zh active Pending
-
2015
- 2015-05-07 EP EP15862360.3A patent/EP3214559A4/en not_active Withdrawn
- 2015-05-07 WO PCT/CN2015/078443 patent/WO2016082468A1/zh active Application Filing
- 2015-05-07 BR BR112017011191A patent/BR112017011191A2/pt not_active Application Discontinuation
-
2017
- 2017-05-30 US US15/608,072 patent/US20170262531A1/en not_active Abandoned
Patent Citations (5)
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)
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 |