SlideShare a Scribd company logo
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4802
Business Intelligence using Hadoop
Shalaka Wikhe1, Rasika Yelpale2, Apurva Jagtap3, Divyani Sirsat4, Prof. Nutan Deshmukh5
1,2,3,4,5Dept. of Computer Engineering, M.K.S.S.S Cummins College of Engineering for Women, Pune, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - In the big data era, the Information
Technology industry is continuously coming up with new
models and distributed architecture to handle the
exponentially increasing amount of data. Size of data sets
being collected and analyzed in industry for Business
Intelligence is growing rapidly, making traditional
warehouse solutions expensive. Volume and complexity of
data collected in data warehouse systems is growing
rapidly. These pose as challenges to traditional data
warehouse platforms. To achieve Business intelligence it
requires proper tools to be selected. The most commonly
used Business Intelligence technologies are OLAP and
reporting tools for analyzing the data and to make tactical
decisions for the better performance of organizations.
Hadoop gives new opportunities for implementing data
warehouse platforms overcoming these challenges. Hadoop
stands out as a well-known open-source framework for big-
data analytics. It is designed to work seamlessly with a stack
of open-source tools to enable the storage and processing of
a significant amount of data using clusters of commodity
hardware. In this paper, the proposed system makes use of
Hadoop to prevent problems faced by Data warehouse
platforms and OLAP. It deals with OLAP on Hadoop using
Apache Kylin which creates OLAP cubes using data present
on hive. Analysis of cubes are done by firing SQL like queries.
Reports and dashboards are further generated using
Business Intelligence tool, Qlikview providing insights of the
organizational data. It is extremely beneficial to business
users in order to take accurate and precise decisions.
Key Words: Business Intelligence, Data Warehouse, Big
data, Hadoop, Sqoop, Kylin, Qlikview, OLAP, Dashboard.
1. INTRODUCTION
With the advent of internet and various technologies, the
amount of data being produced is increasing
tremendously day by day in all fields. Managing and
analysing this data is becoming more difficult and all
organizations ranging from startups to big established
companies have realized that they want to take full
advantage of this data to manage their businesses
efficiently. This big data is identified by its characteristics
which are – Volume, Velocity, Variety, Veracity and Value.
To handle this huge and complex data we need a platform
that can increase the efficiency of dealing with this data.
Hadoop platform consists of various components like
HDFS (Hadoop Distributed File System), Hive, Map Reduce
which contribute in handling big data.
1.1 LITERATURE SURVEY
This literature survey is an analysis of Business Intelligence
and Retail, Data warehouse, Hadoop framework, Hive and
Data Visualization. Business Intelligence is a set of methods
and processes used to gather and transform the raw data
into useful information to get insight of businesses. The
businesses across the globe have understood the
importance of various kinds of data, their unseen
relationships and the data associated between products
and consumers. The information systems used earlier in
companies were not efficient. Analysis of data from various
facet like finance, sales, marketing was missing. This
resulted in loss of productivity of the businesses. This led
to need of proper and systematic collection and
visualization of data that would help the employees of a
company to take better and faster decisions on time. Data
warehouse is a large repository of historical data which is
collected from different sources. Hadoop is a framework
that is used to process and analyze big data. It is designed
to run on commodity hardware. It has several components
–1. Hadoop Distributed File System for storing huge
amount of data and 2.MapReduce used for processing this
huge amount of data. Hive is an application that is
developed for data warehouse that provides SQL interface
as well as it acts as a relational model. In the data
presentation phase of BI, query and analysis results are
provided to the end users in a human understandable way
such as tables and charts which supports decision making
and strategic thinking.
1. 2 SYSTEM IMPLEMENTATION
This paper presents a three tier architecture design. It is
divided into loading data from the database, creating
cubes out of it and displaying it on the dashboard.
1. Loading data from the database
The first task is to load the AdventureWorks Database
from SQL Server to the Hadoop platform. This database
contains data of finance, sales, products and customers of
the bicycle store. This shifting of data is done by using
Apache Sqoop. It is an open source tool used to transfer
bulk of data from structured data stores like relational
databases such as Teradata, Netezza, Oracle, MySQL,
Postgres, and HSQLDB. After transferring the data, queries
are fired for insertion of tables in Hive. Hive is data
warehouse which is a component of Hadoop that
processes the data. It is used for summarizing the big data
making it easy for querying and analyzing. It is provides a
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4803
language similar to SQL called HiveQL or HQL for
processing the data on it.
2. Creation of cubes
OLAP cubes are created from the Data Warehouse which is
available in Hive environment. OLAP cubes is a process of
storing the data in a multi-dimensional form that is
classified into dimensions. It is used to gain insight of the
data and analyze it. Each cell of this cube contains some
number or data that represents some measure and this
data is stored in schema like star or snowflake. Apache
Kylin, is used to create these OLAP cubes. It is an online
analytical processing engine used to handle petabytes of
data. Tables are loaded into Apache Kylin from HIVE.
Models are then defined to according to specific
requirement by selecting the fact table and adding the
lookup tables as well as selecting the dimensions specific
to the corresponding fact table. A fact table is a primary
table in the model and it contains measurements/facts and
a foreign key to dimension table. A dimension table
contains dimensions of a fact and they are joined to fact
table via a foreign key. Cubes are then defined based on
the selected Model.
3. Creating Dashboard
Dashboard is created in Qlikview - a powerful Data
analysis tool which allows visual analyzing of data
relationships.
They are created by selecting the tables which we intend
to analyze. Required data is then loaded and reports in the
form of pie charts, graphs, bar charts etc. are generated as
per requirements. Adhoc reports are generated based on
the business requirements. Reports can be consolidated to
generate a Dashboard view. This helps the business
analysts and users to take appropriate business decisions
and increase the productivity of the business.
Data Used:
AdventureWorksDW is used which contains sales data of a
fictitious company Adventure Works Cycles, which is a
large multinational manufacturing company. The company
manufactures and sells metal and composite bicycles to
North American, European and Asian commercial markets.
Customer and sales-related information is a significant
part of the AdventureWorks database.
2. SYSTEM FEATURES
1. Financial Reporting: Supports the scenario of
reporting income statements and balance sheets
that include all subsidiaries. Also supports the
ability to report the financial data in a specified
local currency.
2. Actual versus Budget: Supports the scenario of
analyzing actual expenses against budgeted
expenses.
3. Product Profitability Analysis: Supports the
scenario of analyzing the product sales margin by
tracking costs, discounts, and selling prices.
4. Sales Force Performance: Supports the scenario of
tracking the variance between sales quotas and
actual sales.
5. Trend and Growth Analysis: Supports the scenario
of analyzing how the current period compares to
prior periods in terms of sales.
6. Promotion Effectiveness: Supports the scenario of
analyzing how promotions affect current sales
performance
3. ADVANTAGES
1. Data can be stored in a hierarchical way via cubes
2. Many SQL functions are supported by the OLAP
tool
3. The latency time on Hadoop is very less.
4. User can reach summarized data quickly.
5. Provides simplicity of data in measures and
dimensions.
6. Ability to analyze large amount of data directly in
Hadoop cluster.
4. USE CASE DIAGRAMS
1. Use case diagram for Finance Department
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072
© 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4804
2. Use case diagram for Sales Department
5. FUTURE WORK
1. Various OLAP frameworks as alternative to Kylin
can be tried out.
2. Unstructured data can be ingested in the Hadoop
environment.
3. The project can be deployed on multimode cluster
instead of a single node VM.
6. CONCLUSIONS
Organizations that have developed BI successfully are
thriving the downturn. It has helped them to manage
inventories, cut costs, better target promotions, increases
equipment utilizations and identify their most loyal
customers and their preferences. BI eliminates unknowns
and is playing a pivotal role in restoring confidence by
throwing light upon the broader economic landscape.
Traditionally BI was being used by large corporations, but
now has been democratized to make it suitable for mid-
sized organizations.
In a position of continuously increasing humongous data,
this system focuses on helping organizations gather, store
and access data with ease. The aim to use the Hadoop
platform for insightful analytical thinking and
visualization for the business users. The purpose of this
project is to help the business analysts in taking
appropriate decisions for their organization.
REFERENCES
[1] Chaudhary1, S. , Murala, D.P. , Srivastav, V.K. , “A
critical review of data warehouse”, Global Journal of
Business Management and Information Technology ,
Volume 1, Number 2 (2011), pp. 95-103
[2] A. Antony Prakash, Dr. A. Aloysius, “Architecture
Design for Hadoop No-SQL and Hive”, International
Journal of Scientific Research in Computer Science,
Engineering and Information Technology , Volume 3 ,
Issue 1 , ISSN : 2456-3307 , 2018]
[3] Justin Hermann and Chris Manobianco, “Business
Intelligence in Retail Industry”, Academia.edu, 06 Nov.
2014.
[4] Jack G Zheng, Data Visualization for Business
Intelligence, Book: Global Business Intelligence,
Chapter 6, December 2017,
DOI: 10.4324/9781315471136-6.
[5] https://www.cloudera.com/products/open-
source/apache-hadoop.html
[6] https://hive.apache.org/
[7] https://intellipaat.com/tutorial/data-warehouse-
tutorial/what-is-olap-and multidimensional-model/
[8] http://sqoop.apache.org/

