Giter VIP home page Giter VIP logo

giraph-vs-gelly's Introduction

bigdata-giraph-vs-gelly

This is a semester project for the course Analysis and Design of Information Systems at the National Technical University of Athens (NTUA).

The primary goal of this project was to compare the performance of Apache Giraph and Apache Flink(Gelly), which are two open-source distributed graph processing frameworks. The methodology was inspired by the approach described in the LDBC Graphalytics benchmark.

  • The report that extensively describes the project and its results: report.pdf
  • The slides that were used for the project presentation: slides.pdf

Preface

  • For Giraph, I developed my own implementations for all the algorithms, the combiners and the input parsing
  • For Gelly, I used the built-in algorithms
  • For the cluster, VMs from okeanos-knossos were used
  • For the distributed file system, HDFS was used

Methodology

In order to decide which algorithms should be chosen for this project, previous related work as well as several surveys were taken into account. After careful examination of the bibliography, I reached the conclusion that the LDBC Graphalytics benchmark was the most suitable, so I used it as a prototype for the structure of this project.

Algorithms

The following algorithms were selected as the basis of the comparsion between the two systems, so that they cover a broad and representative range of possible kinds of graph processing:

  • In-Degree
  • Out-Degree
  • Single-Source Shortest Path (SSSP)
  • PageRank
  • Weakly Connected Components (WCC)
  • Community Detection with Label Propagation (CDLP)
  • Local Clustering Coefficient (LCC)

Setup

Instructions to setup the system from scratch can be found in the report.

Learning Outcomes

  • learned how to implement graph algorithms using the vertex-centring approach
  • gained experience in deploying graph algorithms in a distributed environment
  • got familiar with the distributed graph processing ecosystem

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.