SlideShare uma empresa Scribd logo
1 de 34
Real-time Streaming Analytics 
Based on Apache Storm 
Big Data Solutions and Services Partner for 
Enterprises 
1 
© 2014 1 Impetus Technologies
Our Speakers Today 
2 
© 2014 2 Impetus Technologies 
Dr. Vijay Agneeswaran, Ph.Director, Big Data 
R&D 
Anand Venugopal 
Sr. Director, 
Business 
Development 
Recorded version available at http://bit.ly/1wb9SZg
Agenda 
Introductions 
and 
Background 
Streaming 
Analytics 
Options 
StreamAnalytix 
Introduction 
© 2014 3 Impetus Technologies 
StreamAnalytix 
Demo 
Q&A 
Recorded version available at http://bit.ly/1wb9SZg
Real-time Streaming Analytics Outlook 
A 2014 survey data revealed a 66% increase in firms’ use of 
streaming analytics in the past two years 
70% of the most profitable companies will manage their business 
processes using real-time predictive analytics or extreme 
collaboration by 2016 
Analysts believe, that it has taken 15 years or so for 
companies to harness about 50% of the productivity 
potential of the Internet, and the next 50% of 
productivity gains likely requires connecting things 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 4 Impetus Technologies
Business Value of Analytics 
Diminishes with the age of data 
$$$ ? 
Befor 
e 
• Predictive analytics based on current 
events 
• Value depends on accuracy 
$$ 
NOW 
• Real-time 
• Certainty is high – REAL 
• Value based on quick 
response 
$$$ 
Later 
© 2014 5 Impetus Technologies 
• Descriptive 
• Diagnostic 
• Least value 
5 
The drop is non-linear 
Value of Data 
Age of Data 
Recorded version available at http://bit.ly/1wb9SZg
Business Value of Real-time Streaming 
Analytics 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 6 Impetus Technologies
SECTION 1 
Open Source Options for 
Stream Processing 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 7 Impetus Technologies
Stream Processing Open Source Options 
• S4 from Yahoo 
• MillWheel from Google 
• Samza from LinkedIn 
• Storm 
• Spark Streaming 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 8 Impetus Technologies
Storm and Spark Positioning 
FEATURE STORM SPARK STREAMING 
Processing 
Methodology 
Processes and 
dispatches 
messages as soon 
as they are 
received 
Treats streaming computations 
as a series of deterministic batch 
computations on small time 
intervals 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 9 Impetus Technologies
Storm and Spark Positioning 
FEATURE STORM SPARK STREAMING 
Processing Latency Lower Latency Higher Latency, 
Higher Throughput 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 10 Impetus Technologies
Storm and Spark Positioning 
FEATURE STORM SPARK STREAMING 
Availability Available through 
the support of 
YARN and MESOS 
Available through the support of 
YARN and MESOS 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 11 Impetus Technologies
Storm and Spark Positioning 
FEATURE STORM SPARK STREAMING 
Complex Event 
Processing 
Run SQL-like 
commands using 
Esper 
Spark SQL works on top of 
Spark Streaming, still in Beta 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 12 Impetus Technologies
FEATURE STORM SPARK STREAMING 
Intermediate Data 
Storage 
Uses ZeroMQ / 
Netty for exchange 
of data amongst 
different Storm 
topology tasks 
Stores the intermediate data in-memory 
© 2014 13 Impetus Technologies 
in the form of RDDs 
Storm and Spark Positioning 
Recorded version available at http://bit.ly/1wb9SZg
Storm and Spark Positioning 
FEATURE STORM SPARK STREAMING 
Sliding Window 
Concept 
Achievable through 
Esper 
Built-in support 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 14 Impetus Technologies
Storm and Spark Positioning 
FEATURE STORM SPARK STREAMING 
Lambda 
Architecture 
May need separate 
batch pipeline 
Can have same pipeline for 
batch and stream computations 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 15 Impetus Technologies
Storm and Spark Positioning 
FEATURE STORM SPARK STREAMING 
Message 
Processing 
Semantics 
Exactly once 
messaging 
achieved with 
Trident 
Exactly once messaging 
achieved through RDD lineage 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 16 Impetus Technologies
Storm and Spark Positioning 
FEATURE STORM SPARK STREAMING 
Fault Tolerance Highly fault tolerant 
through the use of 
Zookeeper cluster 
that stores the 
cluster and 
topology state 
Maintains state information by 
writing metadata information of 
the DStreams to HDFS directory 
and periodic check-pointing 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 17 Impetus Technologies
Storm and Spark Positioning 
FEATURE STORM SPARK STREAMING 
Production 
Deployments 
Groupon, Twitter, 
The Weather 
Channel, 
Infochimps, Aeris, 
The Ladders, 
Yahoo and many 
more. 
Sharethrough, Yahoo, Ooyala, 
Conviva 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 18 Impetus Technologies
+ Storm + Spark Neutral 
Feature Storm Spark Streaming 
Processing Methodology 
Processes and dispatches messages as 
soon as they are received 
Treats streaming computations as a series of 
deterministic batch computations on small time 
intervals 
Processing Latency Lower Latency Higher Latency, Higher throughput 
Availability 
Available through the support of YARN and 
MESOS 
Available through the support of YARN and MESOS 
Complex Event Processing Run SQL-like commands using Esper 
Spark SQL works on top of Spark Streaming, still in 
Beta 
Intermediate Data Storage 
Uses ZeroMQ / Netty for exchange of data 
amongst different Storm topology tasks 
Stores the intermediate data in-memory in the form of 
RDDs 
Sliding Window Concept Achievable through Esper Built-in support available 
Lambda Architecture May need separate batch pipeline 
Can have same pipeline for batch and stream 
computations 
Message Processing 
Semantics 
Exactly once messaging achieved with 
Trident 
Exactly once messaging achieved through RDD 
lineage 
Fault Tolerance 
Highly fault tolerant through the use of 
Zookeeper cluster that stores the cluster and 
topology state 
Maintains state information by writing metadata 
information of the DStreams to HDFS directory and 
periodic check-pointing 
Production Deployments 
Groupon, Twitter, The Weather Channel, 
Infochimps, Aeris, The Ladders, Yahoo and 
many more. 
Sharethrough, Yahoo, Ooyala, Conviva 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 19 Impetus Technologies
Poll 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 20 Impetus Technologies
StreamAnalytix – gives you a future proof option 
STORM SPARK OTHERS 
NOW 
Time 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 21 Impetus Technologies
SECTION 2 
Introduction to StreamAnalytix 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 22 Impetus Technologies
"Default" Approaches to Streaming Analytics 
Proprietary Platforms 
• No leverage of Open 
Source 
• Vendor lock-in 
• Could be high cost 
• Limited flexibility 
" Do it yourself " 
• Native Open source 
• No vendor support 
• Integration & maintenance 
nightmare 
• Significant delays in time-to-market 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 23 Impetus Technologies
The 3rd Approach: Best of Both Worlds 
StreamAnalytix mitigates the disadvantages of the "default" approaches and 
offers the benefits of both worlds to enterprises for streaming analytics. 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 24 Impetus Technologies
StreamAnalytix Platform Benefits 
An “App Server” for real-time apps 
Focus on your business logic - leave infra to 
© 2014 25 Impetus Technologies 
us 
Handle all the 3V’s of Big Data on one 
platform 
12-18 months of time to market acceleration 
Seamless integration with Hadoop and 
NoSQL 
Recorded version available at http://bit.ly/1wb9SZg
Block Diagram 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 26 Impetus Technologies
Key Features 
High Speed 
Data 
Ingestion 
Elastic 
Scaling – 
Volume, 
Velocity 
Data Parsing 
- Variety 
© 2014 27 Impetus Technologies 
Pluggable 
Persistence 
Real-time 
Index and 
Search 
Dynamic 
Message 
Routing 
Rule Based 
Alert 
Pluggable 
Workflow 
Management 
Fault 
Tolerance 
and Data 
Integrity 
Optimized for 
High 
Performance 
Recorded version available at http://bit.ly/1wb9SZg
SECTION 3 
Demo 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 28 Impetus Technologies
Recap of Key StreamAnalytix Functions 
Read 
• Ready-to-use connector 
• Support for AMQP, KAFKA connectors 
• Supports XML, JSON, DELIMITED, etc. 
Analyze 
• Analyze data in near real-time 
• Rule based data routing and alerts 
• Workflow management 
Persist 
• Cross vendor persistence abstraction 
• Support for HBase, Cassandra, Oracle NoSQL DB 
• Support of indexing and distributed caching 
Reports 
• Near real-time data visualization 
• Historical data visualization 
• Search on moving and historical data 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 29 Impetus Technologies
Value Adds over Open Source – 1 of 3 
© 2014 30 Impetus Technologies 
Full System Integration, Testing, 
Benchmarking and Technical Support 
• Kafka and/or Rabbit MQ 
• Apache Storm 
• Data-storage and Indexing layer - 
abstraction and integration 
• Alerting and CEP Framework 
• Real-time Web based visualization 
framework 
• Distributed and off-heap caching 
for reliability and shared-state 
solutions 
• BPM / Workflow integration 
System 
Level 
Performance 
Data compression and 
other optimizations to 
minimize 
latency of event 
processing 
Admin Tool - Automated 
Installation, Provisioning, 
Management and Monitoring tool 
for all components and 
infrastructure with multi-cluster 
management from one station 
Monitoring and 
Automation of full 
system availability 
Recorded version available at http://bit.ly/1wb9SZg
Value Adds over Open Source – 2 of 3 
Visual definition of 
incoming message 
formats, fields 
Storm 
Workspaces – the 
beginning of multi-tenancy 
PMML integration over 
Storm – UI to import 
and run PMML models 
on Storm 
© 2014 31 Impetus Technologies 
Visual definition 
of Alerting, 
regular 
expressions 
Visual topology creation 
and integration with 
Alerting, custom-logic, 
web UI 
Multi-topology creation, 
linking and dynamic “run-time” 
data routing 
Application and pipeline 
monitoring and management 
(visual interface) 
Recorded version available at http://bit.ly/1wb9SZg
Value Adds over Open Source – 3 of 3 
© 2014 32 Impetus Technologies 
• Web-socket framework for custom 
real-time visualization 
• Alerts, Raw Data, Enriched data 
results 
Persistence and Indexing 
Real-time Visualization Support 
• Abstraction layer supporting any 
NoSQL database as persistence store 
• Abstraction layer supporting Elastic 
search (Solr support soon) 
• Indexing and Persistence policy 
definition at system level and per field 
• Encryption support configurable at 
column level 
• Fast search support by orchestration 
between Index and Storage 
• ‘oData’ interface support or 3rd party 
BI tools for offline analytics 
Recorded version available at http://bit.ly/1wb9SZg
Licensing Model and Controls 
TIME 
• Perpetual license + Annual support and maintenance from second 
year 
OR 
• Annual Subscription (includes support) 
QUANTITY 
• Total number of cores 
OR 
• Total number of nodes (plus a max cores per node) 
FUNCTIONALITY 
• Only Indexing / Only Persistence/ Indexing + Persistence 
• Admin tool – Yes/ No 
Recorded version available at http://bit.ly/1wb9SZg 
© 2014 33 Impetus Technologies
Recorded version available at 
http://bit.ly/1nMw8nQ 
For general inquiries about the StreamAnalytix platform and related 
services reach us at inquiry@streamanalytix.com 
© 2014 34 Impetus Technologies