More Related Content

What's hot

Traditional Data-warehousing / BI overview
Traditional Data-warehousing / BI overviewTraditional Data-warehousing / BI overview
Traditional Data-warehousing / BI overview
Nagaraj Yerram
 
Big Data Warehousing Meetup: Dimensional Modeling Still Matters!!!
Big Data Warehousing Meetup: Dimensional Modeling Still Matters!!!Big Data Warehousing Meetup: Dimensional Modeling Still Matters!!!
Big Data Warehousing Meetup: Dimensional Modeling Still Matters!!!
Caserta
 
Bi Architecture And Conceptual Framework
Bi Architecture And Conceptual FrameworkBi Architecture And Conceptual Framework
Bi Architecture And Conceptual FrameworkSlava Kokaev
 
BI architecture presentation and involved models (short)
BI architecture presentation and involved models (short)BI architecture presentation and involved models (short)
BI architecture presentation and involved models (short)
Thierry de Spirlet
 
Choosing the Right Business Intelligence Tools for Your Data and Architectura...
Choosing the Right Business Intelligence Tools for Your Data and Architectura...Choosing the Right Business Intelligence Tools for Your Data and Architectura...
Choosing the Right Business Intelligence Tools for Your Data and Architectura...
Victor Holman
 
Business Intelligence Presentation 1 (15th March'16)
Business Intelligence Presentation 1 (15th March'16)Business Intelligence Presentation 1 (15th March'16)
Business Intelligence Presentation 1 (15th March'16)Muhammad Fahad
 
Appfluent and Cloudera Solution Brief
Appfluent and Cloudera Solution BriefAppfluent and Cloudera Solution Brief
Appfluent and Cloudera Solution Brief
Appfluent Technology
 
White paper making an-operational_data_store_(ods)_the_center_of_your_data_...
White paper   making an-operational_data_store_(ods)_the_center_of_your_data_...White paper   making an-operational_data_store_(ods)_the_center_of_your_data_...
White paper making an-operational_data_store_(ods)_the_center_of_your_data_...
Eric Javier Espino Man
 
Pentaho Suite Analysis
Pentaho Suite Analysis Pentaho Suite Analysis
Pentaho Suite Analysis
Kymberly Grayson-Perry
 
data warehouse vs data lake
data warehouse vs data lakedata warehouse vs data lake
data warehouse vs data lake
Polestarsolutions
 
Design On A Dime Dashboard Edition Laura Edell Gibbons 3
Design On A Dime Dashboard Edition Laura Edell Gibbons 3Design On A Dime Dashboard Edition Laura Edell Gibbons 3
Design On A Dime Dashboard Edition Laura Edell Gibbons 3Laura Edell
 
001 More introduction to big data analytics
001   More introduction to big data analytics001   More introduction to big data analytics
001 More introduction to big data analytics
Dendej Sawarnkatat
 
Business objects data services in an sap landscape
Business objects data services in an sap landscapeBusiness objects data services in an sap landscape
Business objects data services in an sap landscape
Pradeep Ketoli
 
Microsoft Power BI Overview Whitepaper
Microsoft Power BI Overview WhitepaperMicrosoft Power BI Overview Whitepaper
Microsoft Power BI Overview Whitepaper
David J Rosenthal
 
BI Masterclass slides (Reference Architecture v3)
BI Masterclass slides (Reference Architecture v3)BI Masterclass slides (Reference Architecture v3)
BI Masterclass slides (Reference Architecture v3)
Syaifuddin Ismail
 
20100430 introduction to business objects data services
20100430 introduction to business objects data services20100430 introduction to business objects data services
20100430 introduction to business objects data services
Junhyun Song
 
Data warehouse concepts
Data warehouse conceptsData warehouse concepts
Data warehouse concepts
obieefans
 
Role of Database Management System in A Data Warehouse
Role of Database Management System in A Data Warehouse Role of Database Management System in A Data Warehouse
Role of Database Management System in A Data Warehouse
Lesa Cote
 

What's hot (20)

Traditional Data-warehousing / BI overview
Traditional Data-warehousing / BI overviewTraditional Data-warehousing / BI overview
Traditional Data-warehousing / BI overview
 
Big Data Warehousing Meetup: Dimensional Modeling Still Matters!!!
Big Data Warehousing Meetup: Dimensional Modeling Still Matters!!!Big Data Warehousing Meetup: Dimensional Modeling Still Matters!!!
Big Data Warehousing Meetup: Dimensional Modeling Still Matters!!!
 
Bi Architecture And Conceptual Framework
Bi Architecture And Conceptual FrameworkBi Architecture And Conceptual Framework
Bi Architecture And Conceptual Framework
 
BI architecture presentation and involved models (short)
BI architecture presentation and involved models (short)BI architecture presentation and involved models (short)
BI architecture presentation and involved models (short)
 
Choosing the Right Business Intelligence Tools for Your Data and Architectura...
Choosing the Right Business Intelligence Tools for Your Data and Architectura...Choosing the Right Business Intelligence Tools for Your Data and Architectura...
Choosing the Right Business Intelligence Tools for Your Data and Architectura...
 
Business Intelligence Presentation 1 (15th March'16)
Business Intelligence Presentation 1 (15th March'16)Business Intelligence Presentation 1 (15th March'16)
Business Intelligence Presentation 1 (15th March'16)
 
Appfluent and Cloudera Solution Brief
Appfluent and Cloudera Solution BriefAppfluent and Cloudera Solution Brief
Appfluent and Cloudera Solution Brief
 
White paper making an-operational_data_store_(ods)_the_center_of_your_data_...
White paper   making an-operational_data_store_(ods)_the_center_of_your_data_...White paper   making an-operational_data_store_(ods)_the_center_of_your_data_...
White paper making an-operational_data_store_(ods)_the_center_of_your_data_...
 
SAS Visual Analytics
SAS Visual AnalyticsSAS Visual Analytics
SAS Visual Analytics
 
Pentaho Suite Analysis
Pentaho Suite Analysis Pentaho Suite Analysis
Pentaho Suite Analysis
 
data warehouse vs data lake
data warehouse vs data lakedata warehouse vs data lake
data warehouse vs data lake
 
Design On A Dime Dashboard Edition Laura Edell Gibbons 3
Design On A Dime Dashboard Edition Laura Edell Gibbons 3Design On A Dime Dashboard Edition Laura Edell Gibbons 3
Design On A Dime Dashboard Edition Laura Edell Gibbons 3
 
001 More introduction to big data analytics
001   More introduction to big data analytics001   More introduction to big data analytics
001 More introduction to big data analytics
 
ITReady DW Day2
ITReady DW Day2ITReady DW Day2
ITReady DW Day2
 
Business objects data services in an sap landscape
Business objects data services in an sap landscapeBusiness objects data services in an sap landscape
Business objects data services in an sap landscape
 
Microsoft Power BI Overview Whitepaper
Microsoft Power BI Overview WhitepaperMicrosoft Power BI Overview Whitepaper
Microsoft Power BI Overview Whitepaper
 
BI Masterclass slides (Reference Architecture v3)
BI Masterclass slides (Reference Architecture v3)BI Masterclass slides (Reference Architecture v3)
BI Masterclass slides (Reference Architecture v3)
 
20100430 introduction to business objects data services
20100430 introduction to business objects data services20100430 introduction to business objects data services
20100430 introduction to business objects data services
 
Data warehouse concepts
Data warehouse conceptsData warehouse concepts
Data warehouse concepts
 
Role of Database Management System in A Data Warehouse
Role of Database Management System in A Data Warehouse Role of Database Management System in A Data Warehouse
Role of Database Management System in A Data Warehouse
 

Similar to IRJET- Business Intelligence using Hadoop

IRJET- Data Analytics & Visualization using Qlik
IRJET- Data Analytics & Visualization using QlikIRJET- Data Analytics & Visualization using Qlik
IRJET- Data Analytics & Visualization using Qlik
IRJET Journal
 
A Data Warehouse Design and Usage.pdf
A Data Warehouse Design and Usage.pdfA Data Warehouse Design and Usage.pdf
A Data Warehouse Design and Usage.pdf
Cassie Romero
 
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock ExchangeIRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
IRJET Journal
 
Top Big data Analytics tools: Emerging trends and Best practices
Top Big data Analytics tools: Emerging trends and Best practicesTop Big data Analytics tools: Emerging trends and Best practices
Top Big data Analytics tools: Emerging trends and Best practices
SpringPeople
 
IRJET- Transaction Purchase Order using Sap Tool
IRJET- Transaction Purchase Order using Sap ToolIRJET- Transaction Purchase Order using Sap Tool
IRJET- Transaction Purchase Order using Sap Tool
IRJET Journal
 
Big Data Tools: A Deep Dive into Essential Tools
Big Data Tools: A Deep Dive into Essential ToolsBig Data Tools: A Deep Dive into Essential Tools
Big Data Tools: A Deep Dive into Essential Tools
FredReynolds2
 
Kumar Godasi - Resume
Kumar Godasi - ResumeKumar Godasi - Resume
Kumar Godasi - ResumeKumar Godasi
 
Big Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
Big Data, Big Thinking: Simplified Architecture Webinar Fact SheetBig Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
Big Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
SAP Technology
 
Hd insight overview
Hd insight overviewHd insight overview
Hd insight overview
vhrocca
 
Social Media Market Trender with Dache Manager Using Hadoop and Visualization...
Social Media Market Trender with Dache Manager Using Hadoop and Visualization...Social Media Market Trender with Dache Manager Using Hadoop and Visualization...
Social Media Market Trender with Dache Manager Using Hadoop and Visualization...
IRJET Journal
 
ds_Pivotal_Big_Data_Suite_Product_Suite
ds_Pivotal_Big_Data_Suite_Product_Suiteds_Pivotal_Big_Data_Suite_Product_Suite
ds_Pivotal_Big_Data_Suite_Product_SuiteRobin Fong 方俊强
 
Big data an elephant business opportunities
Big data an elephant   business opportunitiesBig data an elephant   business opportunities
Big data an elephant business opportunities
Bigdata Meetup Kochi
 
Business intelligence: A tool that could help your business
Business intelligence: A tool that could help your businessBusiness intelligence: A tool that could help your business
Business intelligence: A tool that could help your business
Beyond Intelligence
 
Apache Hadoop Summit 2016: The Future of Apache Hadoop an Enterprise Architec...
Apache Hadoop Summit 2016: The Future of Apache Hadoop an Enterprise Architec...Apache Hadoop Summit 2016: The Future of Apache Hadoop an Enterprise Architec...
Apache Hadoop Summit 2016: The Future of Apache Hadoop an Enterprise Architec...
PwC
 
The Future of Apache Hadoop an Enterprise Architecture View
The Future of Apache Hadoop an Enterprise Architecture ViewThe Future of Apache Hadoop an Enterprise Architecture View
The Future of Apache Hadoop an Enterprise Architecture View
DataWorks Summit/Hadoop Summit
 
Nw2008 tips tricks_edw_v10
Nw2008 tips tricks_edw_v10Nw2008 tips tricks_edw_v10
Nw2008 tips tricks_edw_v10
Harsha Gowda B R
 
Keyrus US Information
Keyrus US InformationKeyrus US Information
Keyrus US InformationJulian Tong
 
Multi dimensional modeling
Multi dimensional modelingMulti dimensional modeling
Multi dimensional modeling
noviari sugianto
 
What is OLAP -Data Warehouse Concepts - IT Online Training @ Newyorksys
What is OLAP -Data Warehouse Concepts - IT Online Training @ NewyorksysWhat is OLAP -Data Warehouse Concepts - IT Online Training @ Newyorksys
What is OLAP -Data Warehouse Concepts - IT Online Training @ Newyorksys
NEWYORKSYS-IT SOLUTIONS
 

Similar to IRJET- Business Intelligence using Hadoop (20)

IRJET- Data Analytics & Visualization using Qlik
IRJET- Data Analytics & Visualization using QlikIRJET- Data Analytics & Visualization using Qlik
IRJET- Data Analytics & Visualization using Qlik
 
A Data Warehouse Design and Usage.pdf
A Data Warehouse Design and Usage.pdfA Data Warehouse Design and Usage.pdf
A Data Warehouse Design and Usage.pdf
 
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock ExchangeIRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
IRJET- Analysis for EnhancedForecastof Expense Movement in Stock Exchange
 
Top Big data Analytics tools: Emerging trends and Best practices
Top Big data Analytics tools: Emerging trends and Best practicesTop Big data Analytics tools: Emerging trends and Best practices
Top Big data Analytics tools: Emerging trends and Best practices
 
IRJET- Transaction Purchase Order using Sap Tool
IRJET- Transaction Purchase Order using Sap ToolIRJET- Transaction Purchase Order using Sap Tool
IRJET- Transaction Purchase Order using Sap Tool
 
Big Data Tools: A Deep Dive into Essential Tools
Big Data Tools: A Deep Dive into Essential ToolsBig Data Tools: A Deep Dive into Essential Tools
Big Data Tools: A Deep Dive into Essential Tools
 
Kumar Godasi - Resume
Kumar Godasi - ResumeKumar Godasi - Resume
Kumar Godasi - Resume
 
Big Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
Big Data, Big Thinking: Simplified Architecture Webinar Fact SheetBig Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
Big Data, Big Thinking: Simplified Architecture Webinar Fact Sheet
 
Hd insight overview
Hd insight overviewHd insight overview
Hd insight overview
 
Social Media Market Trender with Dache Manager Using Hadoop and Visualization...
Social Media Market Trender with Dache Manager Using Hadoop and Visualization...Social Media Market Trender with Dache Manager Using Hadoop and Visualization...
Social Media Market Trender with Dache Manager Using Hadoop and Visualization...
 
ds_Pivotal_Big_Data_Suite_Product_Suite
ds_Pivotal_Big_Data_Suite_Product_Suiteds_Pivotal_Big_Data_Suite_Product_Suite
ds_Pivotal_Big_Data_Suite_Product_Suite
 
Big data an elephant business opportunities
Big data an elephant   business opportunitiesBig data an elephant   business opportunities
Big data an elephant business opportunities
 
Business intelligence: A tool that could help your business
Business intelligence: A tool that could help your businessBusiness intelligence: A tool that could help your business
Business intelligence: A tool that could help your business
 
Apache Hadoop Summit 2016: The Future of Apache Hadoop an Enterprise Architec...
Apache Hadoop Summit 2016: The Future of Apache Hadoop an Enterprise Architec...Apache Hadoop Summit 2016: The Future of Apache Hadoop an Enterprise Architec...
Apache Hadoop Summit 2016: The Future of Apache Hadoop an Enterprise Architec...
 
The Future of Apache Hadoop an Enterprise Architecture View
The Future of Apache Hadoop an Enterprise Architecture ViewThe Future of Apache Hadoop an Enterprise Architecture View
The Future of Apache Hadoop an Enterprise Architecture View
 
Nw2008 tips tricks_edw_v10
Nw2008 tips tricks_edw_v10Nw2008 tips tricks_edw_v10
Nw2008 tips tricks_edw_v10
 
Keyrus US Information
Keyrus US InformationKeyrus US Information
Keyrus US Information
 
Keyrus US Information
Keyrus US InformationKeyrus US Information
Keyrus US Information
 
Multi dimensional modeling
Multi dimensional modelingMulti dimensional modeling
Multi dimensional modeling
 
What is OLAP -Data Warehouse Concepts - IT Online Training @ Newyorksys
What is OLAP -Data Warehouse Concepts - IT Online Training @ NewyorksysWhat is OLAP -Data Warehouse Concepts - IT Online Training @ Newyorksys
What is OLAP -Data Warehouse Concepts - IT Online Training @ Newyorksys
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
IRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
IRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
IRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
IRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
IRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
IRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
IRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
IRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
BrazilAccount1
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
gdsczhcet
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
Amil Baba Dawood bangali
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
gerogepatton
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
Jayaprasanna4
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
ongomchris
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
zwunae
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 

Recently uploaded (20)

Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
AP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specificAP LAB PPT.pdf ap lab ppt no title specific
AP LAB PPT.pdf ap lab ppt no title specific
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
Gen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdfGen AI Study Jams _ For the GDSC Leads in India.pdf
Gen AI Study Jams _ For the GDSC Leads in India.pdf
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
NO1 Uk best vashikaran specialist in delhi vashikaran baba near me online vas...
 
Immunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary AttacksImmunizing Image Classifiers Against Localized Adversary Attacks
Immunizing Image Classifiers Against Localized Adversary Attacks
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
ethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.pptethical hacking-mobile hacking methods.ppt
ethical hacking-mobile hacking methods.ppt
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
space technology lecture notes on satellite
space technology lecture notes on satellitespace technology lecture notes on satellite
space technology lecture notes on satellite
 
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
一比一原版(IIT毕业证)伊利诺伊理工大学毕业证成绩单专业办理
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 

IRJET- Business Intelligence using Hadoop

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4802 Business Intelligence using Hadoop Shalaka Wikhe1, Rasika Yelpale2, Apurva Jagtap3, Divyani Sirsat4, Prof. Nutan Deshmukh5 1,2,3,4,5Dept. of Computer Engineering, M.K.S.S.S Cummins College of Engineering for Women, Pune, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - In the big data era, the Information Technology industry is continuously coming up with new models and distributed architecture to handle the exponentially increasing amount of data. Size of data sets being collected and analyzed in industry for Business Intelligence is growing rapidly, making traditional warehouse solutions expensive. Volume and complexity of data collected in data warehouse systems is growing rapidly. These pose as challenges to traditional data warehouse platforms. To achieve Business intelligence it requires proper tools to be selected. The most commonly used Business Intelligence technologies are OLAP and reporting tools for analyzing the data and to make tactical decisions for the better performance of organizations. Hadoop gives new opportunities for implementing data warehouse platforms overcoming these challenges. Hadoop stands out as a well-known open-source framework for big- data analytics. It is designed to work seamlessly with a stack of open-source tools to enable the storage and processing of a significant amount of data using clusters of commodity hardware. In this paper, the proposed system makes use of Hadoop to prevent problems faced by Data warehouse platforms and OLAP. It deals with OLAP on Hadoop using Apache Kylin which creates OLAP cubes using data present on hive. Analysis of cubes are done by firing SQL like queries. Reports and dashboards are further generated using Business Intelligence tool, Qlikview providing insights of the organizational data. It is extremely beneficial to business users in order to take accurate and precise decisions. Key Words: Business Intelligence, Data Warehouse, Big data, Hadoop, Sqoop, Kylin, Qlikview, OLAP, Dashboard. 1. INTRODUCTION With the advent of internet and various technologies, the amount of data being produced is increasing tremendously day by day in all fields. Managing and analysing this data is becoming more difficult and all organizations ranging from startups to big established companies have realized that they want to take full advantage of this data to manage their businesses efficiently. This big data is identified by its characteristics which are – Volume, Velocity, Variety, Veracity and Value. To handle this huge and complex data we need a platform that can increase the efficiency of dealing with this data. Hadoop platform consists of various components like HDFS (Hadoop Distributed File System), Hive, Map Reduce which contribute in handling big data. 1.1 LITERATURE SURVEY This literature survey is an analysis of Business Intelligence and Retail, Data warehouse, Hadoop framework, Hive and Data Visualization. Business Intelligence is a set of methods and processes used to gather and transform the raw data into useful information to get insight of businesses. The businesses across the globe have understood the importance of various kinds of data, their unseen relationships and the data associated between products and consumers. The information systems used earlier in companies were not efficient. Analysis of data from various facet like finance, sales, marketing was missing. This resulted in loss of productivity of the businesses. This led to need of proper and systematic collection and visualization of data that would help the employees of a company to take better and faster decisions on time. Data warehouse is a large repository of historical data which is collected from different sources. Hadoop is a framework that is used to process and analyze big data. It is designed to run on commodity hardware. It has several components –1. Hadoop Distributed File System for storing huge amount of data and 2.MapReduce used for processing this huge amount of data. Hive is an application that is developed for data warehouse that provides SQL interface as well as it acts as a relational model. In the data presentation phase of BI, query and analysis results are provided to the end users in a human understandable way such as tables and charts which supports decision making and strategic thinking. 1. 2 SYSTEM IMPLEMENTATION This paper presents a three tier architecture design. It is divided into loading data from the database, creating cubes out of it and displaying it on the dashboard. 1. Loading data from the database The first task is to load the AdventureWorks Database from SQL Server to the Hadoop platform. This database contains data of finance, sales, products and customers of the bicycle store. This shifting of data is done by using Apache Sqoop. It is an open source tool used to transfer bulk of data from structured data stores like relational databases such as Teradata, Netezza, Oracle, MySQL, Postgres, and HSQLDB. After transferring the data, queries are fired for insertion of tables in Hive. Hive is data warehouse which is a component of Hadoop that processes the data. It is used for summarizing the big data making it easy for querying and analyzing. It is provides a
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4803 language similar to SQL called HiveQL or HQL for processing the data on it. 2. Creation of cubes OLAP cubes are created from the Data Warehouse which is available in Hive environment. OLAP cubes is a process of storing the data in a multi-dimensional form that is classified into dimensions. It is used to gain insight of the data and analyze it. Each cell of this cube contains some number or data that represents some measure and this data is stored in schema like star or snowflake. Apache Kylin, is used to create these OLAP cubes. It is an online analytical processing engine used to handle petabytes of data. Tables are loaded into Apache Kylin from HIVE. Models are then defined to according to specific requirement by selecting the fact table and adding the lookup tables as well as selecting the dimensions specific to the corresponding fact table. A fact table is a primary table in the model and it contains measurements/facts and a foreign key to dimension table. A dimension table contains dimensions of a fact and they are joined to fact table via a foreign key. Cubes are then defined based on the selected Model. 3. Creating Dashboard Dashboard is created in Qlikview - a powerful Data analysis tool which allows visual analyzing of data relationships. They are created by selecting the tables which we intend to analyze. Required data is then loaded and reports in the form of pie charts, graphs, bar charts etc. are generated as per requirements. Adhoc reports are generated based on the business requirements. Reports can be consolidated to generate a Dashboard view. This helps the business analysts and users to take appropriate business decisions and increase the productivity of the business. Data Used: AdventureWorksDW is used which contains sales data of a fictitious company Adventure Works Cycles, which is a large multinational manufacturing company. The company manufactures and sells metal and composite bicycles to North American, European and Asian commercial markets. Customer and sales-related information is a significant part of the AdventureWorks database. 2. SYSTEM FEATURES 1. Financial Reporting: Supports the scenario of reporting income statements and balance sheets that include all subsidiaries. Also supports the ability to report the financial data in a specified local currency. 2. Actual versus Budget: Supports the scenario of analyzing actual expenses against budgeted expenses. 3. Product Profitability Analysis: Supports the scenario of analyzing the product sales margin by tracking costs, discounts, and selling prices. 4. Sales Force Performance: Supports the scenario of tracking the variance between sales quotas and actual sales. 5. Trend and Growth Analysis: Supports the scenario of analyzing how the current period compares to prior periods in terms of sales. 6. Promotion Effectiveness: Supports the scenario of analyzing how promotions affect current sales performance 3. ADVANTAGES 1. Data can be stored in a hierarchical way via cubes 2. Many SQL functions are supported by the OLAP tool 3. The latency time on Hadoop is very less. 4. User can reach summarized data quickly. 5. Provides simplicity of data in measures and dimensions. 6. Ability to analyze large amount of data directly in Hadoop cluster. 4. USE CASE DIAGRAMS 1. Use case diagram for Finance Department
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 06 Issue: 04 | Apr 2019 www.irjet.net p-ISSN: 2395-0072 © 2019, IRJET | Impact Factor value: 7.211 | ISO 9001:2008 Certified Journal | Page 4804 2. Use case diagram for Sales Department 5. FUTURE WORK 1. Various OLAP frameworks as alternative to Kylin can be tried out. 2. Unstructured data can be ingested in the Hadoop environment. 3. The project can be deployed on multimode cluster instead of a single node VM. 6. CONCLUSIONS Organizations that have developed BI successfully are thriving the downturn. It has helped them to manage inventories, cut costs, better target promotions, increases equipment utilizations and identify their most loyal customers and their preferences. BI eliminates unknowns and is playing a pivotal role in restoring confidence by throwing light upon the broader economic landscape. Traditionally BI was being used by large corporations, but now has been democratized to make it suitable for mid- sized organizations. In a position of continuously increasing humongous data, this system focuses on helping organizations gather, store and access data with ease. The aim to use the Hadoop platform for insightful analytical thinking and visualization for the business users. The purpose of this project is to help the business analysts in taking appropriate decisions for their organization. REFERENCES [1] Chaudhary1, S. , Murala, D.P. , Srivastav, V.K. , “A critical review of data warehouse”, Global Journal of Business Management and Information Technology , Volume 1, Number 2 (2011), pp. 95-103 [2] A. Antony Prakash, Dr. A. Aloysius, “Architecture Design for Hadoop No-SQL and Hive”, International Journal of Scientific Research in Computer Science, Engineering and Information Technology , Volume 3 , Issue 1 , ISSN : 2456-3307 , 2018] [3] Justin Hermann and Chris Manobianco, “Business Intelligence in Retail Industry”, Academia.edu, 06 Nov. 2014. [4] Jack G Zheng, Data Visualization for Business Intelligence, Book: Global Business Intelligence, Chapter 6, December 2017, DOI: 10.4324/9781315471136-6. [5] https://www.cloudera.com/products/open- source/apache-hadoop.html [6] https://hive.apache.org/ [7] https://intellipaat.com/tutorial/data-warehouse- tutorial/what-is-olap-and multidimensional-model/ [8] http://sqoop.apache.org/