/VisualPregel

Primary LanguageJavaScript

VisualPregel

[University Project] A project to allows to simulate in a visual and interactive way the application of a Pregel algorithm on a graph

Features

  • Generate graph from a CSV file
  • Change nodes values from a CSV file
  • Generate random graph
  • Generate random graph
  • Apply Pregel algorithm
  • Play/Pause
  • Choose a step
  • Previous step / Next step
  • Fastbackward / Fastforward
  • Change speed (x0.25 to x16)

Installation

This application need a NodeJS installation.

npm install
npm install -g webpack
webpack

Running

Open index.html

Test

npm run test

Licence

This project is MIT Licensed.