Skip to Content
Hands-On Software Engineering with Golang
book

Hands-On Software Engineering with Golang

by Achilleas Anagnostopoulos
January 2020
Intermediate to advanced
640 pages
16h 56m
English
Packt Publishing
Content preview from Hands-On Software Engineering with Golang

Describing the system architecture, requirements, and limitations

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.

The bspgraph package executes graph algorithms using the Bulk Synchronous Model (BSP). To this end, the chosen algorithm is essentially executed in sequential steps (super-steps). ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On Software Architecture with Golang

Hands-On Software Architecture with Golang

Jyotiswarup Raiturkar

Publisher Resources

ISBN: 9781838554491Supplemental Content