Mais conteúdo relacionado

Mais procurados

Big Data Real Time Analytics - A Facebook Case Study
Big Data Real Time Analytics - A Facebook Case StudyBig Data Real Time Analytics - A Facebook Case Study
Big Data Real Time Analytics - A Facebook Case StudyNati Shalom
 
Open Source Data Management for Industry 4.0
Open Source Data Management for Industry 4.0Open Source Data Management for Industry 4.0
Open Source Data Management for Industry 4.0DataWorks Summit
 
Real-time Analytics in Financial
Real-time Analytics in FinancialReal-time Analytics in Financial
Real-time Analytics in FinancialYifeng Jiang
 
End to End Supply Chain Control Tower
End to End Supply Chain Control TowerEnd to End Supply Chain Control Tower
End to End Supply Chain Control TowerDatabricks
 
Innovating With Data and Analytics
Innovating With Data and AnalyticsInnovating With Data and Analytics
Innovating With Data and AnalyticsVMware Tanzu
 
Top 5 Strategies for Retail Data Analytics
Top 5 Strategies for Retail Data AnalyticsTop 5 Strategies for Retail Data Analytics
Top 5 Strategies for Retail Data AnalyticsHortonworks
 
Data Warehouse Like a Tech Startup with Oracle Autonomous Data Warehouse
Data Warehouse Like a Tech Startup with Oracle Autonomous Data WarehouseData Warehouse Like a Tech Startup with Oracle Autonomous Data Warehouse
Data Warehouse Like a Tech Startup with Oracle Autonomous Data WarehouseRittman Analytics
 
[Webinar] Measure Twice, Build Once: Real-Time Predictive Analytics
[Webinar] Measure Twice, Build Once: Real-Time Predictive Analytics[Webinar] Measure Twice, Build Once: Real-Time Predictive Analytics
[Webinar] Measure Twice, Build Once: Real-Time Predictive AnalyticsInfochimps, a CSC Big Data Business
 
Pivotal Big Data Roadshow
Pivotal Big Data Roadshow Pivotal Big Data Roadshow
Pivotal Big Data Roadshow VMware Tanzu
 
Analytic Excellence - Saying Goodbye to Old Constraints
Analytic Excellence - Saying Goodbye to Old ConstraintsAnalytic Excellence - Saying Goodbye to Old Constraints
Analytic Excellence - Saying Goodbye to Old ConstraintsInside Analysis
 
The Five Markers on Your Big Data Journey
The Five Markers on Your Big Data JourneyThe Five Markers on Your Big Data Journey
The Five Markers on Your Big Data JourneyCloudera, Inc.
 
Transforming GE Healthcare with Data Platform Strategy
Transforming GE Healthcare with Data Platform StrategyTransforming GE Healthcare with Data Platform Strategy
Transforming GE Healthcare with Data Platform StrategyDatabricks
 
Real-time Microservices and In-Memory Data Grids
Real-time Microservices and In-Memory Data GridsReal-time Microservices and In-Memory Data Grids
Real-time Microservices and In-Memory Data GridsAli Hodroj
 
Citizens Bank: Data Lake Implementation – Selecting BigInsights ViON Spark/Ha...
Citizens Bank: Data Lake Implementation – Selecting BigInsights ViON Spark/Ha...Citizens Bank: Data Lake Implementation – Selecting BigInsights ViON Spark/Ha...
Citizens Bank: Data Lake Implementation – Selecting BigInsights ViON Spark/Ha...Seeling Cheung
 
Moving to the Cloud: Modernizing Data Architecture in Healthcare
Moving to the Cloud: Modernizing Data Architecture in HealthcareMoving to the Cloud: Modernizing Data Architecture in Healthcare
Moving to the Cloud: Modernizing Data Architecture in HealthcarePerficient, Inc.
 
