GithubHelp home page GithubHelp logo

isabella232 / graphframes Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fullcontact/graphframes

0.0 0.0 0.0 781 KB

Home Page: http://graphframes.github.io/

License: Apache License 2.0

Makefile 2.55% Shell 4.67% Scala 70.77% Python 22.00%

graphframes's Introduction

graphframes

Build Status codecov.io

GraphFrames: DataFrame-based Graphs

This is a package for DataFrame-based graphs on top of Apache Spark. Users can write highly expressive queries by leveraging the DataFrame API, combined with a new API for motif finding. The user also benefits from DataFrame performance optimizations within the Spark SQL engine.

Building and running unit tests

To compile this project, run build/sbt assembly from the project home directory. This will also run the Scala unit tests.

To run the Python unit tests, run the run-tests.sh script from the python/ directory. You will need to set SPARK_HOME to your local Spark installation directory.

Spark version compatibility

This project is compatible with Spark 1.6+. However, significant speed improvements have been made to DataFrames in more recent versions of Spark, so you may see speedups from using the latest Spark version.

Contributing

GraphFrames is collaborative effort among UC Berkeley, MIT, and Databricks. We welcome open source contributions as well!

Releases:

  • 0.1.0 initial release
  • 0.2.0 release
    • Spark 2.0 support (work of @felixcheung)
  • 0.3.0 release
    • DataFrame-based connected components implementation
    • added support for Python 3
    • removed support for Spark 1.4 and 1.5
  • 0.4.0 release
    • Spark 2.1 support
    • Fix for checkpointing issue in DataFrame-based connected components implementation (issue 160)
  • 0.5.0 release
    • Major bug fix: Indexing non-Integer vertex IDs, which is used by algorithms which call GraphX under the hood, including PageRank, ConnectedComponents, and others.
    • aggregateMessages for Python API

graphframes's People

Contributors

thunterdb avatar jkbradley avatar mengxr avatar felixcheung avatar phi-dbq avatar rxin avatar tsivula avatar aray avatar nchammas avatar bryant1410 avatar shagunsodhani avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.