SlideShare une entreprise Scribd logo
1  sur  54
Managing your
Assets with Big Data Tools
Karthigai Muthu, MachinePulse
Big Data value proposition
Big Data Technology Stack
Agenda
Source: Wikipedia
Hype Cycle for Emerging Technologies
Sources of data
25+ TBs of
log data
every day 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
12+ TBs
of tweet data
every day
?TBsof
dataeveryday
What makes Data Big
Characteristics Description Attributes Drivers
Volume The amount of data generated or
intensify that must be ingested,
analyzed and managed to make
decision based on complete data
analysis
Exabyte (EB)
Zettabyte (ZB)
Yottabyte (YB)
Increase in data sources
Higher resolution sensors
Scalable infrastructure
Velocity How fast the data is being
produced and changed and the
speed at which is transformed into
insight
Batch
Near real time
Real time and Streams
Rapid feedback loop
Improved throughput connectivity
Competitive advantage
Pre-computed information
Variety The degree of diversity of data from
sources both inside and outside an
organization
Degree of structure
Complexity
M2M/IoT
Social Media
Genomics
Video and Mobile
Veracity The quality and provenance of data Consistency
Completeness
Ambiguity
Integrity
Cost
Need of traceability and justification
Big Data’s Greatest Power: Predictive Analytics
What’s driving Big Data
- 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
Big Data:
Batch Processing &
Distributed Data Store
Hadoop/Spark;
HBase/Cassandra/MongoDB
BI Reporting
OLAP &
Data warehouse
Business Objects, SAS,
Informatica, Cognos
other SQL Reporting
Tools
Interactive
Business
Intelligence &
In-memory
RDBMS
QlikView, 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
Solving business problem with big data
Formulation of big data strategy
People
31%
intent
20%
Data
16%
Tools
33%
Companies Market share in Big Data
Big Data Investments
Priority for big data across industry
Are you aware the risk of not implementing Big Data
your company
Big data changed connected things to Internet
of Everything(IoE)
How the industry can leverage from big data
Challenges in implementing the big data
Returns of Investment(ROI)
Merge
Optimize
Respond
Empower
How do companies get MORE from big data
Are you planning to launch your new product.
Customer 360`
Customer
Social
Media
Gaming
Entertain
Banking
Finance
Our
Known
History
Purchase
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
IoT+Big Data = IoE(Internet-of-Everything)
Big Data is a factor that will, to a large extent, determine the future
growth rate in the M2M industry
M2M will connect increasingly more nodes that will provide data from
endpoints.
Data will be more granular, more frequent, and more accurate, with
bigger data sets or even live data streams
Large volume of endpoint connections IPv4 addressing scheme can’t
accommodate everything(sensors, smart phones, smart factories, smart
grids, smart vehicles, controllers, meters ) that it requires IPv6
IoE= Convergence of IoT, Big Data Analytics ,Cloud Computing and
other technologies is collectively called as Internet of Everything
Role of Big Data in M2M/IoT
Meeting the need for speed
Data understanding
Maintaining data quality
Displaying the meaningful result
Challenges of Big Data in M2M/IoT
IoT/M2M Applications..
Personal IoT: the scope is a single person, such as a smartphone
equipped with GPS sensor or a fitness device that measures the heart
rate. This is one of the fastest growing, consumer-oriented areas of IoT.
Group IoT: the scope is a fairly small group of people, such as a family
in a smart house, co-workers in a van or a group of tourists. This is one
of the most challenging areas and is still in its early phase.
Community IoT: the scope is a large group of people, potentially
thousands and more; usually this is in a public infrastructure context,
such as smart cities or smart roads. This is a young and potentially
promising IoT area.
Industrial IoT: the scope can be within an organization (smart factory)
or between organizations (retailer supply chain). This is arguably the
most established and mature part of IoT.
Big Data Use Cases – IoT/M2M
Agriculture - sensors can be deployed on farm machinery in order to provide data about
the equipment, soil temperature, moisture, etc.
Buildings/Smart Homes - Building sensors be used to help facility managers become
more proactive about ensuring that their buildings operate at peak efficiency.
Communities – Smart cities make use of parking space availability systems, intelligent
traffic monitoring systems, intelligent highways, weather-adaptive street lighting, and
more.
Healthcare – Infant monitors, smart diapers, pills with ingestible sensors are just some of
the IOT-based devices.
Manufacturing – factories with sensors can improve operations, product quality, and
decrease safety hazards.
Smartphones – can control everything from door locks, thermostats, light bulbs, vacuum
cleaners, and more.
Utilities – smart water meters can be used to reduce water leaks. Smart electric grids
can adjust rates depending on usage.
Wearables – Smart watches, fitness trackers and health monitors may become primary
source for human-related data, and can also be used in sports, retail, travel and
manufacturing.
Big Data Use cases – IoT/M2M
1. Device Maintenance:
a. Time for next patch upgrade
b. Energy management
c. Inventory management and track replacement
2. Proactive Healthcare:
Capture and analyze real time data from medical monitors to predict
potential health problems before patients manifest clinical signs of
infection.
3. Monetize Machine Data:
a. Monitor performance, usage and capacity details to uncover up-sell
and cross-sell opportunities
b. Maximize the lifespan and performance of high value medical assets
Benefits of Big Data Analytics in M2M/IoT
4. Optimize Support Operations:
a. Reduce MTTR and support escalations
b. Preempt failures with proactive support
c. Troubleshoot with accurate information
d. Proactive consultation to customers on approaching
expiry dates
Benefits of Big Data Analytics cont..
Big Data Analytics Stack
Lamda Architecture
Batch processing
- Gathering of data and processing as a group at one time.
- Jobs run to completion
- Data might be out of date
Real-time processing
- Processing of data that takes place as the information is being
entered.
- Run for ever
Batch vs. Real-Time processing
Apache Storm is a free and
open source distributed real-time
computation system.
Storm makes it easy to reliably
process unbounded streams of data,
doing for real-time processing what
Hadoop did for batch processing
Storm
Stream Processing
 Fast
 Scalable
 Fault Tolerant
 Reliable
Storm Is
Tuple
Streams
Spouts
Bolts
Topologies
Reliable Processing
Reliable Processing
 Groupings are used to decide to which task in the
subscribing bolt (group) a tuple is sent.
 Possible Groupings:
- Shuffle
- Fields
- All
- Global
- None
- Direct
- Local or Shuffle
Stream Grouping
Storm Cluster View
Fault Tolerance
Fault Tolerance
Fault Tolerance
Fault Tolerance
Fault Tolerance
Parallelism
Parallelism
Apache Storm Real-time -Use cases
Segment Prevent Use Cases Optimize Use Cases
Financial Services Securities fraud
Operational risks & compliance
violations
Order routing
Pricing
Telecom Security breaches
Network outages
Bandwidth allocation
Customer service
Retails Shrinkage
Stock outs
Offers
Pricing
Manufacturing Preventative maintenance
Quality assurance
Supply chain optimization
Reduced plant downtime
Transportation Driver monitoring
Predictive maintenance
Routes
Pricing
Web Application failures
Operational Issues
Personalized content
The End

Contenu connexe

Tendances

IoT ( M2M) - Big Data - Analytics: Emulation and Demonstration
IoT ( M2M) - Big Data - Analytics: Emulation and DemonstrationIoT ( M2M) - Big Data - Analytics: Emulation and Demonstration
IoT ( M2M) - Big Data - Analytics: Emulation and DemonstrationCHAKER ALLAOUI
 
GETTING STARTED WITH IOT DATA MANAGEMENT
GETTING STARTED WITH IOT DATA MANAGEMENTGETTING STARTED WITH IOT DATA MANAGEMENT
GETTING STARTED WITH IOT DATA MANAGEMENTBarnaba Accardi
 
Making Smarter Systems with IoT and Analytics
Making Smarter Systems with IoT and AnalyticsMaking Smarter Systems with IoT and Analytics
Making Smarter Systems with IoT and AnalyticsWSO2
 
The competitive landscape of the Internet of Things
The competitive landscape of the Internet of ThingsThe competitive landscape of the Internet of Things
The competitive landscape of the Internet of ThingsIoTAnalytics
 
Big Data Analytics for the Industrial Internet of Things
Big Data Analytics for the Industrial Internet of ThingsBig Data Analytics for the Industrial Internet of Things
Big Data Analytics for the Industrial Internet of ThingsAnthony Chen
 
Enterprise IoT solution in 30 days
Enterprise IoT solution in 30 days Enterprise IoT solution in 30 days
Enterprise IoT solution in 30 days Manolis Nikiforakis
 
Tec118 Teched2015 IOT use case and examples
Tec118 Teched2015 IOT use case and examplesTec118 Teched2015 IOT use case and examples
Tec118 Teched2015 IOT use case and examplesMarkus Van Kempen
 
Internet of Things: Connected Devices Enabling Energy Management
Internet of Things: Connected Devices Enabling Energy ManagementInternet of Things: Connected Devices Enabling Energy Management
Internet of Things: Connected Devices Enabling Energy ManagementEnercare Inc.
 
ParStream - Big Data for Business Users
ParStream - Big Data for Business UsersParStream - Big Data for Business Users
ParStream - Big Data for Business UsersParStream Inc.
 
Phoenix Data Conference - Big Data Analytics for IoT 11/4/17
Phoenix Data Conference - Big Data Analytics for IoT 11/4/17Phoenix Data Conference - Big Data Analytics for IoT 11/4/17
Phoenix Data Conference - Big Data Analytics for IoT 11/4/17Mark Goldstein
 
NTK 2015: Internet of things track (IoT) - Smart Home
NTK 2015: Internet of things track (IoT) - Smart HomeNTK 2015: Internet of things track (IoT) - Smart Home
NTK 2015: Internet of things track (IoT) - Smart HomeAndrej Tozon
 
社会におけるIoTとセキュリティ、匿名化技術: 産業IoTのサイバーセキュリティ技術
社会におけるIoTとセキュリティ、匿名化技術: 産業IoTのサイバーセキュリティ技術社会におけるIoTとセキュリティ、匿名化技術: 産業IoTのサイバーセキュリティ技術
社会におけるIoTとセキュリティ、匿名化技術: 産業IoTのサイバーセキュリティ技術ハイシンク創研 / Laboratory of Hi-Think Corporation
 
IoT Slam Keynote: The Rise of the IoT Application with Chris O'Connor
IoT Slam Keynote: The Rise of the IoT Application with Chris O'ConnorIoT Slam Keynote: The Rise of the IoT Application with Chris O'Connor
IoT Slam Keynote: The Rise of the IoT Application with Chris O'ConnorIBM Internet of Things
 
Introduction to edge analytics- Intelligent IoT
Introduction to edge analytics- Intelligent IoTIntroduction to edge analytics- Intelligent IoT
Introduction to edge analytics- Intelligent IoTShreya Mukhopadhyay
 
Benefits of internet of things iot and artificial intelligence ai for small b...
Benefits of internet of things iot and artificial intelligence ai for small b...Benefits of internet of things iot and artificial intelligence ai for small b...
Benefits of internet of things iot and artificial intelligence ai for small b...IndGlobal Digital Private Limited
 

Tendances (20)

Iot data analytics
Iot data analyticsIot data analytics
Iot data analytics
 
IoT ( M2M) - Big Data - Analytics: Emulation and Demonstration
IoT ( M2M) - Big Data - Analytics: Emulation and DemonstrationIoT ( M2M) - Big Data - Analytics: Emulation and Demonstration
IoT ( M2M) - Big Data - Analytics: Emulation and Demonstration
 
IOT DATA AND BIG DATA
IOT DATA AND BIG DATAIOT DATA AND BIG DATA
IOT DATA AND BIG DATA
 
GETTING STARTED WITH IOT DATA MANAGEMENT
GETTING STARTED WITH IOT DATA MANAGEMENTGETTING STARTED WITH IOT DATA MANAGEMENT
GETTING STARTED WITH IOT DATA MANAGEMENT
 
Making Smarter Systems with IoT and Analytics
Making Smarter Systems with IoT and AnalyticsMaking Smarter Systems with IoT and Analytics
Making Smarter Systems with IoT and Analytics
 
The competitive landscape of the Internet of Things
The competitive landscape of the Internet of ThingsThe competitive landscape of the Internet of Things
The competitive landscape of the Internet of Things
 
Big Data Analytics for the Industrial Internet of Things
Big Data Analytics for the Industrial Internet of ThingsBig Data Analytics for the Industrial Internet of Things
Big Data Analytics for the Industrial Internet of Things
 
Enterprise IoT solution in 30 days
Enterprise IoT solution in 30 days Enterprise IoT solution in 30 days
Enterprise IoT solution in 30 days
 
The Full Spectrum of IoT Electronics
The Full Spectrum of IoT ElectronicsThe Full Spectrum of IoT Electronics
The Full Spectrum of IoT Electronics
 
Tec118 Teched2015 IOT use case and examples
Tec118 Teched2015 IOT use case and examplesTec118 Teched2015 IOT use case and examples
Tec118 Teched2015 IOT use case and examples
 
Internet of Things: Connected Devices Enabling Energy Management
Internet of Things: Connected Devices Enabling Energy ManagementInternet of Things: Connected Devices Enabling Energy Management
Internet of Things: Connected Devices Enabling Energy Management
 
ParStream - Big Data for Business Users
ParStream - Big Data for Business UsersParStream - Big Data for Business Users
ParStream - Big Data for Business Users
 
Phoenix Data Conference - Big Data Analytics for IoT 11/4/17
Phoenix Data Conference - Big Data Analytics for IoT 11/4/17Phoenix Data Conference - Big Data Analytics for IoT 11/4/17
Phoenix Data Conference - Big Data Analytics for IoT 11/4/17
 
NTK 2015: Internet of things track (IoT) - Smart Home
NTK 2015: Internet of things track (IoT) - Smart HomeNTK 2015: Internet of things track (IoT) - Smart Home
NTK 2015: Internet of things track (IoT) - Smart Home
 
社会におけるIoTとセキュリティ、匿名化技術: 産業IoTのサイバーセキュリティ技術
社会におけるIoTとセキュリティ、匿名化技術: 産業IoTのサイバーセキュリティ技術社会におけるIoTとセキュリティ、匿名化技術: 産業IoTのサイバーセキュリティ技術
社会におけるIoTとセキュリティ、匿名化技術: 産業IoTのサイバーセキュリティ技術
 
IoT Slam Keynote: The Rise of the IoT Application with Chris O'Connor
IoT Slam Keynote: The Rise of the IoT Application with Chris O'ConnorIoT Slam Keynote: The Rise of the IoT Application with Chris O'Connor
IoT Slam Keynote: The Rise of the IoT Application with Chris O'Connor
 
IoT-Use-Case-eBook
IoT-Use-Case-eBookIoT-Use-Case-eBook
IoT-Use-Case-eBook
 
Introduction to edge analytics- Intelligent IoT
Introduction to edge analytics- Intelligent IoTIntroduction to edge analytics- Intelligent IoT
Introduction to edge analytics- Intelligent IoT
 
IoT Data as Service with Hadoop
IoT Data as Service with HadoopIoT Data as Service with Hadoop
IoT Data as Service with Hadoop
 
Benefits of internet of things iot and artificial intelligence ai for small b...
Benefits of internet of things iot and artificial intelligence ai for small b...Benefits of internet of things iot and artificial intelligence ai for small b...
Benefits of internet of things iot and artificial intelligence ai for small b...
 

En vedette

MachinePulse at the November Open Hardware Meetup, Mumbai 2014
MachinePulse at the November Open Hardware Meetup, Mumbai 2014MachinePulse at the November Open Hardware Meetup, Mumbai 2014
MachinePulse at the November Open Hardware Meetup, Mumbai 2014MachinePulse
 
Industrial Internet of Things in Cleantech
Industrial Internet of Things in CleantechIndustrial Internet of Things in Cleantech
Industrial Internet of Things in CleantechMachinePulse
 
Predictive Analytics - An Overview
Predictive Analytics - An OverviewPredictive Analytics - An Overview
Predictive Analytics - An OverviewMachinePulse
 
Coordinating the Many Tools of Big Data - Apache HCatalog, Apache Pig and Apa...
Coordinating the Many Tools of Big Data - Apache HCatalog, Apache Pig and Apa...Coordinating the Many Tools of Big Data - Apache HCatalog, Apache Pig and Apa...
Coordinating the Many Tools of Big Data - Apache HCatalog, Apache Pig and Apa...Big Data Spain
 
Tracking PV module degradation using SolarPulse
Tracking PV module degradation using SolarPulseTracking PV module degradation using SolarPulse
Tracking PV module degradation using SolarPulseMachinePulse
 
MachinePulse company presentation
MachinePulse company presentationMachinePulse company presentation
MachinePulse company presentationMachinePulse
 
Big Data: tools and techniques for working with large data sets
Big Data: tools and techniques for working with large data setsBig Data: tools and techniques for working with large data sets
Big Data: tools and techniques for working with large data setsBoston Consulting Group
 
Big Data
Big DataBig Data
Big DataNGDATA
 
Big Data Analytics with Hadoop
Big Data Analytics with HadoopBig Data Analytics with Hadoop
Big Data Analytics with HadoopPhilippe Julio
 

En vedette (11)

MachinePulse at the November Open Hardware Meetup, Mumbai 2014
MachinePulse at the November Open Hardware Meetup, Mumbai 2014MachinePulse at the November Open Hardware Meetup, Mumbai 2014
MachinePulse at the November Open Hardware Meetup, Mumbai 2014
 
Industrial Internet of Things in Cleantech
Industrial Internet of Things in CleantechIndustrial Internet of Things in Cleantech
Industrial Internet of Things in Cleantech
 
Predictive Analytics - An Overview
Predictive Analytics - An OverviewPredictive Analytics - An Overview
Predictive Analytics - An Overview
 
Coordinating the Many Tools of Big Data - Apache HCatalog, Apache Pig and Apa...
Coordinating the Many Tools of Big Data - Apache HCatalog, Apache Pig and Apa...Coordinating the Many Tools of Big Data - Apache HCatalog, Apache Pig and Apa...
Coordinating the Many Tools of Big Data - Apache HCatalog, Apache Pig and Apa...
 
Tracking PV module degradation using SolarPulse
Tracking PV module degradation using SolarPulseTracking PV module degradation using SolarPulse
Tracking PV module degradation using SolarPulse
 
MachinePulse company presentation
MachinePulse company presentationMachinePulse company presentation
MachinePulse company presentation
 
Big Data: tools and techniques for working with large data sets
Big Data: tools and techniques for working with large data setsBig Data: tools and techniques for working with large data sets
Big Data: tools and techniques for working with large data sets
 
What is big data?
What is big data?What is big data?
What is big data?
 
Big Data
Big DataBig Data
Big Data
 
Big Data Analytics with Hadoop
Big Data Analytics with HadoopBig Data Analytics with Hadoop
Big Data Analytics with Hadoop
 
Big data ppt
Big  data pptBig  data ppt
Big data ppt
 

Similaire à Managing your Assets with Big Data Tools

MBA-TU-Thailand:BigData for business startup.
MBA-TU-Thailand:BigData for business startup.MBA-TU-Thailand:BigData for business startup.
MBA-TU-Thailand:BigData for business startup.stelligence
 
Introduction to big data – convergences.
Introduction to big data – convergences.Introduction to big data – convergences.
Introduction to big data – convergences.saranya270513
 
big-datagroup6-150317090053-conversion-gate01.pdf
big-datagroup6-150317090053-conversion-gate01.pdfbig-datagroup6-150317090053-conversion-gate01.pdf
big-datagroup6-150317090053-conversion-gate01.pdfVirajSaud
 
An Investigation on Scalable and Efficient Privacy Preserving Challenges for ...
An Investigation on Scalable and Efficient Privacy Preserving Challenges for ...An Investigation on Scalable and Efficient Privacy Preserving Challenges for ...
An Investigation on Scalable and Efficient Privacy Preserving Challenges for ...IJERDJOURNAL
 
Big Data Expo 2015 - IBM 5 predictions
Big Data Expo 2015 - IBM 5 predictionsBig Data Expo 2015 - IBM 5 predictions
Big Data Expo 2015 - IBM 5 predictionsBigDataExpo
 
InterConnect 2013 Big Data & Analytics Keynote: Mychelle Mollot
InterConnect 2013 Big Data & Analytics Keynote: Mychelle MollotInterConnect 2013 Big Data & Analytics Keynote: Mychelle Mollot
InterConnect 2013 Big Data & Analytics Keynote: Mychelle MollotIBM Events
 
Big Data Analytics_Unit1.pptx
Big Data Analytics_Unit1.pptxBig Data Analytics_Unit1.pptx
Big Data Analytics_Unit1.pptxPrabhaJoshi4
 
Big data Seminar/Presentation
Big data Seminar/PresentationBig data Seminar/Presentation
Big data Seminar/PresentationKirtimaan Chhabra
 
Introduction to big data
Introduction to big dataIntroduction to big data
Introduction to big dataHari Priya
 
Process oriented architecture for digital transformation 2015
Process oriented architecture for digital transformation   2015Process oriented architecture for digital transformation   2015
Process oriented architecture for digital transformation 2015Vinay Mummigatti
 
Smart manufacturing
Smart manufacturingSmart manufacturing
Smart manufacturingswati singh
 
IRJET- Scope of Big Data Analytics in Industrial Domain
IRJET- Scope of Big Data Analytics in Industrial DomainIRJET- Scope of Big Data Analytics in Industrial Domain
IRJET- Scope of Big Data Analytics in Industrial DomainIRJET Journal
 
Loving_HowToDrive-ValuA7A3B4
Loving_HowToDrive-ValuA7A3B4Loving_HowToDrive-ValuA7A3B4
Loving_HowToDrive-ValuA7A3B4Steven Loving
 
Future-proof-Architecture-for-Streaming-Data-Analytics-WhitePaper
Future-proof-Architecture-for-Streaming-Data-Analytics-WhitePaperFuture-proof-Architecture-for-Streaming-Data-Analytics-WhitePaper
Future-proof-Architecture-for-Streaming-Data-Analytics-WhitePaperJane Roberts
 
Identify and analyze the greatest insights from big data
Identify and analyze the greatest insights from big dataIdentify and analyze the greatest insights from big data
Identify and analyze the greatest insights from big dataTheInnovantes
 

Similaire à Managing your Assets with Big Data Tools (20)

MBA-TU-Thailand:BigData for business startup.
MBA-TU-Thailand:BigData for business startup.MBA-TU-Thailand:BigData for business startup.
MBA-TU-Thailand:BigData for business startup.
 
Introduction to big data – convergences.
Introduction to big data – convergences.Introduction to big data – convergences.
Introduction to big data – convergences.
 
Big data
Big dataBig data
Big data
 
big-datagroup6-150317090053-conversion-gate01.pdf
big-datagroup6-150317090053-conversion-gate01.pdfbig-datagroup6-150317090053-conversion-gate01.pdf
big-datagroup6-150317090053-conversion-gate01.pdf
 
An Investigation on Scalable and Efficient Privacy Preserving Challenges for ...
An Investigation on Scalable and Efficient Privacy Preserving Challenges for ...An Investigation on Scalable and Efficient Privacy Preserving Challenges for ...
An Investigation on Scalable and Efficient Privacy Preserving Challenges for ...
 
Data Mining With Big Data
Data Mining With Big DataData Mining With Big Data
Data Mining With Big Data
 
eBook-IoTPractice
eBook-IoTPracticeeBook-IoTPractice
eBook-IoTPractice
 
Big Data Expo 2015 - IBM 5 predictions
Big Data Expo 2015 - IBM 5 predictionsBig Data Expo 2015 - IBM 5 predictions
Big Data Expo 2015 - IBM 5 predictions
 
InterConnect 2013 Big Data & Analytics Keynote: Mychelle Mollot
InterConnect 2013 Big Data & Analytics Keynote: Mychelle MollotInterConnect 2013 Big Data & Analytics Keynote: Mychelle Mollot
InterConnect 2013 Big Data & Analytics Keynote: Mychelle Mollot
 
Big Data Analytics_Unit1.pptx
Big Data Analytics_Unit1.pptxBig Data Analytics_Unit1.pptx
Big Data Analytics_Unit1.pptx
 
Big data Seminar/Presentation
Big data Seminar/PresentationBig data Seminar/Presentation
Big data Seminar/Presentation
 
Introduction to big data
Introduction to big dataIntroduction to big data
Introduction to big data
 
Identifying the new frontier of big data as an enabler for T&T industries: Re...
Identifying the new frontier of big data as an enabler for T&T industries: Re...Identifying the new frontier of big data as an enabler for T&T industries: Re...
Identifying the new frontier of big data as an enabler for T&T industries: Re...
 
Process oriented architecture for digital transformation 2015
Process oriented architecture for digital transformation   2015Process oriented architecture for digital transformation   2015
Process oriented architecture for digital transformation 2015
 
Smart manufacturing
Smart manufacturingSmart manufacturing
Smart manufacturing
 
IRJET- Scope of Big Data Analytics in Industrial Domain
IRJET- Scope of Big Data Analytics in Industrial DomainIRJET- Scope of Big Data Analytics in Industrial Domain
IRJET- Scope of Big Data Analytics in Industrial Domain
 
Loving_HowToDrive-ValuA7A3B4
Loving_HowToDrive-ValuA7A3B4Loving_HowToDrive-ValuA7A3B4
Loving_HowToDrive-ValuA7A3B4
 
Future-proof-Architecture-for-Streaming-Data-Analytics-WhitePaper
Future-proof-Architecture-for-Streaming-Data-Analytics-WhitePaperFuture-proof-Architecture-for-Streaming-Data-Analytics-WhitePaper
Future-proof-Architecture-for-Streaming-Data-Analytics-WhitePaper
 
Identify and analyze the greatest insights from big data
Identify and analyze the greatest insights from big dataIdentify and analyze the greatest insights from big data
Identify and analyze the greatest insights from big data
 
new.pptx
new.pptxnew.pptx
new.pptx
 

Plus de MachinePulse

SolarPulse solves the problem of managing distributed solar sites
SolarPulse solves the problem of managing distributed solar sitesSolarPulse solves the problem of managing distributed solar sites
SolarPulse solves the problem of managing distributed solar sitesMachinePulse
 
SolarPulse helps PV plants reduce field expenses
SolarPulse helps PV plants reduce field expensesSolarPulse helps PV plants reduce field expenses
SolarPulse helps PV plants reduce field expensesMachinePulse
 
Effective response to adverse weather conditions using SolarPulse
Effective response to adverse weather conditions using SolarPulseEffective response to adverse weather conditions using SolarPulse
Effective response to adverse weather conditions using SolarPulseMachinePulse
 
Assessing the impact of SolarPulse on performance of utility scale PV plants
Assessing the impact of SolarPulse on performance of utility scale PV plantsAssessing the impact of SolarPulse on performance of utility scale PV plants
Assessing the impact of SolarPulse on performance of utility scale PV plantsMachinePulse
 
Value of solar remote monitoring and analytics for operational intelligence
Value of solar remote monitoring and analytics for operational  intelligenceValue of solar remote monitoring and analytics for operational  intelligence
Value of solar remote monitoring and analytics for operational intelligenceMachinePulse
 
MachinePulse Products
MachinePulse ProductsMachinePulse Products
MachinePulse ProductsMachinePulse
 
MachinePulse at the Global Solar EPC Summit 2015 - 4th June 2015
MachinePulse at the Global Solar EPC Summit 2015 - 4th June 2015MachinePulse at the Global Solar EPC Summit 2015 - 4th June 2015
MachinePulse at the Global Solar EPC Summit 2015 - 4th June 2015MachinePulse
 
Machine Learning and Real-World Applications
Machine Learning and Real-World ApplicationsMachine Learning and Real-World Applications
Machine Learning and Real-World ApplicationsMachinePulse
 
IoT Cloud architecture
IoT Cloud architectureIoT Cloud architecture
IoT Cloud architectureMachinePulse
 

Plus de MachinePulse (9)

SolarPulse solves the problem of managing distributed solar sites
SolarPulse solves the problem of managing distributed solar sitesSolarPulse solves the problem of managing distributed solar sites
SolarPulse solves the problem of managing distributed solar sites
 
SolarPulse helps PV plants reduce field expenses
SolarPulse helps PV plants reduce field expensesSolarPulse helps PV plants reduce field expenses
SolarPulse helps PV plants reduce field expenses
 
Effective response to adverse weather conditions using SolarPulse
Effective response to adverse weather conditions using SolarPulseEffective response to adverse weather conditions using SolarPulse
Effective response to adverse weather conditions using SolarPulse
 
Assessing the impact of SolarPulse on performance of utility scale PV plants
Assessing the impact of SolarPulse on performance of utility scale PV plantsAssessing the impact of SolarPulse on performance of utility scale PV plants
Assessing the impact of SolarPulse on performance of utility scale PV plants
 
Value of solar remote monitoring and analytics for operational intelligence
Value of solar remote monitoring and analytics for operational  intelligenceValue of solar remote monitoring and analytics for operational  intelligence
Value of solar remote monitoring and analytics for operational intelligence
 
MachinePulse Products
MachinePulse ProductsMachinePulse Products
MachinePulse Products
 
MachinePulse at the Global Solar EPC Summit 2015 - 4th June 2015
MachinePulse at the Global Solar EPC Summit 2015 - 4th June 2015MachinePulse at the Global Solar EPC Summit 2015 - 4th June 2015
MachinePulse at the Global Solar EPC Summit 2015 - 4th June 2015
 
Machine Learning and Real-World Applications
Machine Learning and Real-World ApplicationsMachine Learning and Real-World Applications
Machine Learning and Real-World Applications
 
IoT Cloud architecture
IoT Cloud architectureIoT Cloud architecture
IoT Cloud architecture
 

Dernier

BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...amitlee9823
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Delhi Call girls
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxolyaivanovalion
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...amitlee9823
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxfirstjob4
 
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Delhi Call girls
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxolyaivanovalion
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxolyaivanovalion
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxolyaivanovalion
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Delhi Call girls
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxolyaivanovalion
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceDelhi Call girls
 

Dernier (20)

BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptx
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptx
 
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
Best VIP Call Girls Noida Sector 22 Call Me: 8448380779
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Saket (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
Smarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptxSmarteg dropshipping via API with DroFx.pptx
Smarteg dropshipping via API with DroFx.pptx
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
 
Edukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFxEdukaciniai dropshipping via API with DroFx
Edukaciniai dropshipping via API with DroFx
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
 

Managing your Assets with Big Data Tools

  • 1. Managing your Assets with Big Data Tools Karthigai Muthu, MachinePulse
  • 2. Big Data value proposition Big Data Technology Stack Agenda
  • 3. Source: Wikipedia Hype Cycle for Emerging Technologies
  • 4. Sources of data 25+ TBs of log data every day 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 12+ TBs of tweet data every day ?TBsof dataeveryday
  • 5. What makes Data Big Characteristics Description Attributes Drivers Volume The amount of data generated or intensify that must be ingested, analyzed and managed to make decision based on complete data analysis Exabyte (EB) Zettabyte (ZB) Yottabyte (YB) Increase in data sources Higher resolution sensors Scalable infrastructure Velocity How fast the data is being produced and changed and the speed at which is transformed into insight Batch Near real time Real time and Streams Rapid feedback loop Improved throughput connectivity Competitive advantage Pre-computed information Variety The degree of diversity of data from sources both inside and outside an organization Degree of structure Complexity M2M/IoT Social Media Genomics Video and Mobile Veracity The quality and provenance of data Consistency Completeness Ambiguity Integrity Cost Need of traceability and justification
  • 6. Big Data’s Greatest Power: Predictive Analytics
  • 7. What’s driving Big Data - 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. Big Data: Batch Processing & Distributed Data Store Hadoop/Spark; HBase/Cassandra/MongoDB BI Reporting OLAP & Data warehouse Business Objects, SAS, Informatica, Cognos other SQL Reporting Tools Interactive Business Intelligence & In-memory RDBMS QlikView, 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
  • 9. Solving business problem with big data
  • 10. Formulation of big data strategy People 31% intent 20% Data 16% Tools 33%
  • 11. Companies Market share in Big Data
  • 13. Priority for big data across industry
  • 14. Are you aware the risk of not implementing Big Data your company
  • 15. Big data changed connected things to Internet of Everything(IoE)
  • 16. How the industry can leverage from big data
  • 20. Are you planning to launch your new product.
  • 22. 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
  • 23. IoT+Big Data = IoE(Internet-of-Everything)
  • 24. Big Data is a factor that will, to a large extent, determine the future growth rate in the M2M industry M2M will connect increasingly more nodes that will provide data from endpoints. Data will be more granular, more frequent, and more accurate, with bigger data sets or even live data streams Large volume of endpoint connections IPv4 addressing scheme can’t accommodate everything(sensors, smart phones, smart factories, smart grids, smart vehicles, controllers, meters ) that it requires IPv6 IoE= Convergence of IoT, Big Data Analytics ,Cloud Computing and other technologies is collectively called as Internet of Everything Role of Big Data in M2M/IoT
  • 25. Meeting the need for speed Data understanding Maintaining data quality Displaying the meaningful result Challenges of Big Data in M2M/IoT
  • 27. Personal IoT: the scope is a single person, such as a smartphone equipped with GPS sensor or a fitness device that measures the heart rate. This is one of the fastest growing, consumer-oriented areas of IoT. Group IoT: the scope is a fairly small group of people, such as a family in a smart house, co-workers in a van or a group of tourists. This is one of the most challenging areas and is still in its early phase. Community IoT: the scope is a large group of people, potentially thousands and more; usually this is in a public infrastructure context, such as smart cities or smart roads. This is a young and potentially promising IoT area. Industrial IoT: the scope can be within an organization (smart factory) or between organizations (retailer supply chain). This is arguably the most established and mature part of IoT. Big Data Use Cases – IoT/M2M
  • 28. Agriculture - sensors can be deployed on farm machinery in order to provide data about the equipment, soil temperature, moisture, etc. Buildings/Smart Homes - Building sensors be used to help facility managers become more proactive about ensuring that their buildings operate at peak efficiency. Communities – Smart cities make use of parking space availability systems, intelligent traffic monitoring systems, intelligent highways, weather-adaptive street lighting, and more. Healthcare – Infant monitors, smart diapers, pills with ingestible sensors are just some of the IOT-based devices. Manufacturing – factories with sensors can improve operations, product quality, and decrease safety hazards. Smartphones – can control everything from door locks, thermostats, light bulbs, vacuum cleaners, and more. Utilities – smart water meters can be used to reduce water leaks. Smart electric grids can adjust rates depending on usage. Wearables – Smart watches, fitness trackers and health monitors may become primary source for human-related data, and can also be used in sports, retail, travel and manufacturing. Big Data Use cases – IoT/M2M
  • 29. 1. Device Maintenance: a. Time for next patch upgrade b. Energy management c. Inventory management and track replacement 2. Proactive Healthcare: Capture and analyze real time data from medical monitors to predict potential health problems before patients manifest clinical signs of infection. 3. Monetize Machine Data: a. Monitor performance, usage and capacity details to uncover up-sell and cross-sell opportunities b. Maximize the lifespan and performance of high value medical assets Benefits of Big Data Analytics in M2M/IoT
  • 30. 4. Optimize Support Operations: a. Reduce MTTR and support escalations b. Preempt failures with proactive support c. Troubleshoot with accurate information d. Proactive consultation to customers on approaching expiry dates Benefits of Big Data Analytics cont..
  • 33.
  • 34. Batch processing - Gathering of data and processing as a group at one time. - Jobs run to completion - Data might be out of date Real-time processing - Processing of data that takes place as the information is being entered. - Run for ever Batch vs. Real-Time processing
  • 35. Apache Storm is a free and open source distributed real-time computation system. Storm makes it easy to reliably process unbounded streams of data, doing for real-time processing what Hadoop did for batch processing Storm
  • 36. Stream Processing  Fast  Scalable  Fault Tolerant  Reliable Storm Is
  • 37. Tuple
  • 40. Bolts
  • 44.  Groupings are used to decide to which task in the subscribing bolt (group) a tuple is sent.  Possible Groupings: - Shuffle - Fields - All - Global - None - Direct - Local or Shuffle Stream Grouping
  • 53. Apache Storm Real-time -Use cases Segment Prevent Use Cases Optimize Use Cases Financial Services Securities fraud Operational risks & compliance violations Order routing Pricing Telecom Security breaches Network outages Bandwidth allocation Customer service Retails Shrinkage Stock outs Offers Pricing Manufacturing Preventative maintenance Quality assurance Supply chain optimization Reduced plant downtime Transportation Driver monitoring Predictive maintenance Routes Pricing Web Application failures Operational Issues Personalized content