MAALBS Big Data agile framwork
MAALBS Big Data agile framwork MAALBS Big Data agile framwork
MAALBS Big Data agile framwork balvis_ms
 
Big Data Analytics: Reference Architectures and Case Studies by Serhiy Haziye...
Big Data Analytics: Reference Architectures and Case Studies by Serhiy Haziye...Big Data Analytics: Reference Architectures and Case Studies by Serhiy Haziye...
Big Data Analytics: Reference Architectures and Case Studies by Serhiy Haziye...SoftServe
 
Get Started with Cloudera’s Cyber Solution
Get Started with Cloudera’s Cyber SolutionGet Started with Cloudera’s Cyber Solution
Get Started with Cloudera’s Cyber SolutionCloudera, Inc.
 

Mais procurados (20)

Big Data Real Time Analytics - A Facebook Case Study
Big Data Real Time Analytics - A Facebook Case StudyBig Data Real Time Analytics - A Facebook Case Study
Big Data Real Time Analytics - A Facebook Case Study
 
Open Source Data Management for Industry 4.0
Open Source Data Management for Industry 4.0Open Source Data Management for Industry 4.0
Open Source Data Management for Industry 4.0
 
Infochimps + CloudCon: Infinite Monkey Theorem
Infochimps + CloudCon: Infinite Monkey TheoremInfochimps + CloudCon: Infinite Monkey Theorem
Infochimps + CloudCon: Infinite Monkey Theorem
 
Real-time Analytics in Financial
Real-time Analytics in FinancialReal-time Analytics in Financial
Real-time Analytics in Financial
 
End to End Supply Chain Control Tower
End to End Supply Chain Control TowerEnd to End Supply Chain Control Tower
End to End Supply Chain Control Tower
 
Innovating With Data and Analytics
Innovating With Data and AnalyticsInnovating With Data and Analytics
Innovating With Data and Analytics
 
Top 5 Strategies for Retail Data Analytics
Top 5 Strategies for Retail Data AnalyticsTop 5 Strategies for Retail Data Analytics
Top 5 Strategies for Retail Data Analytics
 
Data Warehouse Like a Tech Startup with Oracle Autonomous Data Warehouse
Data Warehouse Like a Tech Startup with Oracle Autonomous Data WarehouseData Warehouse Like a Tech Startup with Oracle Autonomous Data Warehouse
Data Warehouse Like a Tech Startup with Oracle Autonomous Data Warehouse
 
[Webinar] Measure Twice, Build Once: Real-Time Predictive Analytics
[Webinar] Measure Twice, Build Once: Real-Time Predictive Analytics[Webinar] Measure Twice, Build Once: Real-Time Predictive Analytics
[Webinar] Measure Twice, Build Once: Real-Time Predictive Analytics
 
Pivotal Big Data Roadshow
Pivotal Big Data Roadshow Pivotal Big Data Roadshow
Pivotal Big Data Roadshow
 
7 Predictive Analytics, Spark , Streaming use cases
7 Predictive Analytics, Spark , Streaming use cases7 Predictive Analytics, Spark , Streaming use cases
7 Predictive Analytics, Spark , Streaming use cases
 
Analytic Excellence - Saying Goodbye to Old Constraints
Analytic Excellence - Saying Goodbye to Old ConstraintsAnalytic Excellence - Saying Goodbye to Old Constraints
Analytic Excellence - Saying Goodbye to Old Constraints
 
The Five Markers on Your Big Data Journey
The Five Markers on Your Big Data JourneyThe Five Markers on Your Big Data Journey
The Five Markers on Your Big Data Journey
 
Transforming GE Healthcare with Data Platform Strategy
Transforming GE Healthcare with Data Platform StrategyTransforming GE Healthcare with Data Platform Strategy
Transforming GE Healthcare with Data Platform Strategy
 
Real-time Microservices and In-Memory Data Grids
Real-time Microservices and In-Memory Data GridsReal-time Microservices and In-Memory Data Grids
Real-time Microservices and In-Memory Data Grids
 
Citizens Bank: Data Lake Implementation – Selecting BigInsights ViON Spark/Ha...
Citizens Bank: Data Lake Implementation – Selecting BigInsights ViON Spark/Ha...Citizens Bank: Data Lake Implementation – Selecting BigInsights ViON Spark/Ha...
Citizens Bank: Data Lake Implementation – Selecting BigInsights ViON Spark/Ha...
 
Moving to the Cloud: Modernizing Data Architecture in Healthcare
Moving to the Cloud: Modernizing Data Architecture in HealthcareMoving to the Cloud: Modernizing Data Architecture in Healthcare
Moving to the Cloud: Modernizing Data Architecture in Healthcare
 
MAALBS Big Data agile framwork
MAALBS Big Data agile framwork MAALBS Big Data agile framwork
MAALBS Big Data agile framwork
 
Big Data Analytics: Reference Architectures and Case Studies by Serhiy Haziye...
Big Data Analytics: Reference Architectures and Case Studies by Serhiy Haziye...Big Data Analytics: Reference Architectures and Case Studies by Serhiy Haziye...
Big Data Analytics: Reference Architectures and Case Studies by Serhiy Haziye...
 
Get Started with Cloudera’s Cyber Solution
Get Started with Cloudera’s Cyber SolutionGet Started with Cloudera’s Cyber Solution
Get Started with Cloudera’s Cyber Solution
 

Destaque

Future-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix WebinarFuture-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix WebinarImpetus Technologies
 
Real-world Applications of Streaming Analytics- StreamAnalytix Webinar
Real-world Applications of Streaming Analytics- StreamAnalytix WebinarReal-world Applications of Streaming Analytics- StreamAnalytix Webinar
Real-world Applications of Streaming Analytics- StreamAnalytix WebinarImpetus Technologies
 
Migration from Redshift to Spark
Migration from Redshift to SparkMigration from Redshift to Spark
Migration from Redshift to SparkSky Yin
 
Architecting applications with Hadoop - Fraud Detection
Architecting applications with Hadoop - Fraud DetectionArchitecting applications with Hadoop - Fraud Detection
Architecting applications with Hadoop - Fraud Detectionhadooparchbook
 
Apache Gearpump next-gen streaming engine
Apache Gearpump next-gen streaming engineApache Gearpump next-gen streaming engine
Apache Gearpump next-gen streaming engineTianlun Zhang
 
Multi-tenant, Multi-cluster and Multi-container Apache HBase Deployments
Multi-tenant, Multi-cluster and Multi-container Apache HBase DeploymentsMulti-tenant, Multi-cluster and Multi-container Apache HBase Deployments
Multi-tenant, Multi-cluster and Multi-container Apache HBase DeploymentsDataWorks Summit
 
File Format Benchmarks - Avro, JSON, ORC, & Parquet
File Format Benchmarks - Avro, JSON, ORC, & ParquetFile Format Benchmarks - Avro, JSON, ORC, & Parquet
File Format Benchmarks - Avro, JSON, ORC, & ParquetOwen O'Malley
 
Intro to Machine Learning with H2O and AWS
Intro to Machine Learning with H2O and AWSIntro to Machine Learning with H2O and AWS
Intro to Machine Learning with H2O and AWSSri Ambati
 
Jenkins - From Continuous Integration to Continuous Delivery
Jenkins - From Continuous Integration to Continuous DeliveryJenkins - From Continuous Integration to Continuous Delivery
Jenkins - From Continuous Integration to Continuous DeliveryVirendra Bhalothia
 

