This project is a simple lab to test Giraph graph computation. It is based on the Giraph Quick Start tutorial.
You must have docker running on your machine. If you don't have it, you can install it from here.
- Clone the repository
- Update the code as you wish
- Update the input graph with
graph.txt
- Update the
FILE
environment variable indocker-compse.yml
to point to the file you want to run
environment:
FILE: "example.DummyComputation"
- Run the container to build and execute the code
docker compose up --build