Abstract
Recently, distributed processing of large dynamic graphs has become very popular, especially in certain domains such as social network analysis, Web graph analysis and spatial network analysis. In this context, many distributed/parallel graph processing systems have been proposed, such as Pregel, GraphLab, and Trinity. These systems can be divided into two categories: (1) vertex-centric and (2) block-centric approaches. In vertex-centric approaches, each vertex corresponds to a process, and message are exchanged among vertices. In block-centric approaches, the unit of computation is a block, a connected subgraph of the graph, and message exchanges occur among blocks. In this paper, we are considering the issues of scale and dynamism in the case of block-centric approaches. We present BLADYG, a block-centric framework that addresses the issue of dynamism in large-scale graphs. We present an implementation of BLADYG on top of AKKA framework. We experimentally evaluate the performance of the proposed framework.
Original language | English |
---|---|
Title of host publication | HPGP 2016 - Proceedings of the ACM Workshop on High Performance Graph Processing, Co-located with HPDC 2016 |
Publisher | ACM |
Pages | 39-42 |
Number of pages | 4 |
ISBN (Electronic) | 9781450343503 |
DOIs | |
Publication status | Published - 31 May 2016 |
MoE publication type | A4 Conference publication |
Event | ACM Workshop on High Performance Graph Processing - Kyoto, Japan Duration: 31 May 2016 → 4 Jun 2016 |
Workshop
Workshop | ACM Workshop on High Performance Graph Processing |
---|---|
Abbreviated title | HPGP |
Country/Territory | Japan |
City | Kyoto |
Period | 31/05/2016 → 04/06/2016 |
Keywords
- AKKA framework
- Distributed graph processing
- Dynamic graphs