Destaque (10)

Future-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix WebinarFuture-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
Future-Proof Your Streaming Analytics Architecture- StreamAnalytix Webinar
 
Real-world Applications of Streaming Analytics- StreamAnalytix Webinar
Real-world Applications of Streaming Analytics- StreamAnalytix WebinarReal-world Applications of Streaming Analytics- StreamAnalytix Webinar
Real-world Applications of Streaming Analytics- StreamAnalytix Webinar
 
Migration from Redshift to Spark
Migration from Redshift to SparkMigration from Redshift to Spark
Migration from Redshift to Spark
 
Streaming SQL
Streaming SQLStreaming SQL
Streaming SQL
 
Architecting applications with Hadoop - Fraud Detection
Architecting applications with Hadoop - Fraud DetectionArchitecting applications with Hadoop - Fraud Detection
Architecting applications with Hadoop - Fraud Detection
 
Apache Gearpump next-gen streaming engine
Apache Gearpump next-gen streaming engineApache Gearpump next-gen streaming engine
Apache Gearpump next-gen streaming engine
 
Multi-tenant, Multi-cluster and Multi-container Apache HBase Deployments
Multi-tenant, Multi-cluster and Multi-container Apache HBase DeploymentsMulti-tenant, Multi-cluster and Multi-container Apache HBase Deployments
Multi-tenant, Multi-cluster and Multi-container Apache HBase Deployments
 
File Format Benchmarks - Avro, JSON, ORC, & Parquet
File Format Benchmarks - Avro, JSON, ORC, & ParquetFile Format Benchmarks - Avro, JSON, ORC, & Parquet
File Format Benchmarks - Avro, JSON, ORC, & Parquet
 
Intro to Machine Learning with H2O and AWS
Intro to Machine Learning with H2O and AWSIntro to Machine Learning with H2O and AWS
Intro to Machine Learning with H2O and AWS
 
Jenkins - From Continuous Integration to Continuous Delivery
Jenkins - From Continuous Integration to Continuous DeliveryJenkins - From Continuous Integration to Continuous Delivery
Jenkins - From Continuous Integration to Continuous Delivery
 

Semelhante a Real-time Streaming Analytics for Enterprises based on Apache Storm - Impetus StreamAnalytix Webinar

Breaking the Monolith
Breaking the MonolithBreaking the Monolith
Breaking the MonolithVMware Tanzu
 
3 reasons to pick a time series platform for monitoring dev ops driven contai...
3 reasons to pick a time series platform for monitoring dev ops driven contai...3 reasons to pick a time series platform for monitoring dev ops driven contai...
3 reasons to pick a time series platform for monitoring dev ops driven contai...DevOps.com
 
Unconference Round Table Notes
Unconference Round Table NotesUnconference Round Table Notes
Unconference Round Table NotesTimothy Spann
 
Meetup: Streaming Data Pipeline Development
Meetup:  Streaming Data Pipeline DevelopmentMeetup:  Streaming Data Pipeline Development
Meetup: Streaming Data Pipeline DevelopmentTimothy Spann
 
Open vSwitch Implementation Options
Open vSwitch Implementation Options Open vSwitch Implementation Options
Open vSwitch Implementation Options Netronome
 
Meetup Streaming Data Pipeline Development
Meetup Streaming Data Pipeline DevelopmentMeetup Streaming Data Pipeline Development
Meetup Streaming Data Pipeline DevelopmentTimothy Spann
 
Future of Data Milwaukee Meetup Streaming Data Pipeline Development 28 June 2023
Future of Data Milwaukee Meetup Streaming Data Pipeline Development 28 June 2023Future of Data Milwaukee Meetup Streaming Data Pipeline Development 28 June 2023
Future of Data Milwaukee Meetup Streaming Data Pipeline Development 28 June 2023ssuser73434e
 
ITPC Building Modern Data Streaming Apps
ITPC Building Modern Data Streaming AppsITPC Building Modern Data Streaming Apps
ITPC Building Modern Data Streaming AppsTimothy Spann
 
PLNOG14: The benefits of "OPEN" in networking for operators - Joerg Ammon, Br...
PLNOG14: The benefits of "OPEN" in networking for operators - Joerg Ammon, Br...PLNOG14: The benefits of "OPEN" in networking for operators - Joerg Ammon, Br...
PLNOG14: The benefits of "OPEN" in networking for operators - Joerg Ammon, Br...PROIDEA
 
What is expected from Chief Cloud Officers?
What is expected from Chief Cloud Officers?What is expected from Chief Cloud Officers?
What is expected from Chief Cloud Officers?Bernard Paques
 
Confluent Partner Tech Talk with Reply
Confluent Partner Tech Talk with ReplyConfluent Partner Tech Talk with Reply
Confluent Partner Tech Talk with Replyconfluent
 
Spark Streaming the Industrial IoT
Spark Streaming the Industrial IoTSpark Streaming the Industrial IoT
Spark Streaming the Industrial IoTJim Haughwout
 
VMworld 2013: How to Replace Websphere Application Server (WAS) with TCserver
VMworld 2013: How to Replace Websphere Application Server (WAS) with TCserver VMworld 2013: How to Replace Websphere Application Server (WAS) with TCserver
VMworld 2013: How to Replace Websphere Application Server (WAS) with TCserver VMworld
 
Event Detection Pipelines with Apache Kafka
Event Detection Pipelines with Apache KafkaEvent Detection Pipelines with Apache Kafka
Event Detection Pipelines with Apache KafkaDataWorks Summit
 
Implement a Universal Data Distribution Architecture to Manage All Streaming ...
Implement a Universal Data Distribution Architecture to Manage All Streaming ...Implement a Universal Data Distribution Architecture to Manage All Streaming ...
Implement a Universal Data Distribution Architecture to Manage All Streaming ...Timothy Spann
 
2024 February 28 - NYC - Meetup Unlocking Financial Data with Real-Time Pipel...
2024 February 28 - NYC - Meetup Unlocking Financial Data with Real-Time Pipel...2024 February 28 - NYC - Meetup Unlocking Financial Data with Real-Time Pipel...
2024 February 28 - NYC - Meetup Unlocking Financial Data with Real-Time Pipel...Timothy Spann
 
Budapest Data/ML - Building Modern Data Streaming Apps with NiFi, Flink and K...
Budapest Data/ML - Building Modern Data Streaming Apps with NiFi, Flink and K...Budapest Data/ML - Building Modern Data Streaming Apps with NiFi, Flink and K...
Budapest Data/ML - Building Modern Data Streaming Apps with NiFi, Flink and K...Timothy Spann
 
Best Practices for Building Hybrid-Cloud Architectures | Hans Jespersen
Best Practices for Building Hybrid-Cloud Architectures | Hans JespersenBest Practices for Building Hybrid-Cloud Architectures | Hans Jespersen
Best Practices for Building Hybrid-Cloud Architectures | Hans Jespersenconfluent
 
GigaSpaces CCF 4 Xap
GigaSpaces CCF 4 XapGigaSpaces CCF 4 Xap
GigaSpaces CCF 4 XapShay Hassidim
 
ABC's of Service Virtualization
ABC's of Service VirtualizationABC's of Service Virtualization
ABC's of Service VirtualizationParasoft
 

Semelhante a Real-time Streaming Analytics for Enterprises based on Apache Storm - Impetus StreamAnalytix Webinar (20)

Breaking the Monolith
Breaking the MonolithBreaking the Monolith
Breaking the Monolith
 
