This document discusses graph analytics using Greenplum and Apache MADlib. It begins with an agenda that covers why graph analytics are useful, what graph analytics are, and how to perform graph analytics with MADlib. The document then discusses key graph theory concepts like vertices, edges, and different graph algorithms and measures. These include algorithms and measures for graph structure, centrality, paths, and grouping vertices. It provides examples to illustrate graph algorithms like shortest path, PageRank, and closeness centrality. Finally, it notes that a big challenge with graph algorithms is their high computational complexity.