This document compares the graph processing frameworks Dato and Spark GraphX. It details experiments run on four datasets from the Stanford Network Collection to test the frameworks' performance on triangle counting, PageRank, and connected components algorithms. The results show that Dato has faster execution times than GraphX for processing large graphs, though GraphX is free while Dato charges fees. Further experiments could compare the frameworks' abilities to combine graph and non-graph computations.