3 reasons to pick a time series platform for monitoring dev ops driven contai...
3 reasons to pick a time series platform for monitoring dev ops driven contai...3 reasons to pick a time series platform for monitoring dev ops driven contai...
3 reasons to pick a time series platform for monitoring dev ops driven contai...
 
Unconference Round Table Notes
Unconference Round Table NotesUnconference Round Table Notes
Unconference Round Table Notes
 
Meetup: Streaming Data Pipeline Development
Meetup:  Streaming Data Pipeline DevelopmentMeetup:  Streaming Data Pipeline Development
Meetup: Streaming Data Pipeline Development
 
Open vSwitch Implementation Options
Open vSwitch Implementation Options Open vSwitch Implementation Options
Open vSwitch Implementation Options
 
Meetup Streaming Data Pipeline Development
Meetup Streaming Data Pipeline DevelopmentMeetup Streaming Data Pipeline Development
Meetup Streaming Data Pipeline Development
 
Future of Data Milwaukee Meetup Streaming Data Pipeline Development 28 June 2023
Future of Data Milwaukee Meetup Streaming Data Pipeline Development 28 June 2023Future of Data Milwaukee Meetup Streaming Data Pipeline Development 28 June 2023
Future of Data Milwaukee Meetup Streaming Data Pipeline Development 28 June 2023
 
ITPC Building Modern Data Streaming Apps
ITPC Building Modern Data Streaming AppsITPC Building Modern Data Streaming Apps
ITPC Building Modern Data Streaming Apps
 
PLNOG14: The benefits of "OPEN" in networking for operators - Joerg Ammon, Br...
PLNOG14: The benefits of "OPEN" in networking for operators - Joerg Ammon, Br...PLNOG14: The benefits of "OPEN" in networking for operators - Joerg Ammon, Br...
PLNOG14: The benefits of "OPEN" in networking for operators - Joerg Ammon, Br...
 
What is expected from Chief Cloud Officers?
What is expected from Chief Cloud Officers?What is expected from Chief Cloud Officers?
What is expected from Chief Cloud Officers?
 
Confluent Partner Tech Talk with Reply
Confluent Partner Tech Talk with ReplyConfluent Partner Tech Talk with Reply
Confluent Partner Tech Talk with Reply
 
Spark Streaming the Industrial IoT
Spark Streaming the Industrial IoTSpark Streaming the Industrial IoT
Spark Streaming the Industrial IoT
 
VMworld 2013: How to Replace Websphere Application Server (WAS) with TCserver
VMworld 2013: How to Replace Websphere Application Server (WAS) with TCserver VMworld 2013: How to Replace Websphere Application Server (WAS) with TCserver
VMworld 2013: How to Replace Websphere Application Server (WAS) with TCserver
 
Event Detection Pipelines with Apache Kafka
Event Detection Pipelines with Apache KafkaEvent Detection Pipelines with Apache Kafka
Event Detection Pipelines with Apache Kafka
 
Implement a Universal Data Distribution Architecture to Manage All Streaming ...
Implement a Universal Data Distribution Architecture to Manage All Streaming ...Implement a Universal Data Distribution Architecture to Manage All Streaming ...
Implement a Universal Data Distribution Architecture to Manage All Streaming ...
 
2024 February 28 - NYC - Meetup Unlocking Financial Data with Real-Time Pipel...
2024 February 28 - NYC - Meetup Unlocking Financial Data with Real-Time Pipel...2024 February 28 - NYC - Meetup Unlocking Financial Data with Real-Time Pipel...
2024 February 28 - NYC - Meetup Unlocking Financial Data with Real-Time Pipel...
 
Budapest Data/ML - Building Modern Data Streaming Apps with NiFi, Flink and K...
Budapest Data/ML - Building Modern Data Streaming Apps with NiFi, Flink and K...Budapest Data/ML - Building Modern Data Streaming Apps with NiFi, Flink and K...
Budapest Data/ML - Building Modern Data Streaming Apps with NiFi, Flink and K...
 
Best Practices for Building Hybrid-Cloud Architectures | Hans Jespersen
Best Practices for Building Hybrid-Cloud Architectures | Hans JespersenBest Practices for Building Hybrid-Cloud Architectures | Hans Jespersen
Best Practices for Building Hybrid-Cloud Architectures | Hans Jespersen
 
GigaSpaces CCF 4 Xap
GigaSpaces CCF 4 XapGigaSpaces CCF 4 Xap
GigaSpaces CCF 4 Xap
 
ABC's of Service Virtualization
ABC's of Service VirtualizationABC's of Service Virtualization
ABC's of Service Virtualization
 

Mais de Impetus Technologies

Data Warehouse Modernization Webinar Series- Critical Trends, Implementation ...
Data Warehouse Modernization Webinar Series- Critical Trends, Implementation ...Data Warehouse Modernization Webinar Series- Critical Trends, Implementation ...
Data Warehouse Modernization Webinar Series- Critical Trends, Implementation ...Impetus Technologies
 
Building Real-time Streaming Apps in Minutes- Impetus Webinar
Building Real-time Streaming Apps in Minutes- Impetus WebinarBuilding Real-time Streaming Apps in Minutes- Impetus Webinar
Building Real-time Streaming Apps in Minutes- Impetus WebinarImpetus Technologies
 
Smart Enterprise Big Data Bus for the Modern Responsive Enterprise- StreamAna...
Smart Enterprise Big Data Bus for the Modern Responsive Enterprise- StreamAna...Smart Enterprise Big Data Bus for the Modern Responsive Enterprise- StreamAna...
Smart Enterprise Big Data Bus for the Modern Responsive Enterprise- StreamAna...Impetus Technologies
 
Impetus White Paper- Handling Data Corruption in Elasticsearch
Impetus White Paper- Handling  Data Corruption  in ElasticsearchImpetus White Paper- Handling  Data Corruption  in Elasticsearch
Impetus White Paper- Handling Data Corruption in ElasticsearchImpetus Technologies
 
Real-world Applications of Streaming Analytics- StreamAnalytix Webinar
Real-world Applications of Streaming Analytics- StreamAnalytix WebinarReal-world Applications of Streaming Analytics- StreamAnalytix Webinar
Real-world Applications of Streaming Analytics- StreamAnalytix WebinarImpetus Technologies
 
Accelerating Hadoop Solution Lifecycle and Improving ROI- Impetus On-demand W...
Accelerating Hadoop Solution Lifecycle and Improving ROI- Impetus On-demand W...Accelerating Hadoop Solution Lifecycle and Improving ROI- Impetus On-demand W...
Accelerating Hadoop Solution Lifecycle and Improving ROI- Impetus On-demand W...Impetus Technologies
 
Deep Learning: Evolution of ML from Statistical to Brain-like Computing- Data...
Deep Learning: Evolution of ML from Statistical to Brain-like Computing- Data...Deep Learning: Evolution of ML from Statistical to Brain-like Computing- Data...
Deep Learning: Evolution of ML from Statistical to Brain-like Computing- Data...Impetus Technologies
 
SPARK USE CASE- Distributed Reinforcement Learning for Electricity Market Bi...
SPARK USE CASE-  Distributed Reinforcement Learning for Electricity Market Bi...SPARK USE CASE-  Distributed Reinforcement Learning for Electricity Market Bi...
SPARK USE CASE- Distributed Reinforcement Learning for Electricity Market Bi...Impetus Technologies
 
Enterprise Ready Android and Manageability- Impetus Webcast
Enterprise Ready Android and Manageability- Impetus WebcastEnterprise Ready Android and Manageability- Impetus Webcast
Enterprise Ready Android and Manageability- Impetus WebcastImpetus Technologies
 
