From 1a20ba9b70f3a920c46c637c6dacda2efedf3cd0 Mon Sep 17 00:00:00 2001 From: Joey <joseph.e.gonzalez@gmail.com> Date: Tue, 29 Oct 2013 21:06:29 -0700 Subject: [PATCH] Updating images so they render correctly. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a54d4ed587..a68c690b1b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,10 @@ execute graph algorithms. Unfortunately, these systems do not address the challenges of graph construction and transformation and provide limited fault-tolerance and support for interactive analysis. - +<p align="center"> + <img src="https://raw.github.com/jegonzal/graphx/Documentation/docs/img/data_parallel_vs_graph_parallel.png" /> +</p> + ## Solution @@ -43,6 +46,9 @@ the PowerGraph and Pregel abstractions in less than 20 lines of code. Finally, by exploiting the Scala foundation of Spark, we enable users to interactively load, transform, and compute on massive graphs. +<p align="center"> + <img src="https://raw.github.com/jegonzal/graphx/Documentation/docs/img/tables_and_graphs.png" /> +</p> ## Online Documentation -- GitLab