January 2020
Intermediate to advanced
640 pages
16h 56m
English
The title of this chapter alludes to the type of architecture that we will be using for our distributed graph-processing framework; unsurprisingly, it will be based on the master/worker pattern.
To better understand the role of the master and the worker nodes in our design, we will first need to do a quick refresher on how the bspgraph package from Chapter 8, Graph-Based Data Processing, works. If you haven't already read Chapter 8, Graph-Based Data Processing, I would recommend doing so before continuing.