Leveraging NoSQL Database Technology to Implement Real-time Data Architecture...
Leveraging NoSQL Database Technology to Implement Real-time Data Architecture...Leveraging NoSQL Database Technology to Implement Real-time Data Architecture...
Leveraging NoSQL Database Technology to Implement Real-time Data Architecture...Impetus Technologies
 
Maturity of Mobile Test Automation: Approaches and Future Trends- Impetus Web...
Maturity of Mobile Test Automation: Approaches and Future Trends- Impetus Web...Maturity of Mobile Test Automation: Approaches and Future Trends- Impetus Web...
Maturity of Mobile Test Automation: Approaches and Future Trends- Impetus Web...Impetus Technologies
 
Big Data Analytics with Storm, Spark and GraphLab
Big Data Analytics with Storm, Spark and GraphLabBig Data Analytics with Storm, Spark and GraphLab
Big Data Analytics with Storm, Spark and GraphLabImpetus Technologies
 
Webinar maturity of mobile test automation- approaches and future trends
Webinar  maturity of mobile test automation- approaches and future trendsWebinar  maturity of mobile test automation- approaches and future trends
Webinar maturity of mobile test automation- approaches and future trendsImpetus Technologies
 
Next generation analytics with yarn, spark and graph lab
Next generation analytics with yarn, spark and graph labNext generation analytics with yarn, spark and graph lab
Next generation analytics with yarn, spark and graph labImpetus Technologies
 
The Shared Elephant - Hadoop as a Shared Service for Multiple Departments – I...
The Shared Elephant - Hadoop as a Shared Service for Multiple Departments – I...The Shared Elephant - Hadoop as a Shared Service for Multiple Departments – I...
The Shared Elephant - Hadoop as a Shared Service for Multiple Departments – I...Impetus Technologies
 
Performance Testing of Big Data Applications - Impetus Webcast
Performance Testing of Big Data Applications - Impetus WebcastPerformance Testing of Big Data Applications - Impetus Webcast
Performance Testing of Big Data Applications - Impetus WebcastImpetus Technologies
 
Real-time Predictive Analytics in Manufacturing - Impetus Webinar
Real-time Predictive Analytics in Manufacturing - Impetus WebinarReal-time Predictive Analytics in Manufacturing - Impetus Webinar
Real-time Predictive Analytics in Manufacturing - Impetus WebinarImpetus Technologies
 
Webinar real-time predictive analytics in manufacturing
Webinar  real-time predictive analytics in manufacturingWebinar  real-time predictive analytics in manufacturing
Webinar real-time predictive analytics in manufacturingImpetus Technologies
 
Real-time Analytics for the Healthcare Industry: Arrythmia Detection- Impetus...
Real-time Analytics for the Healthcare Industry: Arrythmia Detection- Impetus...Real-time Analytics for the Healthcare Industry: Arrythmia Detection- Impetus...
Real-time Analytics for the Healthcare Industry: Arrythmia Detection- Impetus...Impetus Technologies
 
Build and Manage Hadoop & Oracle NoSQL DB Solutions- Impetus Webinar
Build and Manage Hadoop & Oracle NoSQL DB Solutions- Impetus WebinarBuild and Manage Hadoop & Oracle NoSQL DB Solutions- Impetus Webinar
Build and Manage Hadoop & Oracle NoSQL DB Solutions- Impetus WebinarImpetus Technologies
 

Mais de Impetus Technologies (20)

Data Warehouse Modernization Webinar Series- Critical Trends, Implementation ...
Data Warehouse Modernization Webinar Series- Critical Trends, Implementation ...Data Warehouse Modernization Webinar Series- Critical Trends, Implementation ...
Data Warehouse Modernization Webinar Series- Critical Trends, Implementation ...
 
Building Real-time Streaming Apps in Minutes- Impetus Webinar
Building Real-time Streaming Apps in Minutes- Impetus WebinarBuilding Real-time Streaming Apps in Minutes- Impetus Webinar
Building Real-time Streaming Apps in Minutes- Impetus Webinar
 
Smart Enterprise Big Data Bus for the Modern Responsive Enterprise- StreamAna...
Smart Enterprise Big Data Bus for the Modern Responsive Enterprise- StreamAna...Smart Enterprise Big Data Bus for the Modern Responsive Enterprise- StreamAna...
Smart Enterprise Big Data Bus for the Modern Responsive Enterprise- StreamAna...
 
Impetus White Paper- Handling Data Corruption in Elasticsearch
Impetus White Paper- Handling  Data Corruption  in ElasticsearchImpetus White Paper- Handling  Data Corruption  in Elasticsearch
Impetus White Paper- Handling Data Corruption in Elasticsearch
 
Real-world Applications of Streaming Analytics- StreamAnalytix Webinar
Real-world Applications of Streaming Analytics- StreamAnalytix WebinarReal-world Applications of Streaming Analytics- StreamAnalytix Webinar
Real-world Applications of Streaming Analytics- StreamAnalytix Webinar
 
Accelerating Hadoop Solution Lifecycle and Improving ROI- Impetus On-demand W...
Accelerating Hadoop Solution Lifecycle and Improving ROI- Impetus On-demand W...Accelerating Hadoop Solution Lifecycle and Improving ROI- Impetus On-demand W...
Accelerating Hadoop Solution Lifecycle and Improving ROI- Impetus On-demand W...
 
Deep Learning: Evolution of ML from Statistical to Brain-like Computing- Data...
Deep Learning: Evolution of ML from Statistical to Brain-like Computing- Data...Deep Learning: Evolution of ML from Statistical to Brain-like Computing- Data...
Deep Learning: Evolution of ML from Statistical to Brain-like Computing- Data...
 
SPARK USE CASE- Distributed Reinforcement Learning for Electricity Market Bi...
SPARK USE CASE-  Distributed Reinforcement Learning for Electricity Market Bi...SPARK USE CASE-  Distributed Reinforcement Learning for Electricity Market Bi...
SPARK USE CASE- Distributed Reinforcement Learning for Electricity Market Bi...
 
Enterprise Ready Android and Manageability- Impetus Webcast
Enterprise Ready Android and Manageability- Impetus WebcastEnterprise Ready Android and Manageability- Impetus Webcast
Enterprise Ready Android and Manageability- Impetus Webcast
 
Leveraging NoSQL Database Technology to Implement Real-time Data Architecture...
Leveraging NoSQL Database Technology to Implement Real-time Data Architecture...Leveraging NoSQL Database Technology to Implement Real-time Data Architecture...
Leveraging NoSQL Database Technology to Implement Real-time Data Architecture...
 
Maturity of Mobile Test Automation: Approaches and Future Trends- Impetus Web...
Maturity of Mobile Test Automation: Approaches and Future Trends- Impetus Web...Maturity of Mobile Test Automation: Approaches and Future Trends- Impetus Web...
Maturity of Mobile Test Automation: Approaches and Future Trends- Impetus Web...
 
Big Data Analytics with Storm, Spark and GraphLab
Big Data Analytics with Storm, Spark and GraphLabBig Data Analytics with Storm, Spark and GraphLab
Big Data Analytics with Storm, Spark and GraphLab
 
Webinar maturity of mobile test automation- approaches and future trends
Webinar  maturity of mobile test automation- approaches and future trendsWebinar  maturity of mobile test automation- approaches and future trends
Webinar maturity of mobile test automation- approaches and future trends
 
Next generation analytics with yarn, spark and graph lab
Next generation analytics with yarn, spark and graph labNext generation analytics with yarn, spark and graph lab
Next generation analytics with yarn, spark and graph lab
 
