References
For more information, refer to the following links. They will further add to your knowledge:
- http://neo4j.com/blog/icij-neo4j-unravel-panama-papers/
- The GraphX paper at https://www.usenix.org/system/files/conference/osdi14/osdi14-paper-gonzalez.pdf
- The Pragel paper at http://kowshik.github.io/JPregel/pregel_paper.pdf
- Scala/Python support at https://issues.apache.org/jira/browse/SPARK-3789
- The Java API for GraphX at https://issues.apache.org/jira/browse/SPARK-3665
- LDA at https://issues.apache.org/jira/browse/SPARK-1405
- Some good exercises at https://www.sics.se/~amir/files/download/dic/answers6.pdf
- http://ampcamp.berkeley.edu/big-data-mini-course/graph-analytics-with-graphx.html
- https://www.quora.com/What-are-the-main-concepts-behind-Googles-Pregel
- http://www.istc-cc.cmu.edu/publications/papers/2013/grades-graphx_with_fonts.pdf
- https://www.sics.se/~amir/files/download/papers/jabeja-vc.pdf
- Paco Nathan, Scala Days 2015, https://www.youtube.com/watch?v=P_V71n-gtDs
- Apache Spark Graph Processing...