GraphLab: Distributed Graph-Parallel API  2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
8: Conclusion

This completes the core of the GraphLab tutorial. We have went through an overview of

  • How to start a GraphLab project
  • How to read a graph from disk/HDFS
  • How to write a vertex program
  • Dynamic Scheduling in a vertex program
  • How to save a graph to disk/HDFS

There are many more features which we are unable to introduce through the course of this tutorial which we hope you will be able to discover by exploring the documentation.

Some really useful tools that we would like to bring to your attention are:

Interleaving these operations together with GraphLab vertex_programs allow for a huge amount of flexibility, allowing for a large number of algorithms to be implemented easily, and efficiently.