The Shared Elephant - Hadoop as a Shared Service for Multiple Departments – I...
The Shared Elephant - Hadoop as a Shared Service for Multiple Departments – I...The Shared Elephant - Hadoop as a Shared Service for Multiple Departments – I...
The Shared Elephant - Hadoop as a Shared Service for Multiple Departments – I...
 
Performance Testing of Big Data Applications - Impetus Webcast
Performance Testing of Big Data Applications - Impetus WebcastPerformance Testing of Big Data Applications - Impetus Webcast
Performance Testing of Big Data Applications - Impetus Webcast
 
Real-time Predictive Analytics in Manufacturing - Impetus Webinar
Real-time Predictive Analytics in Manufacturing - Impetus WebinarReal-time Predictive Analytics in Manufacturing - Impetus Webinar
Real-time Predictive Analytics in Manufacturing - Impetus Webinar
 
Webinar real-time predictive analytics in manufacturing
Webinar  real-time predictive analytics in manufacturingWebinar  real-time predictive analytics in manufacturing
Webinar real-time predictive analytics in manufacturing
 
Real-time Analytics for the Healthcare Industry: Arrythmia Detection- Impetus...
Real-time Analytics for the Healthcare Industry: Arrythmia Detection- Impetus...Real-time Analytics for the Healthcare Industry: Arrythmia Detection- Impetus...
Real-time Analytics for the Healthcare Industry: Arrythmia Detection- Impetus...
 
Build and Manage Hadoop & Oracle NoSQL DB Solutions- Impetus Webinar
Build and Manage Hadoop & Oracle NoSQL DB Solutions- Impetus WebinarBuild and Manage Hadoop & Oracle NoSQL DB Solutions- Impetus Webinar
Build and Manage Hadoop & Oracle NoSQL DB Solutions- Impetus Webinar
 

Último

Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 

Último (20)

Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 

