SlideShare a Scribd company logo
UNDERSTANDING BIG DATAS
THINK BIG
MEHMET BURAK AKGÜN
First of All What is Big Data?
• BIG-DATA is collected as
non-structural from
different sources Such as
Social media sharing,
network logs, blogs,
photos, videos, log files,
etc..
• BIG-DATA is Can not be
analyzed before Enormous
size and / or diversity
information over the data
1) Why Big Data ? How did we come this point?
2) What is the Big Data’s Components?
3) How will the integration with existing systems?
4) Is there any BIG Data Platform / Applications?
• Almost all data scientists believed that too important advantages of
companies using with the ability to analyze information collected from all
sources .
• For example, retailers; according to scientists analyze they can through data
can improve their operations by 60 percent profit margin. Similar rates are
also valid for the public sector.
• According to research, The US healthcare using to data scientists can save
300 million dollars a year.
• According to estimates in 2020, from household appliances to cars and
phones and about 50 billion devices will produce data and will be silently
communicate with each other.
• For companies which wish to take decisions in the forward-looking ,
predictions should be critically correct from these «Big Data».
● Energy companies, using smart grids and meters, consisting of the use
of data relating to individual subscribers, store, handle the event.
● Banks has become 7/24 branch as according to the information they
store regarding collecting customers , recognizing the user, the
Internet branch knows the day nor to enter and accordingly the main
page menu that makes the most efficient, customers who reminders,
offers customizable interfaces, rich, fast and convenient branch .
● Hospitals saving datas on their databases for effective to provide
medical services
● This information will be stored as "Big Data"
DATA = PRODUCT
Google without using conventional methods, created their technologies of
requirenments,improving itself was a success. Google has billions of web pages
on the Google File System keeps uses Big Table in the database, using
MapReduce for processing Big Data.
See http://www.google.com/about/datacenters
Google and Amazon publishes academic articles are related to their work. Some
developers who inspired by the articles such as Doug Cutting created similar
technology as secret. These are usually the most beautiful examples of the
Apache Lucene, Left, Hadoop, HBase such projects. Each of these projects can
successfully use the Big Datas .
The second generation of the companies such as Facebook, Twitter, Linkedin,
are going a step forward by publishing them store it as open-source projects
developed for Big data. Cassandra, Hive, Pig, Voldemort, Storm, indextank
projects are examples.
Peki Büyük Veri nasıl depolanacak?
Nasıl işlenecek?
Nasıl analiz edilecek?
Volume
of Tweets
create daily.
12+ terabytes
Variety
of different
types of data.
100’s
Veracity
decision makers trust
their information.
Only 1 in 3
4 «components» for being Big
trade events
per second.
5+ million
Velocity
Big Data
• It is expecting to reach 3 billion users.In August
2015,
12TB / day «log data» is producing.
The end of 2014 expected reach is 500+ million
users.
160 million users are online.
•
•
• 100 million active users. 12+ TB of data
tweets / day! ..
Social Networks and Social Work
Google process 24
Petabytes data every day
4.6 Billion mobile
phone exist
2 Billion Internet users annual traffic
in 2014 equals 667 Exabytes
Social Networks and Social Work
Users are not just people! ..
Each engine 10TB / 30 Mins data produces.
“Data generated by machines and sensors
will exceed that generated by social media by
at least a factor of 10.” *
Leon Katsnelson
Program Director, Big Data & Cloud
Computing IBM
By the way, We don't have enough space to store all this data!
We actually appear as a game company.In fact we are
data analysis company..
Ken Rudin, Zynga VP of Analytics
• Offers completely free game facilities.
• Gaining revenue by selling virtual goods.
• The monthly average has 232m active users.
• 95% of players never visited shop!
• With Using Big Data analysis they disturbed to the game world.
Four Entry Points of Big Data
Unlock Big
Data
Simplify Your
Warehouse
Preprocess
Raw Data
Analyse
Streaming
Data
IBM Big Data Platform
Systems
Management
Application
Development
Visualization
& Discovery
Accelerators
Information Integration & Governance
Hadoop
System
Stream
Computing
Data Warehouse
BI / Reporting Exploration /
Visualization
Functional
App
Industry
App
Predictive
Analytics
Content
Analytics
Analytic Applications
Applications for Big Data Analytics
Homeland Security
FinanceSmarter Healthcare Multi-channel sales
Telecom
Manufacturing
Traffic Control
Trading Analytics Fraud and Risk
Log Analysis
Search Quality
Retail: Churn, NBO
"Companies which give importance to Social media is gaining"
In Turkey Organized by the Teradata "Big Data: Great Opportunity" themed event brought together senior
executives of the company in Istanbul. President of Teradata EMEA Hermann Wimmer, ‘companies that want to
increase their profitability by preventing competitors from social media by analyzing the data obtained in a short
time, said he helped to make quick decisions.’
Technological solution is preferring when it provides advantages
Big Data
Big Data and Open Source Nested
• Open Source Community contribution made over the years
- Apache Hadoop ve Jaql, Apache Derby, Apache Geronimo, Apache
Jakarta
- Eclipse: was founded by IBM.
- Lucene ;IBM Lucene Extension Library (ILEL)
- DRDA, XQuery, SQL, XML4J, XERCES, HTTP,
Java, Linux...
• Open source IBM Softwares
– WebSphere: Apache
– Rational: Eclipse and Apache
– InfoSphere: Eclipse and Apache
• IBM’s BigInsights (Hadoop) is %100 open source software.
Hadoop
• Open Source
• Distributed
Computing
• Very Simply
MapReduce
• Connected
computers
• Ebay – 532 node 532x8 Core – 4256 Core
• Facebook – 1100 node 8800 core 12 PB
Storage
• LinkedIn – 1200 + 580 + 120 node
• Quantcast – 3000 node 3.5 PB 1PB+ daily
data
Example Hadoop Installations
Hadoop
• Components:
– DataStorage-HDFS-Distributed DiskFileSystem
– DataProcessing-MapReduce
HDFS
• Google File System
• Distributed Disk File System
• File Clustering(Usually Files sizes are over then GBs
• Fault tolerant
• Replication
• HDFS is knowledge about the location of physical.
HDFS
• Accessible by with Hadoop Shell , Java API or Web UI
• Four application node:
– NameNode – manages the metadata of the file
– SystemJob Tracker – MapReduce
– Task Tracker – MapReduce
– Data Node – InformationshidingwithNameNode
BIG DATA is not just HADOOP
Manage & store huge volume
of any data
Hadoop File System
MapReduce
Manage streaming data Stream Computing
Analyze unstructured data Text Analytics Engine
Data WarehousingStructure and control data
Integrate and govern all
data sources
Integration, Data Quality, Security, Lifecycle
Management, MDM
Understand and navigate
federated big data sources
Federated Discovery and Navigation
MapReduce
• Big Data Processing -‐Google
• Distributed Calculation Model
• Key - the value binary data processing
• Easy programming framework
– for use:you should improve map() ve reduce()
functions
Map: First Step
• Make ready the next processing elements
while matching with a key
– Data Cleaning
– Simply Calculating
– Split Strings
Reduce: Last Step
• Takes the list of values for Same key with
Iterators
– Filtering
– Combining
– Samping
So reduced..
The result is written to HDFS or HBase
Architecture:MapReduce
HDFS CLUSTER
K1,V1
K1,V1
…..
K1,V1
K1,V1
…
K1,V1
K1,V1
….
K1,V1
K1,V1
…
M K2,V2
K2,V2
M K2,V2
K2,V2
M K2,V2
K2,V2
K2,V2
M …
M
M
M
M
K2,V2
K2,V2
K2,V2
K2,V2
K2,V2
K2,V2
K2,V2
K2,V2
K2,V2
…
GROUPING
RANKING
K2, Iterable<V2>
K2, Iterable<V2>
K2, Iterable <V2>
R
K3,V3
K3,V3
…
Apache Pig
• Yahoo!
• Designed to easy analysis of large data sets
• Easy than Map Reduce function in Java
– Pig Lan coding
– Can be improved
• Similar with each languages
• 10 lines of Pig code may be equivalent to hundreds of lines Java
Run To Pig !
• Grunt – Shell
• Java interface
• Eclipse and IntelliJ IDEA plugins
%tweets = load ‘/today/tweets’ as (user,
mention, tweet)
%twitters = group tweets by mention
Apache Hive
• Data Warehouse Project for Hadoop
• SummarizingData
• Instant queries
• SQL-like language –HiveQL
– Allows to define custom mapper and reducer
Special Note * : Hive compiler translates the
MapReduce operations to SQL queries
HBase
Every time we do not need to relational databases
We need Scalability
Table size can be very large so We want very fast
access
Distributed Key-‐Sorted Persistent Map
HBase
Google – Big Table clon
Works on HDFS
*fault tolerance
*scalability
*MapReduces input-output
Hbase = HDFS + Random read/ write
HBase
Where to Use:
Social Media
Recommended Systems
Search Engines
Intelligence and Monitoring Services
Financial Systems - fraud
Apache Mahout
• Let us go beyond the simple analysis
• Classification - Email Spam - Call Center
• Clustering - finding new news
• Recommended Systems
Apache Mahout
Ready Algorithms::
• Classification:
• Logisac Regression
• Bayesian
• Random Forests
– Application
• Call forwarding
• Face recognition
Apache Mahout
Ready Algorithms:
Recommendation:
• Distributed Item based
• Matrix Factorizaaon
• Non distributed item/user based
– Application:
• eCommerce - Amazon
• Movie recommendation - netflix
• Music recommendation - LastFM
• Venue Recommendation - foursquare
In summary:Some Big
Data Applications
 Log Analytics (IT for IT)
 Smart Grid / Smarter Utilities
 RFID Tracking & Analytics
 Fraud / Risk Management & Modeling
 360° View of the Customer
 Warehouse Extension
 Email / Call Center Transcript
Analysis
 Call Detail Record Analysis
 IBM Watson
The IBM Big Data Platform
IBM Big Data Platform
IBM Big Data & Netezza Product Group
InfoSphere BigInsights Hadoop-based,
low latency, diverse and high-volume data
analysis
Hadoop
IBM Netezza High
Capacity Appliance
Archived questionable
structural data
IBM Netezza 1000
BI+Ad Hoc
Structured Data Analysis
IBM Smart
Analytics System
Structural analysis
of operational data
IBM Informix
Timeseries
Time-structured analytics
IBM
InfoSphere
Warehouse
High volume, structural
veri analizi
Stream Computing
InfoSphere Streams Fluid
analysis for low latency data
MPP Data Warehouse
Information
IntegrationInfoSphere Information
Server High volume data
integration and transformation
Big Data Exploration: Value & Diagram
File
Systems
Relational
Data
Content
Management
Email
CRM
Supply
Chain
ERP
RSS Feeds
Cloud
Custom
Sources
DataExplorerApplication/
Users
Find, Visualize & Understand all
big data to improve business
knowledge
• Greater efficiencies in business
processes
• New insights from combining and
analyzing data types in new ways
• Develop new business models with
resulting increased market presence
and revenue
Data Analysis in Different Diversity
Making the analysis on the data in mixed feature.
Dinamic Data Analysis
High volume flow data, ad-hoc analysis
Explore and experiment
Data on Ad-hoc analysis, discovery and
inspection data
Manage and Plans
Data Rules,Data integrity checking and
application
Very High Volume Data Analysis
The data in the PB scale appropriate price /
performance criteria for analysis
What does IBM platform?
Big Data

More Related Content

DOCX
Big data abstract
nandhiniarumugam619
 
PDF
Introduction to Big Data
Haluan Irsad
 
PDF
Introduction to Big data with Hadoop & Spark | Big Data Hadoop Spark Tutorial...
CloudxLab
 
PPT
Big Data
NGDATA
 
PDF
Big Data Final Presentation
17aroumougamh
 
PPT
Big data analytics, survey r.nabati
nabati
 
PPT
Big Data: An Overview
C. Scyphers
 
PDF
BIG DATA
Dr. Shashank Shetty
 
Big data abstract
nandhiniarumugam619
 
Introduction to Big Data
Haluan Irsad
 
Introduction to Big data with Hadoop & Spark | Big Data Hadoop Spark Tutorial...
CloudxLab
 
Big Data
NGDATA
 
Big Data Final Presentation
17aroumougamh
 
Big data analytics, survey r.nabati
nabati
 
Big Data: An Overview
C. Scyphers
 

What's hot (20)

PPTX
Big Data - An Overview
Arvind Kalyan
 
PDF
Big data analytics with Apache Hadoop
Suman Saurabh
 
PDF
Lesson 1 introduction to_big_data_and_hadoop.pptx
Pankajkumar496281
 
PPTX
Introduction to Big Data
Karan Desai
 
PDF
THE 3V's OF BIG DATA: VARIETY, VELOCITY, AND VOLUME from Structure:Data 2012
Gigaom
 
PPTX
Big Data & Hadoop Introduction
Jayant Mukherjee
 
PPTX
Big Data Hadoop Tutorial by Easylearning Guru
KCC Software Ltd. & Easylearning.guru
 
PPTX
10 Most Effective Big Data Technologies
Mahindra Comviva
 
PPTX
Big Data - Applications and Technologies Overview
Sivashankar Ganapathy
 
PPTX
Big Data in Action : Operations, Analytics and more
Softweb Solutions
 
PDF
Guest Lecture: Introduction to Big Data at Indian Institute of Technology
Nishant Gandhi
 
PDF
#BigDataCanarias: "Big Data & Career Paths"
Marcos Colebrook-Santamaria
 
PDF
Core concepts and Key technologies - Big Data Analytics
Kaniska Mandal
 
DOCX
Big data and Hadoop overview
Nitesh Ghosh
 
PPTX
Big Data Tutorial | What Is Big Data | Big Data Hadoop Tutorial For Beginners...
Simplilearn
 
PPTX
Big data ppt
Shweta Sahu
 
PPTX
Big Data Analytics
Tyrone Systems
 
PDF
Research paper on big data and hadoop
Shree M.L.Kakadiya MCA mahila college, Amreli
 
PPTX
Big Data PPT by Rohit Dubey
Rohit Dubey
 
PDF
Big data trends challenges opportunities
Mohammed Guller
 
Big Data - An Overview
Arvind Kalyan
 
Big data analytics with Apache Hadoop
Suman Saurabh
 
Lesson 1 introduction to_big_data_and_hadoop.pptx
Pankajkumar496281
 
Introduction to Big Data
Karan Desai
 
THE 3V's OF BIG DATA: VARIETY, VELOCITY, AND VOLUME from Structure:Data 2012
Gigaom
 
Big Data & Hadoop Introduction
Jayant Mukherjee
 
Big Data Hadoop Tutorial by Easylearning Guru
KCC Software Ltd. & Easylearning.guru
 
10 Most Effective Big Data Technologies
Mahindra Comviva
 
Big Data - Applications and Technologies Overview
Sivashankar Ganapathy
 
Big Data in Action : Operations, Analytics and more
Softweb Solutions
 
Guest Lecture: Introduction to Big Data at Indian Institute of Technology
Nishant Gandhi
 
#BigDataCanarias: "Big Data & Career Paths"
Marcos Colebrook-Santamaria
 
Core concepts and Key technologies - Big Data Analytics
Kaniska Mandal
 
Big data and Hadoop overview
Nitesh Ghosh
 
Big Data Tutorial | What Is Big Data | Big Data Hadoop Tutorial For Beginners...
Simplilearn
 
Big data ppt
Shweta Sahu
 
Big Data Analytics
Tyrone Systems
 
Research paper on big data and hadoop
Shree M.L.Kakadiya MCA mahila college, Amreli
 
Big Data PPT by Rohit Dubey
Rohit Dubey
 
Big data trends challenges opportunities
Mohammed Guller
 
Ad

Viewers also liked (19)

PDF
From Tweets To Polls Linking Text Sentiment To Public Opinion Time Series
Jay Z
 
PPT
Lielplatones amatierteātris
Laura Gulbe
 
PDF
Timeline understanding
JJ Ly
 
PPTX
Best buy
James Liao
 
PPTX
business finance
ezraken
 
PPT
active-directory-domain-services
202066
 
PPT
American Heart Association Chicago 18 11-2014
Carlo Fino
 
PPTX
b.arab
norainabdulrahim
 
DOCX
Kefahaman yang salah mengenai Nabi dan Rasul yang tersebar di kalangan pengan...
norainabdulrahim
 
PDF
Adab darjah iii
norainabdulrahim
 
PPT
Social Media Sentiment Analysis
Mehmet Burak Akgün
 
PPTX
Internet Security is an Oxymoron
Max Nokhrin
 
PDF
Mongodb railscamphh
jan_mindmatters
 
PDF
Nosql part3
Ruru Chowdhury
 
PPTX
Ratchada
RatchadaSangpraiwan
 
PPTX
wisakon
wisakon
 
PDF
Rails南蛮通事
Yuumi Yoshida
 
From Tweets To Polls Linking Text Sentiment To Public Opinion Time Series
Jay Z
 
Lielplatones amatierteātris
Laura Gulbe
 
Timeline understanding
JJ Ly
 
Best buy
James Liao
 
business finance
ezraken
 
active-directory-domain-services
202066
 
American Heart Association Chicago 18 11-2014
Carlo Fino
 
Kefahaman yang salah mengenai Nabi dan Rasul yang tersebar di kalangan pengan...
norainabdulrahim
 
Adab darjah iii
norainabdulrahim
 
Social Media Sentiment Analysis
Mehmet Burak Akgün
 
Internet Security is an Oxymoron
Max Nokhrin
 
Mongodb railscamphh
jan_mindmatters
 
Nosql part3
Ruru Chowdhury
 
wisakon
wisakon
 
Rails南蛮通事
Yuumi Yoshida
 
Ad

Similar to Big Data (20)

PPT
Lecture 5 - Big Data and Hadoop Intro.ppt
almaraniabwmalk
 
PDF
Dba to data scientist -Satyendra
pasalapudi123
 
PDF
Big data
roysonli
 
PPT
Data analytics & its Trends
Dr.K.Sreenivas Rao
 
PPTX
Big Data
Mahesh Bmn
 
PPTX
Special issues on big data
Vedanand Singh
 
PPT
Big Data
Raja Ram Dutta
 
PPTX
Kartikey tripathi
KARTIKEY TRIPATHI
 
PPT
Big data with hadoop
Anusha sweety
 
PPTX
ppt final.pptx
kalai75
 
PPTX
Big data
Nimish Kochhar
 
PPTX
Big data
Nimish Kochhar
 
PPTX
Big Data and Hadoop
MaulikLakhani
 
PPTX
Big data with hadoop
Remas Ittahir
 
PDF
Bigdatappt 140225061440-phpapp01
nayanbhatia2
 
PDF
Big Data overview
alexisroos
 
PPTX
Big-Data-Seminar-6-Aug-2014-Koenig
Manish Chopra
 
PPTX
Big data ppt
Nasrin Hussain
 
PPTX
BigData.pptx
vidhi171881
 
PPTX
Big_Data_ppt[1] (1).pptx
TanguturiAvinash
 
Lecture 5 - Big Data and Hadoop Intro.ppt
almaraniabwmalk
 
Dba to data scientist -Satyendra
pasalapudi123
 
Big data
roysonli
 
Data analytics & its Trends
Dr.K.Sreenivas Rao
 
Big Data
Mahesh Bmn
 
Special issues on big data
Vedanand Singh
 
Big Data
Raja Ram Dutta
 
Kartikey tripathi
KARTIKEY TRIPATHI
 
Big data with hadoop
Anusha sweety
 
ppt final.pptx
kalai75
 
Big data
Nimish Kochhar
 
Big data
Nimish Kochhar
 
Big Data and Hadoop
MaulikLakhani
 
Big data with hadoop
Remas Ittahir
 
Bigdatappt 140225061440-phpapp01
nayanbhatia2
 
Big Data overview
alexisroos
 
Big-Data-Seminar-6-Aug-2014-Koenig
Manish Chopra
 
Big data ppt
Nasrin Hussain
 
BigData.pptx
vidhi171881
 
Big_Data_ppt[1] (1).pptx
TanguturiAvinash
 

Recently uploaded (20)

PPTX
Gupta Art & Architecture Temple and Sculptures.pptx
Virag Sontakke
 
PPTX
INTESTINALPARASITES OR WORM INFESTATIONS.pptx
PRADEEP ABOTHU
 
PPTX
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
PPTX
Virus sequence retrieval from NCBI database
yamunaK13
 
PPTX
HEALTH CARE DELIVERY SYSTEM - UNIT 2 - GNM 3RD YEAR.pptx
Priyanshu Anand
 
PDF
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
PPTX
Care of patients with elImination deviation.pptx
AneetaSharma15
 
DOCX
pgdei-UNIT -V Neurological Disorders & developmental disabilities
JELLA VISHNU DURGA PRASAD
 
PDF
Biological Classification Class 11th NCERT CBSE NEET.pdf
NehaRohtagi1
 
PPTX
Artificial-Intelligence-in-Drug-Discovery by R D Jawarkar.pptx
Rahul Jawarkar
 
PDF
Module 2: Public Health History [Tutorial Slides]
JonathanHallett4
 
PDF
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
PPTX
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
PDF
Antianginal agents, Definition, Classification, MOA.pdf
Prerana Jadhav
 
PPTX
Applications of matrices In Real Life_20250724_091307_0000.pptx
gehlotkrish03
 
PDF
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
PPTX
How to Apply for a Job From Odoo 18 Website
Celine George
 
PPTX
A Smarter Way to Think About Choosing a College
Cyndy McDonald
 
PPTX
Continental Accounting in Odoo 18 - Odoo Slides
Celine George
 
PPTX
CONCEPT OF CHILD CARE. pptx
AneetaSharma15
 
Gupta Art & Architecture Temple and Sculptures.pptx
Virag Sontakke
 
INTESTINALPARASITES OR WORM INFESTATIONS.pptx
PRADEEP ABOTHU
 
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
Virus sequence retrieval from NCBI database
yamunaK13
 
HEALTH CARE DELIVERY SYSTEM - UNIT 2 - GNM 3RD YEAR.pptx
Priyanshu Anand
 
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
Care of patients with elImination deviation.pptx
AneetaSharma15
 
pgdei-UNIT -V Neurological Disorders & developmental disabilities
JELLA VISHNU DURGA PRASAD
 
Biological Classification Class 11th NCERT CBSE NEET.pdf
NehaRohtagi1
 
Artificial-Intelligence-in-Drug-Discovery by R D Jawarkar.pptx
Rahul Jawarkar
 
Module 2: Public Health History [Tutorial Slides]
JonathanHallett4
 
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
Antianginal agents, Definition, Classification, MOA.pdf
Prerana Jadhav
 
Applications of matrices In Real Life_20250724_091307_0000.pptx
gehlotkrish03
 
What is CFA?? Complete Guide to the Chartered Financial Analyst Program
sp4989653
 
How to Apply for a Job From Odoo 18 Website
Celine George
 
A Smarter Way to Think About Choosing a College
Cyndy McDonald
 
Continental Accounting in Odoo 18 - Odoo Slides
Celine George
 
CONCEPT OF CHILD CARE. pptx
AneetaSharma15
 

Big Data

  • 1. UNDERSTANDING BIG DATAS THINK BIG MEHMET BURAK AKGÜN
  • 2. First of All What is Big Data? • BIG-DATA is collected as non-structural from different sources Such as Social media sharing, network logs, blogs, photos, videos, log files, etc.. • BIG-DATA is Can not be analyzed before Enormous size and / or diversity information over the data
  • 3. 1) Why Big Data ? How did we come this point? 2) What is the Big Data’s Components? 3) How will the integration with existing systems? 4) Is there any BIG Data Platform / Applications?
  • 4. • Almost all data scientists believed that too important advantages of companies using with the ability to analyze information collected from all sources . • For example, retailers; according to scientists analyze they can through data can improve their operations by 60 percent profit margin. Similar rates are also valid for the public sector. • According to research, The US healthcare using to data scientists can save 300 million dollars a year. • According to estimates in 2020, from household appliances to cars and phones and about 50 billion devices will produce data and will be silently communicate with each other. • For companies which wish to take decisions in the forward-looking , predictions should be critically correct from these «Big Data».
  • 5. ● Energy companies, using smart grids and meters, consisting of the use of data relating to individual subscribers, store, handle the event. ● Banks has become 7/24 branch as according to the information they store regarding collecting customers , recognizing the user, the Internet branch knows the day nor to enter and accordingly the main page menu that makes the most efficient, customers who reminders, offers customizable interfaces, rich, fast and convenient branch . ● Hospitals saving datas on their databases for effective to provide medical services ● This information will be stored as "Big Data"
  • 7. Google without using conventional methods, created their technologies of requirenments,improving itself was a success. Google has billions of web pages on the Google File System keeps uses Big Table in the database, using MapReduce for processing Big Data. See http://www.google.com/about/datacenters Google and Amazon publishes academic articles are related to their work. Some developers who inspired by the articles such as Doug Cutting created similar technology as secret. These are usually the most beautiful examples of the Apache Lucene, Left, Hadoop, HBase such projects. Each of these projects can successfully use the Big Datas . The second generation of the companies such as Facebook, Twitter, Linkedin, are going a step forward by publishing them store it as open-source projects developed for Big data. Cassandra, Hive, Pig, Voldemort, Storm, indextank projects are examples.
  • 8. Peki Büyük Veri nasıl depolanacak? Nasıl işlenecek? Nasıl analiz edilecek?
  • 9. Volume of Tweets create daily. 12+ terabytes Variety of different types of data. 100’s Veracity decision makers trust their information. Only 1 in 3 4 «components» for being Big trade events per second. 5+ million Velocity
  • 11. • It is expecting to reach 3 billion users.In August 2015, 12TB / day «log data» is producing. The end of 2014 expected reach is 500+ million users. 160 million users are online. • • • 100 million active users. 12+ TB of data tweets / day! .. Social Networks and Social Work
  • 12. Google process 24 Petabytes data every day 4.6 Billion mobile phone exist 2 Billion Internet users annual traffic in 2014 equals 667 Exabytes Social Networks and Social Work
  • 13. Users are not just people! ..
  • 14. Each engine 10TB / 30 Mins data produces.
  • 15. “Data generated by machines and sensors will exceed that generated by social media by at least a factor of 10.” * Leon Katsnelson Program Director, Big Data & Cloud Computing IBM
  • 16. By the way, We don't have enough space to store all this data!
  • 17. We actually appear as a game company.In fact we are data analysis company.. Ken Rudin, Zynga VP of Analytics • Offers completely free game facilities. • Gaining revenue by selling virtual goods. • The monthly average has 232m active users. • 95% of players never visited shop! • With Using Big Data analysis they disturbed to the game world.
  • 18. Four Entry Points of Big Data Unlock Big Data Simplify Your Warehouse Preprocess Raw Data Analyse Streaming Data IBM Big Data Platform Systems Management Application Development Visualization & Discovery Accelerators Information Integration & Governance Hadoop System Stream Computing Data Warehouse BI / Reporting Exploration / Visualization Functional App Industry App Predictive Analytics Content Analytics Analytic Applications
  • 19. Applications for Big Data Analytics Homeland Security FinanceSmarter Healthcare Multi-channel sales Telecom Manufacturing Traffic Control Trading Analytics Fraud and Risk Log Analysis Search Quality Retail: Churn, NBO
  • 20. "Companies which give importance to Social media is gaining" In Turkey Organized by the Teradata "Big Data: Great Opportunity" themed event brought together senior executives of the company in Istanbul. President of Teradata EMEA Hermann Wimmer, ‘companies that want to increase their profitability by preventing competitors from social media by analyzing the data obtained in a short time, said he helped to make quick decisions.’
  • 21. Technological solution is preferring when it provides advantages
  • 23. Big Data and Open Source Nested • Open Source Community contribution made over the years - Apache Hadoop ve Jaql, Apache Derby, Apache Geronimo, Apache Jakarta - Eclipse: was founded by IBM. - Lucene ;IBM Lucene Extension Library (ILEL) - DRDA, XQuery, SQL, XML4J, XERCES, HTTP, Java, Linux... • Open source IBM Softwares – WebSphere: Apache – Rational: Eclipse and Apache – InfoSphere: Eclipse and Apache • IBM’s BigInsights (Hadoop) is %100 open source software.
  • 24. Hadoop • Open Source • Distributed Computing • Very Simply MapReduce • Connected computers
  • 25. • Ebay – 532 node 532x8 Core – 4256 Core • Facebook – 1100 node 8800 core 12 PB Storage • LinkedIn – 1200 + 580 + 120 node • Quantcast – 3000 node 3.5 PB 1PB+ daily data Example Hadoop Installations
  • 26. Hadoop • Components: – DataStorage-HDFS-Distributed DiskFileSystem – DataProcessing-MapReduce
  • 27. HDFS • Google File System • Distributed Disk File System • File Clustering(Usually Files sizes are over then GBs • Fault tolerant • Replication • HDFS is knowledge about the location of physical.
  • 28. HDFS • Accessible by with Hadoop Shell , Java API or Web UI • Four application node: – NameNode – manages the metadata of the file – SystemJob Tracker – MapReduce – Task Tracker – MapReduce – Data Node – InformationshidingwithNameNode
  • 29. BIG DATA is not just HADOOP Manage & store huge volume of any data Hadoop File System MapReduce Manage streaming data Stream Computing Analyze unstructured data Text Analytics Engine Data WarehousingStructure and control data Integrate and govern all data sources Integration, Data Quality, Security, Lifecycle Management, MDM Understand and navigate federated big data sources Federated Discovery and Navigation
  • 30. MapReduce • Big Data Processing -‐Google • Distributed Calculation Model • Key - the value binary data processing • Easy programming framework – for use:you should improve map() ve reduce() functions
  • 31. Map: First Step • Make ready the next processing elements while matching with a key – Data Cleaning – Simply Calculating – Split Strings
  • 32. Reduce: Last Step • Takes the list of values for Same key with Iterators – Filtering – Combining – Samping So reduced.. The result is written to HDFS or HBase
  • 33. Architecture:MapReduce HDFS CLUSTER K1,V1 K1,V1 ….. K1,V1 K1,V1 … K1,V1 K1,V1 …. K1,V1 K1,V1 … M K2,V2 K2,V2 M K2,V2 K2,V2 M K2,V2 K2,V2 K2,V2 M … M M M M K2,V2 K2,V2 K2,V2 K2,V2 K2,V2 K2,V2 K2,V2 K2,V2 K2,V2 … GROUPING RANKING K2, Iterable<V2> K2, Iterable<V2> K2, Iterable <V2> R K3,V3 K3,V3 …
  • 34. Apache Pig • Yahoo! • Designed to easy analysis of large data sets • Easy than Map Reduce function in Java – Pig Lan coding – Can be improved • Similar with each languages • 10 lines of Pig code may be equivalent to hundreds of lines Java
  • 35. Run To Pig ! • Grunt – Shell • Java interface • Eclipse and IntelliJ IDEA plugins %tweets = load ‘/today/tweets’ as (user, mention, tweet) %twitters = group tweets by mention
  • 36. Apache Hive • Data Warehouse Project for Hadoop • SummarizingData • Instant queries • SQL-like language –HiveQL – Allows to define custom mapper and reducer Special Note * : Hive compiler translates the MapReduce operations to SQL queries
  • 37. HBase Every time we do not need to relational databases We need Scalability Table size can be very large so We want very fast access Distributed Key-‐Sorted Persistent Map
  • 38. HBase Google – Big Table clon Works on HDFS *fault tolerance *scalability *MapReduces input-output Hbase = HDFS + Random read/ write
  • 39. HBase Where to Use: Social Media Recommended Systems Search Engines Intelligence and Monitoring Services Financial Systems - fraud
  • 40. Apache Mahout • Let us go beyond the simple analysis • Classification - Email Spam - Call Center • Clustering - finding new news • Recommended Systems
  • 41. Apache Mahout Ready Algorithms:: • Classification: • Logisac Regression • Bayesian • Random Forests – Application • Call forwarding • Face recognition
  • 42. Apache Mahout Ready Algorithms: Recommendation: • Distributed Item based • Matrix Factorizaaon • Non distributed item/user based – Application: • eCommerce - Amazon • Movie recommendation - netflix • Music recommendation - LastFM • Venue Recommendation - foursquare
  • 43. In summary:Some Big Data Applications  Log Analytics (IT for IT)  Smart Grid / Smarter Utilities  RFID Tracking & Analytics  Fraud / Risk Management & Modeling  360° View of the Customer  Warehouse Extension  Email / Call Center Transcript Analysis  Call Detail Record Analysis  IBM Watson
  • 44. The IBM Big Data Platform
  • 45. IBM Big Data Platform IBM Big Data & Netezza Product Group InfoSphere BigInsights Hadoop-based, low latency, diverse and high-volume data analysis Hadoop IBM Netezza High Capacity Appliance Archived questionable structural data IBM Netezza 1000 BI+Ad Hoc Structured Data Analysis IBM Smart Analytics System Structural analysis of operational data IBM Informix Timeseries Time-structured analytics IBM InfoSphere Warehouse High volume, structural veri analizi Stream Computing InfoSphere Streams Fluid analysis for low latency data MPP Data Warehouse Information IntegrationInfoSphere Information Server High volume data integration and transformation
  • 46. Big Data Exploration: Value & Diagram File Systems Relational Data Content Management Email CRM Supply Chain ERP RSS Feeds Cloud Custom Sources DataExplorerApplication/ Users Find, Visualize & Understand all big data to improve business knowledge • Greater efficiencies in business processes • New insights from combining and analyzing data types in new ways • Develop new business models with resulting increased market presence and revenue
  • 47. Data Analysis in Different Diversity Making the analysis on the data in mixed feature. Dinamic Data Analysis High volume flow data, ad-hoc analysis Explore and experiment Data on Ad-hoc analysis, discovery and inspection data Manage and Plans Data Rules,Data integrity checking and application Very High Volume Data Analysis The data in the PB scale appropriate price / performance criteria for analysis What does IBM platform?