July 2017
Intermediate to advanced
796 pages
18h 55m
English
As shown in the preceding section, we can model many real-life use cases as Graphs with a set of vertices and a set of edges linking the vertices. We also wrote simple code trying to implement some basic graph operations and queries such as, Is X a friend of Y ? However, as we explored further, the algorithms only get more complicated along with use cases and also the size of graphs is much much larger than can be handled on one machine.
What we need to do is to look beyond the one machine and few machines thrown together and rather start considering highly scalable architectures to implement the complex ...
Read now
Unlock full access