ETRI-Knowledge Sharing Plaform

KOREAN
논문 검색
Type SCI
Year ~ Keyword

Detail

Conference Paper ChronoGraph: Enabling temporal graph traversals for efficient information diffusion analysis over time
Cited 3 time in scopus Share share facebook twitter linkedin kakaostory
Authors
Jaewook Byun, Sungpil Woo, Daeyoung Kim
Issue Date
2020-04
Citation
International Conference on Data Engineering (ICDE) 2020, pp.2026-2027
Language
English
Type
Conference Paper
DOI
https://dx.doi.org/10.1109/ICDE48307.2020.00232
Abstract
ChronoGraph is a novel system enabling temporal graph traversals. Compared to snapshot-oriented systems, this traversal-oriented system is suitable for analyzing information diffusion over time without violating a time constraint on temporal paths. The cornerstone of ChronoGraph aims at bridging the chasm between point-based semantics and period-based semantics and the gap between temporal graph traversals and static graph traversals. Therefore, our graph model and traversal language provide the temporal syntax for both semantics, and we present a method converting point-based semantics to period-based ones. Also, ChronoGraph exploits the temporal support and parallelism to handle the temporal degree, which explosively increases compared to static graphs. We demonstrate how three traversal recipes can be implemented on top of our system: temporal breadth-first search (tBFS), temporal depth-first search (tDFS), and temporal single source shortest path (tSSSP). According to our evaluation, our temporal support and parallelism enhance temporal graph traversals in terms of convenience and efficiency. Also, ChronoGraph outperforms existing property graph databases in terms of temporal graph traversals. We prototype ChronoGraph by extending Tinkerpop, a de facto standard for property graphs. Therefore, we expect that our system would be readily accessible to existing property graph users.
KSP Keywords
Breadth-First Search, De facto standard, Depth-First search, Graph model, Graph traversals, Information Diffusion Analysis, Over time, Property Graph Databases, Single source shortest path, Temporal paths, temporal graph