Apache Giraph

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
Apache Giraph
<templatestyles src="Template:Hidden begin/styles.css"/>
Screenshot
Developer(s) Apache Software Foundation
Stable release 1.1.0 / 19 November 2014 (2014-11-19)
Development status Active
Written in Java
Operating system Cross-platform
Type graph processing
License Apache 2.0 Licence
Website giraph.apache.org

Apache Giraph is an Apache project to perform graph processing on big data. Giraph utilizes Apache Hadoop's MapReduce implementation to process graphs. Facebook used Giraph with some performance improvements to analyze one trillion edges using 200 machines in 4 minutes.[1] Giraph is based on a paper published by Google about its own graph processing system called Pregel.[2] It can be compared to other Big Graph processing libraries such as Cassovary.[3]

References

  1. Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. Lua error in package.lua at line 80: module 'strict' not found.

External links