Software:Apache Giraph
From HandWiki
Short description: Open-source graph processing software
Developer(s) | Apache Software Foundation |
---|---|
Stable release | 1.3.0
/ 11 June 2020 |
Written in | Java |
Operating system | Cross-platform |
Type | Graph processing |
License | Apache License 2.0 |
Website | giraph |
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]
As of September 2023, it is no longer actively developed.[4]
References
- ↑ Ching, Avery (August 14, 2013). "Scaling Apache Giraph to a trillion edges". Facebook. http://www.facebook.com/notes/facebook-engineering/scaling-apache-giraph-to-a-trillion-edges/10151617006153920.
- ↑ Jackson, Joab (Aug 14, 2013). "Facebook's Graph Search puts Apache Giraph on the map". PC World. http://www.pcworld.com/article/2046680/facebooks-graph-search-puts-apache-giraph-on-the-map.html.
- ↑ Harris, Derrick (Aug 14, 2013). "Facebook's trillion-edge, Hadoop-based and open source graph-processing engine". Gigaom. http://gigaom.com/2013/08/14/facebooks-trillion-edge-hadoop-based-graph-processing-engine/.
- ↑ "Apache Giraph - Apache Attic". https://attic.apache.org/projects/giraph.html.
External links
Original source: https://en.wikipedia.org/wiki/Apache Giraph.
Read more |