Description
This GraphFrames mailing list is for both users and developers of large scale graph processing on Apache Spark.
GraphFrames are to DataFrames as GraphX is to RDDs. GraphFrames is a package for Apache Spark which provides DataFrame-based Graphs. It provides high-level APIs in Scala, Java, and Python. It aims to provide both the functionality of GraphX and extended functionality taking advantage of Spark DataFrames. This extended functionality includes motif finding, DataFrame-based serialization, and highly expressive graph queries.