Real-time Streaming Analytics for Enterprises based on Apache Storm - Impetus StreamAnalytix Webinar

  • 1. Real-time Streaming Analytics Based on Apache Storm Big Data Solutions and Services Partner for Enterprises 1 © 2014 1 Impetus Technologies
  • 2. Our Speakers Today 2 © 2014 2 Impetus Technologies Dr. Vijay Agneeswaran, Ph.Director, Big Data R&D Anand Venugopal Sr. Director, Business Development Recorded version available at http://bit.ly/1wb9SZg
  • 3. Agenda Introductions and Background Streaming Analytics Options StreamAnalytix Introduction © 2014 3 Impetus Technologies StreamAnalytix Demo Q&A Recorded version available at http://bit.ly/1wb9SZg
  • 4. Real-time Streaming Analytics Outlook A 2014 survey data revealed a 66% increase in firms’ use of streaming analytics in the past two years 70% of the most profitable companies will manage their business processes using real-time predictive analytics or extreme collaboration by 2016 Analysts believe, that it has taken 15 years or so for companies to harness about 50% of the productivity potential of the Internet, and the next 50% of productivity gains likely requires connecting things Recorded version available at http://bit.ly/1wb9SZg © 2014 4 Impetus Technologies
  • 5. Business Value of Analytics Diminishes with the age of data $$$ ? Befor e • Predictive analytics based on current events • Value depends on accuracy $$ NOW • Real-time • Certainty is high – REAL • Value based on quick response $$$ Later © 2014 5 Impetus Technologies • Descriptive • Diagnostic • Least value 5 The drop is non-linear Value of Data Age of Data Recorded version available at http://bit.ly/1wb9SZg
  • 6. Business Value of Real-time Streaming Analytics Recorded version available at http://bit.ly/1wb9SZg © 2014 6 Impetus Technologies
  • 7. SECTION 1 Open Source Options for Stream Processing Recorded version available at http://bit.ly/1wb9SZg © 2014 7 Impetus Technologies
  • 8. Stream Processing Open Source Options • S4 from Yahoo • MillWheel from Google • Samza from LinkedIn • Storm • Spark Streaming Recorded version available at http://bit.ly/1wb9SZg © 2014 8 Impetus Technologies
  • 9. Storm and Spark Positioning FEATURE STORM SPARK STREAMING Processing Methodology Processes and dispatches messages as soon as they are received Treats streaming computations as a series of deterministic batch computations on small time intervals Recorded version available at http://bit.ly/1wb9SZg © 2014 9 Impetus Technologies
  • 10. Storm and Spark Positioning FEATURE STORM SPARK STREAMING Processing Latency Lower Latency Higher Latency, Higher Throughput Recorded version available at http://bit.ly/1wb9SZg © 2014 10 Impetus Technologies
  • 11. Storm and Spark Positioning FEATURE STORM SPARK STREAMING Availability Available through the support of YARN and MESOS Available through the support of YARN and MESOS Recorded version available at http://bit.ly/1wb9SZg © 2014 11 Impetus Technologies
  • 12. Storm and Spark Positioning FEATURE STORM SPARK STREAMING Complex Event Processing Run SQL-like commands using Esper Spark SQL works on top of Spark Streaming, still in Beta Recorded version available at http://bit.ly/1wb9SZg © 2014 12 Impetus Technologies
  • 13. FEATURE STORM SPARK STREAMING Intermediate Data Storage Uses ZeroMQ / Netty for exchange of data amongst different Storm topology tasks Stores the intermediate data in-memory © 2014 13 Impetus Technologies in the form of RDDs Storm and Spark Positioning Recorded version available at http://bit.ly/1wb9SZg
  • 14. Storm and Spark Positioning FEATURE STORM SPARK STREAMING Sliding Window Concept Achievable through Esper Built-in support Recorded version available at http://bit.ly/1wb9SZg © 2014 14 Impetus Technologies
  • 15. Storm and Spark Positioning FEATURE STORM SPARK STREAMING Lambda Architecture May need separate batch pipeline Can have same pipeline for batch and stream computations Recorded version available at http://bit.ly/1wb9SZg © 2014 15 Impetus Technologies
  • 16. Storm and Spark Positioning FEATURE STORM SPARK STREAMING Message Processing Semantics Exactly once messaging achieved with Trident Exactly once messaging achieved through RDD lineage Recorded version available at http://bit.ly/1wb9SZg © 2014 16 Impetus Technologies
  • 17. Storm and Spark Positioning FEATURE STORM SPARK STREAMING Fault Tolerance Highly fault tolerant through the use of Zookeeper cluster that stores the cluster and topology state Maintains state information by writing metadata information of the DStreams to HDFS directory and periodic check-pointing Recorded version available at http://bit.ly/1wb9SZg © 2014 17 Impetus Technologies
  • 18. Storm and Spark Positioning FEATURE STORM SPARK STREAMING Production Deployments Groupon, Twitter, The Weather Channel, Infochimps, Aeris, The Ladders, Yahoo and many more. Sharethrough, Yahoo, Ooyala, Conviva Recorded version available at http://bit.ly/1wb9SZg © 2014 18 Impetus Technologies
  • 19. + Storm + Spark Neutral Feature Storm Spark Streaming Processing Methodology Processes and dispatches messages as soon as they are received Treats streaming computations as a series of deterministic batch computations on small time intervals Processing Latency Lower Latency Higher Latency, Higher throughput Availability Available through the support of YARN and MESOS Available through the support of YARN and MESOS Complex Event Processing Run SQL-like commands using Esper Spark SQL works on top of Spark Streaming, still in Beta Intermediate Data Storage Uses ZeroMQ / Netty for exchange of data amongst different Storm topology tasks Stores the intermediate data in-memory in the form of RDDs Sliding Window Concept Achievable through Esper Built-in support available Lambda Architecture May need separate batch pipeline Can have same pipeline for batch and stream computations Message Processing Semantics Exactly once messaging achieved with Trident Exactly once messaging achieved through RDD lineage Fault Tolerance Highly fault tolerant through the use of Zookeeper cluster that stores the cluster and topology state Maintains state information by writing metadata information of the DStreams to HDFS directory and periodic check-pointing Production Deployments Groupon, Twitter, The Weather Channel, Infochimps, Aeris, The Ladders, Yahoo and many more. Sharethrough, Yahoo, Ooyala, Conviva Recorded version available at http://bit.ly/1wb9SZg © 2014 19 Impetus Technologies
  • 20. Poll Recorded version available at http://bit.ly/1wb9SZg © 2014 20 Impetus Technologies
  • 21. StreamAnalytix – gives you a future proof option STORM SPARK OTHERS NOW Time Recorded version available at http://bit.ly/1wb9SZg © 2014 21 Impetus Technologies
  • 22. SECTION 2 Introduction to StreamAnalytix Recorded version available at http://bit.ly/1wb9SZg © 2014 22 Impetus Technologies
  • 23. "Default" Approaches to Streaming Analytics Proprietary Platforms • No leverage of Open Source • Vendor lock-in • Could be high cost • Limited flexibility " Do it yourself " • Native Open source • No vendor support • Integration & maintenance nightmare • Significant delays in time-to-market Recorded version available at http://bit.ly/1wb9SZg © 2014 23 Impetus Technologies
  • 24. The 3rd Approach: Best of Both Worlds StreamAnalytix mitigates the disadvantages of the "default" approaches and offers the benefits of both worlds to enterprises for streaming analytics. Recorded version available at http://bit.ly/1wb9SZg © 2014 24 Impetus Technologies
  • 25. StreamAnalytix Platform Benefits An “App Server” for real-time apps Focus on your business logic - leave infra to © 2014 25 Impetus Technologies us Handle all the 3V’s of Big Data on one platform 12-18 months of time to market acceleration Seamless integration with Hadoop and NoSQL Recorded version available at http://bit.ly/1wb9SZg
  • 26. Block Diagram Recorded version available at http://bit.ly/1wb9SZg © 2014 26 Impetus Technologies
  • 27. Key Features High Speed Data Ingestion Elastic Scaling – Volume, Velocity Data Parsing - Variety © 2014 27 Impetus Technologies Pluggable Persistence Real-time Index and Search Dynamic Message Routing Rule Based Alert Pluggable Workflow Management Fault Tolerance and Data Integrity Optimized for High Performance Recorded version available at http://bit.ly/1wb9SZg
  • 28. SECTION 3 Demo Recorded version available at http://bit.ly/1wb9SZg © 2014 28 Impetus Technologies
  • 29. Recap of Key StreamAnalytix Functions Read • Ready-to-use connector • Support for AMQP, KAFKA connectors • Supports XML, JSON, DELIMITED, etc. Analyze • Analyze data in near real-time • Rule based data routing and alerts • Workflow management Persist • Cross vendor persistence abstraction • Support for HBase, Cassandra, Oracle NoSQL DB • Support of indexing and distributed caching Reports • Near real-time data visualization • Historical data visualization • Search on moving and historical data Recorded version available at http://bit.ly/1wb9SZg © 2014 29 Impetus Technologies
  • 30. Value Adds over Open Source – 1 of 3 © 2014 30 Impetus Technologies Full System Integration, Testing, Benchmarking and Technical Support • Kafka and/or Rabbit MQ • Apache Storm • Data-storage and Indexing layer - abstraction and integration • Alerting and CEP Framework • Real-time Web based visualization framework • Distributed and off-heap caching for reliability and shared-state solutions • BPM / Workflow integration System Level Performance Data compression and other optimizations to minimize latency of event processing Admin Tool - Automated Installation, Provisioning, Management and Monitoring tool for all components and infrastructure with multi-cluster management from one station Monitoring and Automation of full system availability Recorded version available at http://bit.ly/1wb9SZg
  • 31. Value Adds over Open Source – 2 of 3 Visual definition of incoming message formats, fields Storm Workspaces – the beginning of multi-tenancy PMML integration over Storm – UI to import and run PMML models on Storm © 2014 31 Impetus Technologies Visual definition of Alerting, regular expressions Visual topology creation and integration with Alerting, custom-logic, web UI Multi-topology creation, linking and dynamic “run-time” data routing Application and pipeline monitoring and management (visual interface) Recorded version available at http://bit.ly/1wb9SZg
  • 32. Value Adds over Open Source – 3 of 3 © 2014 32 Impetus Technologies • Web-socket framework for custom real-time visualization • Alerts, Raw Data, Enriched data results Persistence and Indexing Real-time Visualization Support • Abstraction layer supporting any NoSQL database as persistence store • Abstraction layer supporting Elastic search (Solr support soon) • Indexing and Persistence policy definition at system level and per field • Encryption support configurable at column level • Fast search support by orchestration between Index and Storage • ‘oData’ interface support or 3rd party BI tools for offline analytics Recorded version available at http://bit.ly/1wb9SZg
  • 33. Licensing Model and Controls TIME • Perpetual license + Annual support and maintenance from second year OR • Annual Subscription (includes support) QUANTITY • Total number of cores OR • Total number of nodes (plus a max cores per node) FUNCTIONALITY • Only Indexing / Only Persistence/ Indexing + Persistence • Admin tool – Yes/ No Recorded version available at http://bit.ly/1wb9SZg © 2014 33 Impetus Technologies
  • 34. Recorded version available at http://bit.ly/1nMw8nQ For general inquiries about the StreamAnalytix platform and related services reach us at inquiry@streamanalytix.com © 2014 34 Impetus Technologies

Notas do Editor

  1. Forrester , [Punit] – change the title to ‘Real-Time Streaming Analytics (RTSA) Outlook’
  2. [Punit] – remove the line ‘An Editorial…. From Impetus Labs:’ - done
  3. 9 min av can be faster exactly at 6 mins [Punit] – remove this slide [PB ]Vijay will spend less than 1.5 mins on this one
  4. [Punit] – this slide not needed. Slide#25 will suffice. See notes for slide#25 [PB] These are the talking slides as there is otherwise to much text on the single table slide # 19 AV and Vijay evaluated each and every point again today . It is either neutral or favors Storm
  5. Need to end the poll by 25 mins - are you implementing rtsa currently . If so which is preferred option – Spark or Storm , to discuss this with AV
  6. Should we say 18 – 20 months . It reflect how quickly we can have the next product release
  7. [Punit] – remove the grey background
  8. Check with Ratish on distributed cache image [Punit] – rename Ankush to Cluster Provisioning Tool Correct the spelling of ‘Storm’. It currently reads ‘Story’
  9. [Punit] – insert a slide after this for S-Ax as to what is its current stance in real-time world Mention things like: adopted Storm because it is enterprise-ready. Closely watching the spark community and will adopt spark as well Helps enterprises to become hassle free of technology upgrades and versions compatibility problems Riding over proven popular open-source stack etc.. [PB] we are doing exactly the same in slide 23
  10. Start at 38 mins ends at 45 mins
  11. [Punit] – we do not need this slide. The next slide covers it all. In case we do keep it, make it less verbose. No need to write complete english sentences like ‘Ready to Use Connector’ or ‘Out of the box support’ etc.
  12. This graphic needs to be adjusted.
  13. [Punit] –Capitalize the title to ‘Licensing Model and Controls’ (title caps)