GraphGen: Exploring Interesting Graphs in Relational Data
GraphGen: Exploring Interesting Graphs in Relational Data
复制标题
GraphGen:探索关系数据中有趣的图表
DOI:
--
复制
发表时间:
2015
影响因子:
2.5
通讯作者:
A. Deshpande
中科院分区:
文献类型:
--
作者:
Konstantinos Xirogiannopoulos;Udayan Khurana;A. Deshpande
Analyzing interconnection structures among the data through the use of graph algorithms and graph analytics has been shown to provide tremendous value in many application domains. However, graphs are not the primary choice for how most data is currently stored, and users who want to employ graph analytics are forced to extract data from their data stores, construct the requisite graphs, and then use a specialized engine to write and execute their graph analysis tasks. This cumbersome and costly process not only raises barriers in using graph analytics, but also makes it hard to explore and identify hidden or implicit graphs in the data. Here we demonstrate a system, called GraphGen, that enables users to declaratively specify graph extraction tasks over relational databases, visually explore the extracted graphs, and write and execute graph algorithms over them, either directly or using existing graph libraries like the widely used NetworkX Python library. We also demonstrate how unifying the extraction tasks and the graph algorithms enables significant optimizations that would not be possible otherwise.