The repo contains graph algorithms based on Pregel implemented from scratch.
The easiest way to start is to use one of the cloud providers (free):
In order to setup the local environment one needs to install Docker and Git.
When the needed software installed, please execute:
- clone the repo: git clone https://github.com/neshkeev/spark-graphs-demo.git
- enter the directory: cd spark-graphs-demo
- execute: docker compose up
- open Jupyter Lab in the web browser: http://localhost:8888/lab;
- In the sidebar with files go to: work->pregel.ipynb.