Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 338 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 338 Bytes

graphx-fun

graphx sandbox for graph load, construction and operations

Sofware Install:

  • Apache Spark (1.0.0)
  • Scala (2.10.4)
  • SBT (0.13.5)

Project Setup

    git clone <project url url>
    sbt package
    sbt run

Data/Resources

Graph data taken from http://snap.stanford.edu/data/

WIP