GithubHelp home page GithubHelp logo

rahulsurti97 / distributed_graph_processing_engine Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 31 KB

Implementation of Google's Pregel Paper, including Single Source Shortest and PageRank

Shell 0.13% Java 99.87%
distributed-systems graph-processing pregel

distributed_graph_processing_engine's Introduction

ECE428 - MP4

This is our implementation of a distributed graph processing engine.

How to Start

  • Clone the repo using git clone
  • cd into the scripts folder
  • You can run the server by typing ./update.sh

Description

This program will create a network of nodes and handle failure detectors. The failure detection will be spread across all nodes in the network quickly and everyone should be updated quickly on the status of the entire network using the gossiping algorithm and membership lists.

This system also implements a distributed file system which can handle up to 2 failures. Replication is done to ensure files are reachable even if nodes fail and we have a group of masters to ensure that coordination can still be done even if master nodes fail.

The system has a distributed graph processing engine which can take in general graphs and process some computation on them. For example, you can run:

  • sssp <filename> <source_vertex>
  • pagerank <filename>

The first example runs single-source shortest path on a graph, and the second command runs the pagerank algorithm.

Authors

  • Rahul Surti
  • Shashank Saxena

distributed_graph_processing_engine's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.