DIKUL - logo
E-resources
Full text
Peer reviewed
  • Graph Twiddling in a MapRed...
    Cohen, Jonathan

    Computing in science & engineering, 07/2009, Volume: 11, Issue: 4
    Journal Article

    As the size of graphs for analysis continues to grow, methods of graph processing that scale well have become increasingly important. One way to handle large datasets is to disperse them across an array of networked computers, each of which implements simple sorting and accumulating, or MapReduce, operations. This cloud computing approach offers many attractive features. If decomposing useful graph operations in terms of MapReduce cycles is possible, it provides incentive for seriously considering cloud computing. Moreover, it offers a way to handle a large graph on a single machine that can't hold the entire graph as well as enables streaming graph processing. This article examines this possibility.