High performance data processing systems in cloud

Whenever the term “Big Data” was mentioned, it was often closely associated with technologies like Apache Hadoop and the “NoSQL” class of databases such as MongoDB and Neo4j. It was possible to stream real-time data analytics using these technologies with ease and these analytics usually accomplishe...

Full description

Saved in:
Bibliographic Details
Main Author: Tan, Xuan Min
Other Authors: He Bingsheng
Format: Final Year Project
Language:English
Published: 2015
Subjects:
Online Access:http://hdl.handle.net/10356/62851
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Nanyang Technological University
Language: English
Description
Summary:Whenever the term “Big Data” was mentioned, it was often closely associated with technologies like Apache Hadoop and the “NoSQL” class of databases such as MongoDB and Neo4j. It was possible to stream real-time data analytics using these technologies with ease and these analytics usually accomplished in 20 minutes or less. Over the past recent years, there were many such open source technologies emerged in the market but how many of them were really efficient and suitable for processing iterative data like graph. Some of the graph processing systems such as GraphLab and Apache Giraph were inspired by Bulk Synchronous Parallel (BSP) model while others like Hadoop follows the Google’s MapReduce framework. In this project, both BSP model and MapReduce framework were intensively studied using two prominent open source projects, Hadoop and Giraph. A series of large graph processing were executed on both systems and their results were analyzed. The experiments show that Giraph is more surpassing in processing iterative data.