SlideShare a Scribd company logo
Lecture1 introduction to big data
Syllabus
2
Prerequisite: Data Base Management System (CS-2004)
Introduction to Big Data : Importance of Data, Characteristics of Data Analysis of Unstructured Data, Combining
Structured and Unstructured Sources. Introduction to Big Data Platform – Challenges of conventional systems – Web
data – Evolution of Analytic scalability, analytic processes and tools, Analysis vs reporting – Modern data analytic
tools, Types of Data, Elements of Big Data, Big Data Analytics, Data Analytics Lifecycle. Exploring the Use of Big Data
in Business Context, Use of Big Data in Social Networking, Business Intelligence, Product Design and Development
Data analysis: Exploring Basic Features of R, Programming Features, Packages, Exploring RStudio, Handling Basic
Expressions in R, Basic Arithmetic in R, Mathematical Operators, Calling Functions in R, Working with Vectors,
Creating and Using Objects, Handling Data in R Workspace, Creating Plots, Using Built-in Datasets in R, Reading
Datasets and Exporting Data from R, Manipulating and Processing Data in R. Statistical Features-Analysis of time
series: linear systems analysis, nonlinear dynamics – Rule induction – Neural networks: learning and generalization,
competitive learning, principal component analysis and neural networks.
Big data technology foundations & mining data streams: Exploring the Big Data Stack, Data Sources Layer, Ingestion
Layer, Storage Layer, Physical Infrastructure Layer, Platform Management Layer, Security Layer, Monitoring Layer,
Analytics Engine, Visualization Layer, Big Data Applications, Virtualization. Introduction to Streams Concepts –
Stream data model and architecture – Stream Computing, Sampling data in a stream – Filtering streams, Counting
distinct elements in a stream.
Frequent itemsets and clustering :
Mining Frequent itemsets – Market based model – Apriori Algorithm – Handling large data sets in Main memory –
Limited Pass Algorithm – Counting frequent itemsets in a stream – Clustering Techniques – Hierarchical – KMeans.
Analytical Approaches and Tools to Analyze Data: Text Data Analysis, Graphical User Interfaces, Point Solutions.
Frameworks and visualization : Distributed and Parallel Computing for Big Data, MapReduce – Hadoop, HDFS, Hive,
MapR – Hadoop -YARN - Pig and PigLatin, Jaql - Zookeeper - HBase, Cassandra- Oozie, Lucene- Avro, Mahout.
Hadoop Distributed file systems. Visualizations – Visual data analysis techniques, interaction techniques; Systems
and applications
Text Books:
1. Big Data, Black Book, DT Editorial Services, Dreamtech Press, 2015
Course Outcome
• At the end of the course, the students will be
able to:
– CO1. Identify the need for big data analytics for a domain
– CO2. Performing analysis of data using R tool.
– CO3. Use Hadoop, Map Reduce Framework
– CO4. Apply big data for a given problem
– CO5. Suggest areas to apply big data to increase business outcome
– CO6. Contextually integrate and correlate large amounts of information
automatically to gain faster insights
What’s Big Data?
No single definition; here is from Wikipedia:
Big data is the term for a collection of data sets so large and complex
that it becomes difficult to process using on-hand database management
tools or traditional data processing applications.
The challenges include capture, curation, storage, search, sharing,
transfer, analysis, and visualization.
The trend to larger data sets is due to the additional information
derivable from analysis of a single large set of related data, as compared
to separate smaller sets with the same total amount of data, allowing
correlations to be found to
“spot business trends, determine quality of research, prevent diseases,
link legal citations, combat crime, and determine real-time roadway
traffic conditions.”
4
Embracing Big Data
Harnessing Big Data
• OLTP: Online Transaction Processing (DBMSs)
• OLAP: Online Analytical Processing (Data Warehousing)
• RTAP: Real-Time Analytics Processing (Big Data Architecture & technology)
6
The Model Has Changed…
• The Model of Generating/Consuming Data has Changed
Old Model: Few companies are generating data, all
others are consuming data
New Model: all of us are generating data, and all of
us are consuming data
7
What’s driving Big Data to Analytics
- Ad-hoc querying and reporting
- Data mining techniques
- Structured data, typical sources
- Small to mid-size datasets
- Optimizations and predictive analytics
- Complex statistical analysis
- All types of data, and many sources
- Very large datasets
- More of a real-time
8
Structuring Big Data
• In simple terms, is arranging the available data in a manner such
that it becomes easy to study, analyze, and derive conclusion
format.
• Why is structuring required?
In our daily life, you may have come across questions like,
‒ How do I use to my advantage the vast amount of data and information I
come accross?
‒ Which news articles should I read of the thousands I come accross?
‒ How do I choose a book of the millions available on my favourate sites or
stores?
‒ How do I keep myself updated about new events, sports, inventions, and
discoveries taking place across the globe?
Today, solution to such questions can be found by information processing
systems.
Types of Data
• Data that comes from multiple sources, such as databases, ERP
systems, weblogs, chat history, and GPS maps so varies in format.
But primarily data is obtained from following types of data sources.
• Internal Sources : Organisational or enterprise data
– CRM, ERP, OLTP, products and sales data.......
(Structured data)
• External sources: Social Data
• Business partners, Internet, Government, Data supliers.............
(Unstructured or unorganised data)
• On the basis of the data received from the
source mentioned, big data is comprises;
– Structure Data
– Unstructured Data
– Semi-structured Data
BIG DATA = Structure Data + Unstructure Data +
Semi-structure Data
Types of Data (cont..)
Structure Data
• It can be defined as the data that has a
defined repeating pattern.
• This pattern makes it easier for any program to
sort, read, and process the data.
• Processing structured data is much faster and
easier than processing data without any
specific repeating pattern.
• Is organised data in a prescribed format.
• Is stored in tabular form.
• Is the data that resides in fixed fields within a record or file.
• Is formatted data that has eities and their attributes are
properly mapped.
• Is used in query and report against predetermined data types.
• Sources: DBMS/RDBMS, Flat files, Multidimensional databases,
Legacy databases
Structure Data (cont..)
Structure Data (cont..)
• It is a set of data that might or might not have any
logical or repeating patterns.
• Typically of metadata, i.e, the additional
information related to data.
• Inconsistent data (files, social media websites,
satalities, etc.)
• Data in different format (e-mails, text, audio, video
or images.
• Sources: Social media, Mobile Data, Text both
internal & external to an organzation
Unstructure Data
Where Does Unstructured Data Come From?
Lecture1 introduction to big data
Lecture1 introduction to big data
Lecture1 introduction to big data
• Having a schema-less or self-describing structure,
refers to a form of structured data that contains tags
or markup element in order to separate elements
and generate hierarchies of records and fields in the
given data.
• In other words, data is stored inconsistently in rows
and columns of a database.
• Sources: File systems such as Web data in the form
of cookies, Data exchange formats....
Semi-Structure Data
Lecture1 introduction to big data
Lecture1 introduction to big data
Lecture1 introduction to big data
Big Data:
Batch Processing &
Distributed Data
Store
Hadoop/Spark;
HBase/Cassandra
BI Reporting
OLAP &
Dataware house
Business Objects, SAS,
Informatica, Cognos other SQL
Reporting Tools
Interactive
Business
Intelligence &
In-memory RDBMS
QliqView, Tableau, HANA
Big Data:
Real Time &
Single View
Graph Databases
THE EVOLUTION OF BUSINESS INTELLIGENCE
1990’s 2000’s 2010’s
Speed
Scale
Scale
Speed
Lecture1 introduction to big data
26
BIG DATA CHARACTERISTICS
Big Data: 3V’s
IBM Big Data characteristics –
3V. Adopted from (Zikopoulos
and Eaton 2011)
3V's of Big Data Architectural Paradigms
Volume (Scale)
• Data Volume
– 44x increase from 2009 2020
– From 0.8 zettabytes to 35zb
• Data volume is increasing exponentially
28
Exponential increase in
collected/generated data
12+ TBs
of tweet data
every day
25+ TBs of
log data
every day
?TBsof
dataeveryday
2+
billion
people on
the Web
by end
2011
30 billion RFID
tags today
(1.3B in 2005)
4.6
billion
camera
phones
world wide
100s of
millions
of GPS
enabled
devices sold
annually
76 million smart meters
in 2009…
200M by 2014
Maximilien Brice, Š CERN
CERN’s Large Hydron Collider (LHC) generates 15 PB a year
The Earthscope
• The Earthscope is the world's largest science project. Designed to track
North America's geological evolution, this observatory records data over
3.8 million square miles, amassing 67 terabytes of data. It analyzes
seismic slips in the San Andreas fault, sure, but also the plume of
magma underneath Yellowstone and much, much more.
(http://www.msnbc.msn.com/id/44363598/ns/technology_and_science-
future_of_technology/#.TmetOdQ--uI)
Variety (Complexity)
• Relational Data (Tables/Transaction/
Legacy Data)
• Text Data (Web)
• Semi-structured Data (XML)
• Graph Data
– Social Network, Semantic Web
(RDF), …
• Streaming Data
– You can only scan the data once
• A single application can be
generating/collecting many types of
data
• Big Public Data (online, weather,
finance, etc) 32
To extract knowledge all these types
of data need to linked together
A Single View to the Customer
Customer
Social
Media
Gaming
Entertain
Banking
Finance
Our
Known
History
Purchas
e
Velocity (Speed)
• Data is begin generated fast and need to
be processed fast
• Online Data Analytics
• Late decisions  missing opportunities
• Examples
– E-Promotions: Based on your current location, your
purchase history, what you like  send promotions
right now for store next to you
– Healthcare monitoring: sensors monitoring your
activities and body  any abnormal measurements
require immediate reaction
34
Real-time/Fast Data
Social media and networks
(all of us are generating data)
Scientific instruments
(collecting all sorts of data)
Mobile devices
(tracking all objects all the time)
Sensor technology and networks
(measuring all kinds of data)
• The progress and innovation is no longer hindered by the ability
to collect data
• But, by the ability to manage, analyze, summarize, visualize, and
discover knowledge from the collected data in a timely manner
and in a scalable fashion
35
Real-Time Analytics/Decision Requirement
Customer
Influence
Behavior
Product
Recommendations
that are Relevant
& Compelling
Friend Invitations
to join a
Game or Activity
that expands
business
Preventing Fraud
as it is Occurring
& preventing more
proactively
Learning why Customers
Switch to competitors
and their offers; in
time to Counter
Improving the
Marketing
Effectiveness of a
Promotion while it
is still in Play
Some Make it 4V’s
37
Some Make it 5 V’s
Value
• Value is defined as the usefulness of data for an
enterprise.
• The value characteristic is intuitively related to the
veracity characteristic in that the higher the data
fidelity, the more value it holds for the business.
• Value is also dependent on how long data processing
takes because analytics results have a shelf-life; for
example, a 20 minute delayed stock quote has little to
no value for making a trade compared to a quote that
is 20 milliseconds old.
• Data that has high veracity and can be analyzed
quickly has more value to business.
The 6 V's Big Data traits
6V
Lecture1 introduction to big data
The 9 V's Big Data traits
10 V's Big Data
1. Volume
2. Variety
3. Velocity
4. Veracity
5. Value
6. Variability
7. Visualization
8. Voloatility
9. Validity
10. Vulnerability
Volotility: How old does your data need to be before it is considered irrelevant,
historic, or not useful any longer? How long does data need to be kept for?
Vulnerability: Big data brings new security concerns. After all, a data breach
with big data is a big breach.
Big Data Analytics
• Big data is more real-time in nature than traditional DW
applications
• Big data analytics reformed the ways to conduct business in
many ways, such as it improves decission making, business
process management, etc.
• Business analytics uses the data and different other
techniques like information technology, features of statistics,
quantitative methods and different models to provide
results.
• Traditional DW architectures (e.g. Exadata, Teradata) are
not well-suited for big data apps
• Shared nothing, massively parallel processing, scale out
architectures are well-suited for big data apps 44
Lecture1 introduction to big data
Lecture1 introduction to big data
Types of Data Analytics
The main goal of big data analytics is to help organizations make
smarter decisions for better business outcomes.
With data in hand, you can begin doing analytics.
• But where do you begin?
• And which type of analytics is most appropriate for your big
data environment?
Looking at all the analytic options can be a daunting task. However,
luckily these analytic options can be categorized at a high level
into three distinct types.
 Descriptive Analytics,
 Predictive Analytics,
 Prescriptive Analytics
Descriptive Analytics - (Insight into the past)
• Descriptive Analytics, which use data aggregation and data
mining to provide insight into the past and answer:
– “What has happened in the business?”
• Descriptive analysis or statistics does exactly what the name
implies they “Describe”, or summarize raw data and make it
something that is interpretable by humans.
• The past refers to any point of time that an event has
occurred, whether it is one minute ago, or one year ago.
• Descriptive analytics are useful because they allow us to learn
from past behaviors, and understand how they might
influence future outcomes.
• The main objective of descriptive analytics is to find out the
reasons behind precious success or failure in the past.
• The vast majority of the statistics we use fall into this
category.
• Common examples of descriptive analytics are reports that
provide historical insights regarding the company’s
production, financials, operations, sales, finance, inventory
and customers.
Descriptive Analytics (cont..)
Predictive Analytics -
(Understanding the future)
• Predictive Analytics, which use statistical models and
forecasts techniques to understand the future and answer:
– “What could happen?”
• These analytics are about understanding the future.
• Predictive analytics provide estimates about the likelihood of
a future outcome. It is important to remember that no
statistical algorithm can “predict” the future with 100%
certainty.
• Companies use these statistics to forecast what might
happen in the future. This is because the foundation of
predictive analytics is based on probabilities.
• These statistics try to take the data that you have, and fill in
the missing data with best guesses.
Predictive Analytics (cont..)
Predictive analytics can be further categorized as –
• Predictive Modelling –What will happen next, if ?
• Root Cause Analysis-Why this actually happened?
• Data Mining- Identifying correlated data.
• Forecasting- What if the existing trends continue?
• Monte-Carlo Simulation – What could happen?
• Pattern Identification and Alerts –When should an action be
invoked to correct a process.
Sentiment analysis is the most common kind of predictive
analytics. The learning model takes input in the form of plain text
and the output of the model is a sentiment score that helps
determine whether the sentiment is positive, negative or neutral.
Prescriptive Analytics -
(Advise on possible outcomes)
• Prescriptive Analytics, which use optimization and
simulation algorithms to advice on possible outcomes and
answer:
– “What should we do?”
• The relatively new field of prescriptive analytics allows
users to “prescribe” a number of different possible actions
to and guide them towards a solution. In a nut-shell, these
analytics are all about providing advice.
• Prescriptive analytics is the next step of predictive analytics
that adds the spice of manipulating the future.
Prescriptive Analytics (cont..)
• Prescriptive analytics is an advanced analytics concept based
on,
– Optimization that helps achieve the best outcomes.
– Stochastic optimization that helps understand how to
achieve the best outcome and identify data uncertainties
to make better decisions.
• Prescriptive analytics is a combination of data, mathematical
models and various business rules. The data for prescriptive
analytics can be both internal (within the organization) and
external (like social media data).
• Prescriptive analytics can be used in healthcare to enhance
drug development, finding the right patients for clinical trials,
etc.
Lecture1 introduction to big data
Big Data Technology
55
Cloud Computing
• IT resources provided as a service
– Compute, storage, databases, queues
• Clouds leverage economies of scale of
commodity hardware
– Cheap storage, high bandwidth networks &
multicore processors
– Geographically distributed data centers
• Offerings from Microsoft, Amazon, Google, …
wikipedia:Cloud Computing
Benefits
• Cost & management
– Economies of scale, “out-sourced” resource
management
• Reduced Time to deployment
– Ease of assembly, works “out of the box”
• Scaling
– On demand provisioning, co-locate data and compute
• Reliability
– Massive, redundant, shared resources
• Sustainability
– Hardware not owned
Types of Cloud Computing
• Public Cloud: Computing infrastructure is hosted at the
vendor’s premises.
• Private Cloud: Computing architecture is dedicated to the
customer and is not shared with other organisations.
• Hybrid Cloud: Organisations host some critical, secure
applications in private clouds. The not so critical applications
are hosted in the public cloud
– Cloud bursting: the organisation uses its own infrastructure for normal
usage, but cloud is used for peak loads.
• Community Cloud
Classification of Cloud Computing
based on Service Provided
• Infrastructure as a service (IaaS)
– Offering hardware related services using the principles of cloud
computing. These could include storage services (database or disk
storage) or virtual servers.
– Amazon EC2, Amazon S3, Rackspace Cloud Servers and Flexiscale.
• Platform as a Service (PaaS)
– Offering a development platform on the cloud.
– Google’s Application Engine, Microsofts Azure, Salesforce.com’s
force.com .
• Software as a service (SaaS)
– Including a complete software offering on the cloud. Users can
access a software application hosted by the cloud vendor on pay-
per-use basis. This is a well-established sector.
– Salesforce.coms’ offering in the online Customer Relationship
Management (CRM) space, Googles gmail and Microsofts hotmail,
Google docs.
Infrastructure as a Service (IaaS)
More Refined Categorization
• Storage-as-a-service
• Database-as-a-service
• Information-as-a-service
• Process-as-a-service
• Application-as-a-service
• Platform-as-a-service
• Integration-as-a-service
• Security-as-a-service
• Management/
Governance-as-a-service
• Testing-as-a-service
• Infrastructure-as-a-service
InfoWorld Cloud Computing Deep Dive
Key Ingredients in Cloud Computing
• Service-Oriented Architecture (SOA)
• Utility Computing (on demand)
• Virtualization (P2P Network)
• SAAS (Software As A Service)
• PAAS (Platform AS A Service)
• IAAS (Infrastructure AS A Servie)
• Web Services in Cloud
Ad

More Related Content

What's hot (20)

Data Lake Overview
Data Lake OverviewData Lake Overview
Data Lake Overview
James Serra
 
NOSQL- Presentation on NoSQL
NOSQL- Presentation on NoSQLNOSQL- Presentation on NoSQL
NOSQL- Presentation on NoSQL
Ramakant Soni
 
Big Data Analytics with Hadoop
Big Data Analytics with HadoopBig Data Analytics with Hadoop
Big Data Analytics with Hadoop
Philippe Julio
 
Big Data: Its Characteristics And Architecture Capabilities
Big Data: Its Characteristics And Architecture CapabilitiesBig Data: Its Characteristics And Architecture Capabilities
Big Data: Its Characteristics And Architecture Capabilities
Ashraf Uddin
 
Introduction to Hadoop
Introduction to HadoopIntroduction to Hadoop
Introduction to Hadoop
Dr. C.V. Suresh Babu
 
Big Data & Hadoop Introduction
Big Data & Hadoop IntroductionBig Data & Hadoop Introduction
Big Data & Hadoop Introduction
Jayant Mukherjee
 
What Is Apache Spark? | Introduction To Apache Spark | Apache Spark Tutorial ...
What Is Apache Spark? | Introduction To Apache Spark | Apache Spark Tutorial ...What Is Apache Spark? | Introduction To Apache Spark | Apache Spark Tutorial ...
What Is Apache Spark? | Introduction To Apache Spark | Apache Spark Tutorial ...
Simplilearn
 
Introduction to Data Warehouse
Introduction to Data WarehouseIntroduction to Data Warehouse
Introduction to Data Warehouse
SOMASUNDARAM T
 
Hadoop
HadoopHadoop
Hadoop
Nishant Gandhi
 
Introduction to Hadoop and Hadoop component
Introduction to Hadoop and Hadoop component Introduction to Hadoop and Hadoop component
Introduction to Hadoop and Hadoop component
rebeccatho
 
Building an Effective Data Warehouse Architecture
Building an Effective Data Warehouse ArchitectureBuilding an Effective Data Warehouse Architecture
Building an Effective Data Warehouse Architecture
James Serra
 
Big data lecture notes
Big data lecture notesBig data lecture notes
Big data lecture notes
Mohit Saini
 
Data Warehouse Basic Guide
Data Warehouse Basic GuideData Warehouse Basic Guide
Data Warehouse Basic Guide
thomasmary607
 
Data partitioning
Data partitioningData partitioning
Data partitioning
Vinod Wilson
 
Big Data - Applications and Technologies Overview
Big Data - Applications and Technologies OverviewBig Data - Applications and Technologies Overview
Big Data - Applications and Technologies Overview
Sivashankar Ganapathy
 
Introduction of Big data, NoSQL & Hadoop
Introduction of Big data, NoSQL & HadoopIntroduction of Big data, NoSQL & Hadoop
Introduction of Big data, NoSQL & Hadoop
Savvycom Savvycom
 
Big Data Architecture
Big Data ArchitectureBig Data Architecture
Big Data Architecture
Guido Schmutz
 
Dimensional Modelling
Dimensional ModellingDimensional Modelling
Dimensional Modelling
Prithwis Mukerjee
 
SQL & NoSQL
SQL & NoSQLSQL & NoSQL
SQL & NoSQL
Ahmad Awsaf-uz-zaman
 
Hadoop Presentation - PPT
Hadoop Presentation - PPTHadoop Presentation - PPT
Hadoop Presentation - PPT
Anand Pandey
 
Data Lake Overview
Data Lake OverviewData Lake Overview
Data Lake Overview
James Serra
 
NOSQL- Presentation on NoSQL
NOSQL- Presentation on NoSQLNOSQL- Presentation on NoSQL
NOSQL- Presentation on NoSQL
Ramakant Soni
 
Big Data Analytics with Hadoop
Big Data Analytics with HadoopBig Data Analytics with Hadoop
Big Data Analytics with Hadoop
Philippe Julio
 
Big Data: Its Characteristics And Architecture Capabilities
Big Data: Its Characteristics And Architecture CapabilitiesBig Data: Its Characteristics And Architecture Capabilities
Big Data: Its Characteristics And Architecture Capabilities
Ashraf Uddin
 
Big Data & Hadoop Introduction
Big Data & Hadoop IntroductionBig Data & Hadoop Introduction
Big Data & Hadoop Introduction
Jayant Mukherjee
 
What Is Apache Spark? | Introduction To Apache Spark | Apache Spark Tutorial ...
What Is Apache Spark? | Introduction To Apache Spark | Apache Spark Tutorial ...What Is Apache Spark? | Introduction To Apache Spark | Apache Spark Tutorial ...
What Is Apache Spark? | Introduction To Apache Spark | Apache Spark Tutorial ...
Simplilearn
 
Introduction to Data Warehouse
Introduction to Data WarehouseIntroduction to Data Warehouse
Introduction to Data Warehouse
SOMASUNDARAM T
 
Introduction to Hadoop and Hadoop component
Introduction to Hadoop and Hadoop component Introduction to Hadoop and Hadoop component
Introduction to Hadoop and Hadoop component
rebeccatho
 
Building an Effective Data Warehouse Architecture
Building an Effective Data Warehouse ArchitectureBuilding an Effective Data Warehouse Architecture
Building an Effective Data Warehouse Architecture
James Serra
 
Big data lecture notes
Big data lecture notesBig data lecture notes
Big data lecture notes
Mohit Saini
 
Data Warehouse Basic Guide
Data Warehouse Basic GuideData Warehouse Basic Guide
Data Warehouse Basic Guide
thomasmary607
 
Data partitioning
Data partitioningData partitioning
Data partitioning
Vinod Wilson
 
Big Data - Applications and Technologies Overview
Big Data - Applications and Technologies OverviewBig Data - Applications and Technologies Overview
Big Data - Applications and Technologies Overview
Sivashankar Ganapathy
 
Introduction of Big data, NoSQL & Hadoop
Introduction of Big data, NoSQL & HadoopIntroduction of Big data, NoSQL & Hadoop
Introduction of Big data, NoSQL & Hadoop
Savvycom Savvycom
 
Big Data Architecture
Big Data ArchitectureBig Data Architecture
Big Data Architecture
Guido Schmutz
 
Hadoop Presentation - PPT
Hadoop Presentation - PPTHadoop Presentation - PPT
Hadoop Presentation - PPT
Anand Pandey
 

Similar to Lecture1 introduction to big data (20)

Big Data Analytics M1.pdf big data analytics
Big Data Analytics M1.pdf big data analyticsBig Data Analytics M1.pdf big data analytics
Big Data Analytics M1.pdf big data analytics
nithishlkumar9194
 
Presentation on Big Data Analytics
Presentation on Big Data AnalyticsPresentation on Big Data Analytics
Presentation on Big Data Analytics
S P Sajjan
 
TOPIC.pptx
TOPIC.pptxTOPIC.pptx
TOPIC.pptx
infinix8
 
Big data unit 2
Big data unit 2Big data unit 2
Big data unit 2
RojaT4
 
INF2190_W1_2016_public
INF2190_W1_2016_publicINF2190_W1_2016_public
INF2190_W1_2016_public
Attila Barta
 
BDVe Webinar Series - Designing Big Data pipelines with Toreador (Ernesto Dam...
BDVe Webinar Series - Designing Big Data pipelines with Toreador (Ernesto Dam...BDVe Webinar Series - Designing Big Data pipelines with Toreador (Ernesto Dam...
BDVe Webinar Series - Designing Big Data pipelines with Toreador (Ernesto Dam...
Big Data Value Association
 
unit 1 big data.pptx
unit 1 big data.pptxunit 1 big data.pptx
unit 1 big data.pptx
MohammedShahid562503
 
Big Data przt.pptx
Big Data przt.pptxBig Data przt.pptx
Big Data przt.pptx
MastewalAyeleAG
 
Unit 1 - Introduction to Big Data and hadoop.pptx
Unit 1 - Introduction to Big Data and hadoop.pptxUnit 1 - Introduction to Big Data and hadoop.pptx
Unit 1 - Introduction to Big Data and hadoop.pptx
2111CS010077SHAIKAZE
 
20CS601 - Big data Analytics - types of data , definition of big data
20CS601 - Big data Analytics - types of data , definition of big data20CS601 - Big data Analytics - types of data , definition of big data
20CS601 - Big data Analytics - types of data , definition of big data
vani15332
 
Foundations of Big Data: Concepts, Techniques, and Applications
Foundations of Big Data: Concepts, Techniques, and ApplicationsFoundations of Big Data: Concepts, Techniques, and Applications
Foundations of Big Data: Concepts, Techniques, and Applications
hoisala6sludger
 
Unit-I- Introduction- Traits of Big Data-Final.pptx
Unit-I- Introduction- Traits of Big Data-Final.pptxUnit-I- Introduction- Traits of Big Data-Final.pptx
Unit-I- Introduction- Traits of Big Data-Final.pptx
subhashchandra197
 
Oh! Session on Introduction to BIG Data
Oh! Session on Introduction to BIG DataOh! Session on Introduction to BIG Data
Oh! Session on Introduction to BIG Data
Prakalp Agarwal
 
bigdataintro.pptx
bigdataintro.pptxbigdataintro.pptx
bigdataintro.pptx
Albert Alex
 
2015 Chapter 2 - Intro. to Data Sciences.pptx
2015  Chapter 2 - Intro. to Data Sciences.pptx2015  Chapter 2 - Intro. to Data Sciences.pptx
2015 Chapter 2 - Intro. to Data Sciences.pptx
abumuweyhibahayder
 
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
Mihai Criveti
 
Introduction to Big Data
Introduction to Big DataIntroduction to Big Data
Introduction to Big Data
Roi Blanco
 
Big Data Intoduction & Hadoop ArchitectureModule1.pdf
Big Data Intoduction & Hadoop ArchitectureModule1.pdfBig Data Intoduction & Hadoop ArchitectureModule1.pdf
Big Data Intoduction & Hadoop ArchitectureModule1.pdf
SharmilaChidaravalli
 
Big data Analytics
Big data AnalyticsBig data Analytics
Big data Analytics
ShivanandaVSeeri
 
Big data analytics
Big data analyticsBig data analytics
Big data analytics
ANAND PRAKASH
 
Big Data Analytics M1.pdf big data analytics
Big Data Analytics M1.pdf big data analyticsBig Data Analytics M1.pdf big data analytics
Big Data Analytics M1.pdf big data analytics
nithishlkumar9194
 
Presentation on Big Data Analytics
Presentation on Big Data AnalyticsPresentation on Big Data Analytics
Presentation on Big Data Analytics
S P Sajjan
 
TOPIC.pptx
TOPIC.pptxTOPIC.pptx
TOPIC.pptx
infinix8
 
Big data unit 2
Big data unit 2Big data unit 2
Big data unit 2
RojaT4
 
INF2190_W1_2016_public
INF2190_W1_2016_publicINF2190_W1_2016_public
INF2190_W1_2016_public
Attila Barta
 
BDVe Webinar Series - Designing Big Data pipelines with Toreador (Ernesto Dam...
BDVe Webinar Series - Designing Big Data pipelines with Toreador (Ernesto Dam...BDVe Webinar Series - Designing Big Data pipelines with Toreador (Ernesto Dam...
BDVe Webinar Series - Designing Big Data pipelines with Toreador (Ernesto Dam...
Big Data Value Association
 
Big Data przt.pptx
Big Data przt.pptxBig Data przt.pptx
Big Data przt.pptx
MastewalAyeleAG
 
Unit 1 - Introduction to Big Data and hadoop.pptx
Unit 1 - Introduction to Big Data and hadoop.pptxUnit 1 - Introduction to Big Data and hadoop.pptx
Unit 1 - Introduction to Big Data and hadoop.pptx
2111CS010077SHAIKAZE
 
20CS601 - Big data Analytics - types of data , definition of big data
20CS601 - Big data Analytics - types of data , definition of big data20CS601 - Big data Analytics - types of data , definition of big data
20CS601 - Big data Analytics - types of data , definition of big data
vani15332
 
Foundations of Big Data: Concepts, Techniques, and Applications
Foundations of Big Data: Concepts, Techniques, and ApplicationsFoundations of Big Data: Concepts, Techniques, and Applications
Foundations of Big Data: Concepts, Techniques, and Applications
hoisala6sludger
 
Unit-I- Introduction- Traits of Big Data-Final.pptx
Unit-I- Introduction- Traits of Big Data-Final.pptxUnit-I- Introduction- Traits of Big Data-Final.pptx
Unit-I- Introduction- Traits of Big Data-Final.pptx
subhashchandra197
 
Oh! Session on Introduction to BIG Data
Oh! Session on Introduction to BIG DataOh! Session on Introduction to BIG Data
Oh! Session on Introduction to BIG Data
Prakalp Agarwal
 
bigdataintro.pptx
bigdataintro.pptxbigdataintro.pptx
bigdataintro.pptx
Albert Alex
 
2015 Chapter 2 - Intro. to Data Sciences.pptx
2015  Chapter 2 - Intro. to Data Sciences.pptx2015  Chapter 2 - Intro. to Data Sciences.pptx
2015 Chapter 2 - Intro. to Data Sciences.pptx
abumuweyhibahayder
 
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
DevOps for Data Engineers - Automate Your Data Science Pipeline with Ansible,...
Mihai Criveti
 
Introduction to Big Data
Introduction to Big DataIntroduction to Big Data
Introduction to Big Data
Roi Blanco
 
Big Data Intoduction & Hadoop ArchitectureModule1.pdf
Big Data Intoduction & Hadoop ArchitectureModule1.pdfBig Data Intoduction & Hadoop ArchitectureModule1.pdf
Big Data Intoduction & Hadoop ArchitectureModule1.pdf
SharmilaChidaravalli
 
Big data analytics
Big data analyticsBig data analytics
Big data analytics
ANAND PRAKASH
 
Ad

More from hktripathy (18)

Lect 3 background mathematics
Lect 3 background mathematicsLect 3 background mathematics
Lect 3 background mathematics
hktripathy
 
Lect 2 getting to know your data
Lect 2 getting to know your dataLect 2 getting to know your data
Lect 2 getting to know your data
hktripathy
 
Lect 1 introduction
Lect 1 introductionLect 1 introduction
Lect 1 introduction
hktripathy
 
Lecture7.1 data sampling
Lecture7.1 data samplingLecture7.1 data sampling
Lecture7.1 data sampling
hktripathy
 
Lecture5 virtualization
Lecture5 virtualizationLecture5 virtualization
Lecture5 virtualization
hktripathy
 
Lecture6 introduction to data streams
Lecture6 introduction to data streamsLecture6 introduction to data streams
Lecture6 introduction to data streams
hktripathy
 
Lecture4 big data technology foundations
Lecture4 big data technology foundationsLecture4 big data technology foundations
Lecture4 big data technology foundations
hktripathy
 
Lecture3 business intelligence
Lecture3 business intelligenceLecture3 business intelligence
Lecture3 business intelligence
hktripathy
 
Lecture2 big data life cycle
Lecture2 big data life cycleLecture2 big data life cycle
Lecture2 big data life cycle
hktripathy
 
Lect9 Decision tree
Lect9 Decision treeLect9 Decision tree
Lect9 Decision tree
hktripathy
 
Lect8 Classification & prediction
Lect8 Classification & predictionLect8 Classification & prediction
Lect8 Classification & prediction
hktripathy
 
Lect7 Association analysis to correlation analysis
Lect7 Association analysis to correlation analysisLect7 Association analysis to correlation analysis
Lect7 Association analysis to correlation analysis
hktripathy
 
Lect6 Association rule & Apriori algorithm
Lect6 Association rule & Apriori algorithmLect6 Association rule & Apriori algorithm
Lect6 Association rule & Apriori algorithm
hktripathy
 
Lect5 principal component analysis
Lect5 principal component analysisLect5 principal component analysis
Lect5 principal component analysis
hktripathy
 
Lect4 principal component analysis-I
Lect4 principal component analysis-ILect4 principal component analysis-I
Lect4 principal component analysis-I
hktripathy
 
Lect 3 background mathematics for Data Mining
Lect 3 background mathematics for Data MiningLect 3 background mathematics for Data Mining
Lect 3 background mathematics for Data Mining
hktripathy
 
Lect 2 getting to know your data
Lect 2 getting to know your dataLect 2 getting to know your data
Lect 2 getting to know your data
hktripathy
 
Lect 1 introduction
Lect 1 introductionLect 1 introduction
Lect 1 introduction
hktripathy
 
Lect 3 background mathematics
Lect 3 background mathematicsLect 3 background mathematics
Lect 3 background mathematics
hktripathy
 
Lect 2 getting to know your data
Lect 2 getting to know your dataLect 2 getting to know your data
Lect 2 getting to know your data
hktripathy
 
Lect 1 introduction
Lect 1 introductionLect 1 introduction
Lect 1 introduction
hktripathy
 
Lecture7.1 data sampling
Lecture7.1 data samplingLecture7.1 data sampling
Lecture7.1 data sampling
hktripathy
 
Lecture5 virtualization
Lecture5 virtualizationLecture5 virtualization
Lecture5 virtualization
hktripathy
 
Lecture6 introduction to data streams
Lecture6 introduction to data streamsLecture6 introduction to data streams
Lecture6 introduction to data streams
hktripathy
 
Lecture4 big data technology foundations
Lecture4 big data technology foundationsLecture4 big data technology foundations
Lecture4 big data technology foundations
hktripathy
 
Lecture3 business intelligence
Lecture3 business intelligenceLecture3 business intelligence
Lecture3 business intelligence
hktripathy
 
Lecture2 big data life cycle
Lecture2 big data life cycleLecture2 big data life cycle
Lecture2 big data life cycle
hktripathy
 
Lect9 Decision tree
Lect9 Decision treeLect9 Decision tree
Lect9 Decision tree
hktripathy
 
Lect8 Classification & prediction
Lect8 Classification & predictionLect8 Classification & prediction
Lect8 Classification & prediction
hktripathy
 
Lect7 Association analysis to correlation analysis
Lect7 Association analysis to correlation analysisLect7 Association analysis to correlation analysis
Lect7 Association analysis to correlation analysis
hktripathy
 
Lect6 Association rule & Apriori algorithm
Lect6 Association rule & Apriori algorithmLect6 Association rule & Apriori algorithm
Lect6 Association rule & Apriori algorithm
hktripathy
 
Lect5 principal component analysis
Lect5 principal component analysisLect5 principal component analysis
Lect5 principal component analysis
hktripathy
 
Lect4 principal component analysis-I
Lect4 principal component analysis-ILect4 principal component analysis-I
Lect4 principal component analysis-I
hktripathy
 
Lect 3 background mathematics for Data Mining
Lect 3 background mathematics for Data MiningLect 3 background mathematics for Data Mining
Lect 3 background mathematics for Data Mining
hktripathy
 
Lect 2 getting to know your data
Lect 2 getting to know your dataLect 2 getting to know your data
Lect 2 getting to know your data
hktripathy
 
Lect 1 introduction
Lect 1 introductionLect 1 introduction
Lect 1 introduction
hktripathy
 
Ad

Recently uploaded (20)

World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
larencebapu132
 
Political History of Pala dynasty Pala Rulers NEP.pptx
Political History of Pala dynasty Pala Rulers NEP.pptxPolitical History of Pala dynasty Pala Rulers NEP.pptx
Political History of Pala dynasty Pala Rulers NEP.pptx
Arya Mahila P. G. College, Banaras Hindu University, Varanasi, India.
 
One Hot encoding a revolution in Machine learning
One Hot encoding a revolution in Machine learningOne Hot encoding a revolution in Machine learning
One Hot encoding a revolution in Machine learning
momer9505
 
Presentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem KayaPresentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
Introduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe EngineeringIntroduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe Engineering
Damian T. Gordon
 
2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx
contactwilliamm2546
 
Geography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjectsGeography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjects
ProfDrShaikhImran
 
Multi-currency in odoo accounting and Update exchange rates automatically in ...
Multi-currency in odoo accounting and Update exchange rates automatically in ...Multi-currency in odoo accounting and Update exchange rates automatically in ...
Multi-currency in odoo accounting and Update exchange rates automatically in ...
Celine George
 
To study Digestive system of insect.pptx
To study Digestive system of insect.pptxTo study Digestive system of insect.pptx
To study Digestive system of insect.pptx
Arshad Shaikh
 
Michelle Rumley & MairĂŠad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & MairĂŠad Mooney, Boole Library, University College Cork. Tra...Michelle Rumley & MairĂŠad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & MairĂŠad Mooney, Boole Library, University College Cork. Tra...
Library Association of Ireland
 
New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptx
milanasargsyan5
 
LDMMIA Reiki Master Spring 2025 Mini Updates
LDMMIA Reiki Master Spring 2025 Mini UpdatesLDMMIA Reiki Master Spring 2025 Mini Updates
LDMMIA Reiki Master Spring 2025 Mini Updates
LDM Mia eStudios
 
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptxSCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
Ronisha Das
 
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
pulse  ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulsepulse  ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
sushreesangita003
 
How to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of saleHow to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of sale
Celine George
 
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Library Association of Ireland
 
YSPH VMOC Special Report - Measles Outbreak Southwest US 5-3-2025.pptx
YSPH VMOC Special Report - Measles Outbreak  Southwest US 5-3-2025.pptxYSPH VMOC Special Report - Measles Outbreak  Southwest US 5-3-2025.pptx
YSPH VMOC Special Report - Measles Outbreak Southwest US 5-3-2025.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
 
Odoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo SlidesOdoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo Slides
Celine George
 
Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025
Mebane Rash
 
Anti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptxAnti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptx
Mayuri Chavan
 
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
World war-1(Causes & impacts at a glance) PPT by Simanchala Sarab(BABed,sem-4...
larencebapu132
 
One Hot encoding a revolution in Machine learning
One Hot encoding a revolution in Machine learningOne Hot encoding a revolution in Machine learning
One Hot encoding a revolution in Machine learning
momer9505
 
Presentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem KayaPresentation of the MIPLM subject matter expert Erdem Kaya
Presentation of the MIPLM subject matter expert Erdem Kaya
MIPLM
 
Introduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe EngineeringIntroduction to Vibe Coding and Vibe Engineering
Introduction to Vibe Coding and Vibe Engineering
Damian T. Gordon
 
2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx2541William_McCollough_DigitalDetox.docx
2541William_McCollough_DigitalDetox.docx
contactwilliamm2546
 
Geography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjectsGeography Sem II Unit 1C Correlation of Geography with other school subjects
Geography Sem II Unit 1C Correlation of Geography with other school subjects
ProfDrShaikhImran
 
Multi-currency in odoo accounting and Update exchange rates automatically in ...
Multi-currency in odoo accounting and Update exchange rates automatically in ...Multi-currency in odoo accounting and Update exchange rates automatically in ...
Multi-currency in odoo accounting and Update exchange rates automatically in ...
Celine George
 
To study Digestive system of insect.pptx
To study Digestive system of insect.pptxTo study Digestive system of insect.pptx
To study Digestive system of insect.pptx
Arshad Shaikh
 
Michelle Rumley & MairĂŠad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & MairĂŠad Mooney, Boole Library, University College Cork. Tra...Michelle Rumley & MairĂŠad Mooney, Boole Library, University College Cork. Tra...
Michelle Rumley & MairĂŠad Mooney, Boole Library, University College Cork. Tra...
Library Association of Ireland
 
New Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptxNew Microsoft PowerPoint Presentation.pptx
New Microsoft PowerPoint Presentation.pptx
milanasargsyan5
 
LDMMIA Reiki Master Spring 2025 Mini Updates
LDMMIA Reiki Master Spring 2025 Mini UpdatesLDMMIA Reiki Master Spring 2025 Mini Updates
LDMMIA Reiki Master Spring 2025 Mini Updates
LDM Mia eStudios
 
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptxSCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
SCI BIZ TECH QUIZ (OPEN) PRELIMS XTASY 2025.pptx
Ronisha Das
 
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
pulse  ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulsepulse  ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
pulse ppt.pptx Types of pulse , characteristics of pulse , Alteration of pulse
sushreesangita003
 
How to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of saleHow to manage Multiple Warehouses for multiple floors in odoo point of sale
How to manage Multiple Warehouses for multiple floors in odoo point of sale
Celine George
 
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Marie Boran Special Collections Librarian Hardiman Library, University of Gal...
Library Association of Ireland
 
Odoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo SlidesOdoo Inventory Rules and Routes v17 - Odoo Slides
Odoo Inventory Rules and Routes v17 - Odoo Slides
Celine George
 
Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025Stein, Hunt, Green letter to Congress April 2025
Stein, Hunt, Green letter to Congress April 2025
Mebane Rash
 
Anti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptxAnti-Depressants pharmacology 1slide.pptx
Anti-Depressants pharmacology 1slide.pptx
Mayuri Chavan
 

Lecture1 introduction to big data

  • 2. Syllabus 2 Prerequisite: Data Base Management System (CS-2004) Introduction to Big Data : Importance of Data, Characteristics of Data Analysis of Unstructured Data, Combining Structured and Unstructured Sources. Introduction to Big Data Platform – Challenges of conventional systems – Web data – Evolution of Analytic scalability, analytic processes and tools, Analysis vs reporting – Modern data analytic tools, Types of Data, Elements of Big Data, Big Data Analytics, Data Analytics Lifecycle. Exploring the Use of Big Data in Business Context, Use of Big Data in Social Networking, Business Intelligence, Product Design and Development Data analysis: Exploring Basic Features of R, Programming Features, Packages, Exploring RStudio, Handling Basic Expressions in R, Basic Arithmetic in R, Mathematical Operators, Calling Functions in R, Working with Vectors, Creating and Using Objects, Handling Data in R Workspace, Creating Plots, Using Built-in Datasets in R, Reading Datasets and Exporting Data from R, Manipulating and Processing Data in R. Statistical Features-Analysis of time series: linear systems analysis, nonlinear dynamics – Rule induction – Neural networks: learning and generalization, competitive learning, principal component analysis and neural networks. Big data technology foundations & mining data streams: Exploring the Big Data Stack, Data Sources Layer, Ingestion Layer, Storage Layer, Physical Infrastructure Layer, Platform Management Layer, Security Layer, Monitoring Layer, Analytics Engine, Visualization Layer, Big Data Applications, Virtualization. Introduction to Streams Concepts – Stream data model and architecture – Stream Computing, Sampling data in a stream – Filtering streams, Counting distinct elements in a stream. Frequent itemsets and clustering : Mining Frequent itemsets – Market based model – Apriori Algorithm – Handling large data sets in Main memory – Limited Pass Algorithm – Counting frequent itemsets in a stream – Clustering Techniques – Hierarchical – KMeans. Analytical Approaches and Tools to Analyze Data: Text Data Analysis, Graphical User Interfaces, Point Solutions. Frameworks and visualization : Distributed and Parallel Computing for Big Data, MapReduce – Hadoop, HDFS, Hive, MapR – Hadoop -YARN - Pig and PigLatin, Jaql - Zookeeper - HBase, Cassandra- Oozie, Lucene- Avro, Mahout. Hadoop Distributed file systems. Visualizations – Visual data analysis techniques, interaction techniques; Systems and applications Text Books: 1. Big Data, Black Book, DT Editorial Services, Dreamtech Press, 2015
  • 3. Course Outcome • At the end of the course, the students will be able to: – CO1. Identify the need for big data analytics for a domain – CO2. Performing analysis of data using R tool. – CO3. Use Hadoop, Map Reduce Framework – CO4. Apply big data for a given problem – CO5. Suggest areas to apply big data to increase business outcome – CO6. Contextually integrate and correlate large amounts of information automatically to gain faster insights
  • 4. What’s Big Data? No single definition; here is from Wikipedia: Big data is the term for a collection of data sets so large and complex that it becomes difficult to process using on-hand database management tools or traditional data processing applications. The challenges include capture, curation, storage, search, sharing, transfer, analysis, and visualization. The trend to larger data sets is due to the additional information derivable from analysis of a single large set of related data, as compared to separate smaller sets with the same total amount of data, allowing correlations to be found to “spot business trends, determine quality of research, prevent diseases, link legal citations, combat crime, and determine real-time roadway traffic conditions.” 4
  • 6. Harnessing Big Data • OLTP: Online Transaction Processing (DBMSs) • OLAP: Online Analytical Processing (Data Warehousing) • RTAP: Real-Time Analytics Processing (Big Data Architecture & technology) 6
  • 7. The Model Has Changed… • The Model of Generating/Consuming Data has Changed Old Model: Few companies are generating data, all others are consuming data New Model: all of us are generating data, and all of us are consuming data 7
  • 8. What’s driving Big Data to Analytics - Ad-hoc querying and reporting - Data mining techniques - Structured data, typical sources - Small to mid-size datasets - Optimizations and predictive analytics - Complex statistical analysis - All types of data, and many sources - Very large datasets - More of a real-time 8
  • 9. Structuring Big Data • In simple terms, is arranging the available data in a manner such that it becomes easy to study, analyze, and derive conclusion format. • Why is structuring required? In our daily life, you may have come across questions like, ‒ How do I use to my advantage the vast amount of data and information I come accross? ‒ Which news articles should I read of the thousands I come accross? ‒ How do I choose a book of the millions available on my favourate sites or stores? ‒ How do I keep myself updated about new events, sports, inventions, and discoveries taking place across the globe? Today, solution to such questions can be found by information processing systems.
  • 10. Types of Data • Data that comes from multiple sources, such as databases, ERP systems, weblogs, chat history, and GPS maps so varies in format. But primarily data is obtained from following types of data sources. • Internal Sources : Organisational or enterprise data – CRM, ERP, OLTP, products and sales data....... (Structured data) • External sources: Social Data • Business partners, Internet, Government, Data supliers............. (Unstructured or unorganised data)
  • 11. • On the basis of the data received from the source mentioned, big data is comprises; – Structure Data – Unstructured Data – Semi-structured Data BIG DATA = Structure Data + Unstructure Data + Semi-structure Data Types of Data (cont..)
  • 12. Structure Data • It can be defined as the data that has a defined repeating pattern. • This pattern makes it easier for any program to sort, read, and process the data. • Processing structured data is much faster and easier than processing data without any specific repeating pattern.
  • 13. • Is organised data in a prescribed format. • Is stored in tabular form. • Is the data that resides in fixed fields within a record or file. • Is formatted data that has eities and their attributes are properly mapped. • Is used in query and report against predetermined data types. • Sources: DBMS/RDBMS, Flat files, Multidimensional databases, Legacy databases Structure Data (cont..)
  • 15. • It is a set of data that might or might not have any logical or repeating patterns. • Typically of metadata, i.e, the additional information related to data. • Inconsistent data (files, social media websites, satalities, etc.) • Data in different format (e-mails, text, audio, video or images. • Sources: Social media, Mobile Data, Text both internal & external to an organzation Unstructure Data
  • 16. Where Does Unstructured Data Come From?
  • 20. • Having a schema-less or self-describing structure, refers to a form of structured data that contains tags or markup element in order to separate elements and generate hierarchies of records and fields in the given data. • In other words, data is stored inconsistently in rows and columns of a database. • Sources: File systems such as Web data in the form of cookies, Data exchange formats.... Semi-Structure Data
  • 24. Big Data: Batch Processing & Distributed Data Store Hadoop/Spark; HBase/Cassandra BI Reporting OLAP & Dataware house Business Objects, SAS, Informatica, Cognos other SQL Reporting Tools Interactive Business Intelligence & In-memory RDBMS QliqView, Tableau, HANA Big Data: Real Time & Single View Graph Databases THE EVOLUTION OF BUSINESS INTELLIGENCE 1990’s 2000’s 2010’s Speed Scale Scale Speed
  • 27. IBM Big Data characteristics – 3V. Adopted from (Zikopoulos and Eaton 2011) 3V's of Big Data Architectural Paradigms
  • 28. Volume (Scale) • Data Volume – 44x increase from 2009 2020 – From 0.8 zettabytes to 35zb • Data volume is increasing exponentially 28 Exponential increase in collected/generated data
  • 29. 12+ TBs of tweet data every day 25+ TBs of log data every day ?TBsof dataeveryday 2+ billion people on the Web by end 2011 30 billion RFID tags today (1.3B in 2005) 4.6 billion camera phones world wide 100s of millions of GPS enabled devices sold annually 76 million smart meters in 2009… 200M by 2014
  • 30. Maximilien Brice, Š CERN CERN’s Large Hydron Collider (LHC) generates 15 PB a year
  • 31. The Earthscope • The Earthscope is the world's largest science project. Designed to track North America's geological evolution, this observatory records data over 3.8 million square miles, amassing 67 terabytes of data. It analyzes seismic slips in the San Andreas fault, sure, but also the plume of magma underneath Yellowstone and much, much more. (http://www.msnbc.msn.com/id/44363598/ns/technology_and_science- future_of_technology/#.TmetOdQ--uI)
  • 32. Variety (Complexity) • Relational Data (Tables/Transaction/ Legacy Data) • Text Data (Web) • Semi-structured Data (XML) • Graph Data – Social Network, Semantic Web (RDF), … • Streaming Data – You can only scan the data once • A single application can be generating/collecting many types of data • Big Public Data (online, weather, finance, etc) 32 To extract knowledge all these types of data need to linked together
  • 33. A Single View to the Customer Customer Social Media Gaming Entertain Banking Finance Our Known History Purchas e
  • 34. Velocity (Speed) • Data is begin generated fast and need to be processed fast • Online Data Analytics • Late decisions  missing opportunities • Examples – E-Promotions: Based on your current location, your purchase history, what you like  send promotions right now for store next to you – Healthcare monitoring: sensors monitoring your activities and body  any abnormal measurements require immediate reaction 34
  • 35. Real-time/Fast Data Social media and networks (all of us are generating data) Scientific instruments (collecting all sorts of data) Mobile devices (tracking all objects all the time) Sensor technology and networks (measuring all kinds of data) • The progress and innovation is no longer hindered by the ability to collect data • But, by the ability to manage, analyze, summarize, visualize, and discover knowledge from the collected data in a timely manner and in a scalable fashion 35
  • 36. Real-Time Analytics/Decision Requirement Customer Influence Behavior Product Recommendations that are Relevant & Compelling Friend Invitations to join a Game or Activity that expands business Preventing Fraud as it is Occurring & preventing more proactively Learning why Customers Switch to competitors and their offers; in time to Counter Improving the Marketing Effectiveness of a Promotion while it is still in Play
  • 37. Some Make it 4V’s 37
  • 38. Some Make it 5 V’s
  • 39. Value • Value is defined as the usefulness of data for an enterprise. • The value characteristic is intuitively related to the veracity characteristic in that the higher the data fidelity, the more value it holds for the business. • Value is also dependent on how long data processing takes because analytics results have a shelf-life; for example, a 20 minute delayed stock quote has little to no value for making a trade compared to a quote that is 20 milliseconds old. • Data that has high veracity and can be analyzed quickly has more value to business.
  • 40. The 6 V's Big Data traits 6V
  • 42. The 9 V's Big Data traits
  • 43. 10 V's Big Data 1. Volume 2. Variety 3. Velocity 4. Veracity 5. Value 6. Variability 7. Visualization 8. Voloatility 9. Validity 10. Vulnerability Volotility: How old does your data need to be before it is considered irrelevant, historic, or not useful any longer? How long does data need to be kept for? Vulnerability: Big data brings new security concerns. After all, a data breach with big data is a big breach.
  • 44. Big Data Analytics • Big data is more real-time in nature than traditional DW applications • Big data analytics reformed the ways to conduct business in many ways, such as it improves decission making, business process management, etc. • Business analytics uses the data and different other techniques like information technology, features of statistics, quantitative methods and different models to provide results. • Traditional DW architectures (e.g. Exadata, Teradata) are not well-suited for big data apps • Shared nothing, massively parallel processing, scale out architectures are well-suited for big data apps 44
  • 47. Types of Data Analytics The main goal of big data analytics is to help organizations make smarter decisions for better business outcomes. With data in hand, you can begin doing analytics. • But where do you begin? • And which type of analytics is most appropriate for your big data environment? Looking at all the analytic options can be a daunting task. However, luckily these analytic options can be categorized at a high level into three distinct types.  Descriptive Analytics,  Predictive Analytics,  Prescriptive Analytics
  • 48. Descriptive Analytics - (Insight into the past) • Descriptive Analytics, which use data aggregation and data mining to provide insight into the past and answer: – “What has happened in the business?” • Descriptive analysis or statistics does exactly what the name implies they “Describe”, or summarize raw data and make it something that is interpretable by humans. • The past refers to any point of time that an event has occurred, whether it is one minute ago, or one year ago. • Descriptive analytics are useful because they allow us to learn from past behaviors, and understand how they might influence future outcomes.
  • 49. • The main objective of descriptive analytics is to find out the reasons behind precious success or failure in the past. • The vast majority of the statistics we use fall into this category. • Common examples of descriptive analytics are reports that provide historical insights regarding the company’s production, financials, operations, sales, finance, inventory and customers. Descriptive Analytics (cont..)
  • 50. Predictive Analytics - (Understanding the future) • Predictive Analytics, which use statistical models and forecasts techniques to understand the future and answer: – “What could happen?” • These analytics are about understanding the future. • Predictive analytics provide estimates about the likelihood of a future outcome. It is important to remember that no statistical algorithm can “predict” the future with 100% certainty. • Companies use these statistics to forecast what might happen in the future. This is because the foundation of predictive analytics is based on probabilities. • These statistics try to take the data that you have, and fill in the missing data with best guesses.
  • 51. Predictive Analytics (cont..) Predictive analytics can be further categorized as – • Predictive Modelling –What will happen next, if ? • Root Cause Analysis-Why this actually happened? • Data Mining- Identifying correlated data. • Forecasting- What if the existing trends continue? • Monte-Carlo Simulation – What could happen? • Pattern Identification and Alerts –When should an action be invoked to correct a process. Sentiment analysis is the most common kind of predictive analytics. The learning model takes input in the form of plain text and the output of the model is a sentiment score that helps determine whether the sentiment is positive, negative or neutral.
  • 52. Prescriptive Analytics - (Advise on possible outcomes) • Prescriptive Analytics, which use optimization and simulation algorithms to advice on possible outcomes and answer: – “What should we do?” • The relatively new field of prescriptive analytics allows users to “prescribe” a number of different possible actions to and guide them towards a solution. In a nut-shell, these analytics are all about providing advice. • Prescriptive analytics is the next step of predictive analytics that adds the spice of manipulating the future.
  • 53. Prescriptive Analytics (cont..) • Prescriptive analytics is an advanced analytics concept based on, – Optimization that helps achieve the best outcomes. – Stochastic optimization that helps understand how to achieve the best outcome and identify data uncertainties to make better decisions. • Prescriptive analytics is a combination of data, mathematical models and various business rules. The data for prescriptive analytics can be both internal (within the organization) and external (like social media data). • Prescriptive analytics can be used in healthcare to enhance drug development, finding the right patients for clinical trials, etc.
  • 56. Cloud Computing • IT resources provided as a service – Compute, storage, databases, queues • Clouds leverage economies of scale of commodity hardware – Cheap storage, high bandwidth networks & multicore processors – Geographically distributed data centers • Offerings from Microsoft, Amazon, Google, …
  • 58. Benefits • Cost & management – Economies of scale, “out-sourced” resource management • Reduced Time to deployment – Ease of assembly, works “out of the box” • Scaling – On demand provisioning, co-locate data and compute • Reliability – Massive, redundant, shared resources • Sustainability – Hardware not owned
  • 59. Types of Cloud Computing • Public Cloud: Computing infrastructure is hosted at the vendor’s premises. • Private Cloud: Computing architecture is dedicated to the customer and is not shared with other organisations. • Hybrid Cloud: Organisations host some critical, secure applications in private clouds. The not so critical applications are hosted in the public cloud – Cloud bursting: the organisation uses its own infrastructure for normal usage, but cloud is used for peak loads. • Community Cloud
  • 60. Classification of Cloud Computing based on Service Provided • Infrastructure as a service (IaaS) – Offering hardware related services using the principles of cloud computing. These could include storage services (database or disk storage) or virtual servers. – Amazon EC2, Amazon S3, Rackspace Cloud Servers and Flexiscale. • Platform as a Service (PaaS) – Offering a development platform on the cloud. – Google’s Application Engine, Microsofts Azure, Salesforce.com’s force.com . • Software as a service (SaaS) – Including a complete software offering on the cloud. Users can access a software application hosted by the cloud vendor on pay- per-use basis. This is a well-established sector. – Salesforce.coms’ offering in the online Customer Relationship Management (CRM) space, Googles gmail and Microsofts hotmail, Google docs.
  • 61. Infrastructure as a Service (IaaS)
  • 62. More Refined Categorization • Storage-as-a-service • Database-as-a-service • Information-as-a-service • Process-as-a-service • Application-as-a-service • Platform-as-a-service • Integration-as-a-service • Security-as-a-service • Management/ Governance-as-a-service • Testing-as-a-service • Infrastructure-as-a-service InfoWorld Cloud Computing Deep Dive
  • 63. Key Ingredients in Cloud Computing • Service-Oriented Architecture (SOA) • Utility Computing (on demand) • Virtualization (P2P Network) • SAAS (Software As A Service) • PAAS (Platform AS A Service) • IAAS (Infrastructure AS A Servie) • Web Services in Cloud