Big Data and Advanced Analytics Technologies for the Smart Grid

Size: px
Start display at page:

Download "Big Data and Advanced Analytics Technologies for the Smart Grid"

Transcription

1 1 Big Data and Advanced Analytics Technologies for the Smart Grid Arnie de Castro, PhD SAS Institute IEEE PES 2014 General Meeting July 27-31, 2014 Panel Session: Using Smart Grid Data to Improve Planning, Analytics, and Operation of the US Capital region T&D Systems

2 BIG DATA Big Data is Relative, not Absolute When volume, velocity and variety of data exceeds an organization s storage or compute capacity for accurate and timely decision-making Meter Traditional AMI Meter PMU Reads/month 1 2,880 77,760,000

3

4 Analytics Across the Energy Value Chain

5 5 Technologies for the Smart Grid Enterprise Analytics Situational Awareness, Descriptive to Predictive, Visualization Grid Operations Analytics Predictive Asset Maintenance, Outage Management, PMU Monitoring and Analytics, Smart Meter Analytics, Distribution Optimization Consumer Analytics Energy Forecasting, Consumption Analysis, Revenue Protection

6 ENTERPRISE ANALYTICS

7 Innovative Strategies for Big Data Analytics A flexible enterprise architecture that supports many data types and usage patterns Upstream use of analytics to optimize data relevance Real-time visualization and advanced analytics to accelerate understanding and action Common analytical framework across the enterprise

8 GRID OPTIMIZATION ANALYTICS

9 Predictive Asset Maintenance Identify equipment that is likely to fail and/or determine its remaining lifetime Prioritize problems based on business impact Determine root cause more quickly Provide automated reporting and alerting Provide a collaborative environment

10 The Problem: humidity sensor failure Pi graph: Indicates key parameters during the humidity sensor failure. NOTE: Humidity Sensor failed High NOx limit is 20ppm (we are seeing ~30 ppm below). Magenta line is instantaneous NOx ppm. Copyr i g ht 2012, SAS Ins titut e Inc. All rights res er ve d.

11 Root Cause Analysis Copyr i g ht 2012, SAS Ins titut e Inc. All rights res er ve d.

12 Diagnostic Sequence Diagram:

13

14 OUTAGE OPTIMIZATION

15 Outage Optimization- Balancing Customer Satisfaction and Reliability: SAIDI, SAIFI Hospital High Business High Residential High Residential Low Residential Medium Police High Emergency Services High School Medium Outages Outage Outage > 90

16 16 Traditional and Advanced Analytical Impact Methods

17 Outages by City during Hurricane Irene

18 18 Predicting Outages Narrowing Down the Variables Affecting Asset Failure Survival Analyses Modeling Asset Potential Storm Failure Outage Prediction Model Scoring

19 Outage Prediction Model 19

20 20 After the Storm Analytics Travel time calculation Modify MILP Framework for Customer Restoration Constraints MILP Solver to Create Optimal Solutions versus Standard Utility Routing

21 Constrained Customer Restoration Problem 21

22 PMU MONITORING AND ANALYTICS

23 Phasor Measurement Units (PMUs) Issue: A REAL WORLD EXAMPLE FROM THE POWER GRID Latency; a delay of 3 seconds or more may be too late to take action to control system stability, leading to a blackout. Background: With Phasor Measurement Units (PMUs), measurements taken are precisely time-synchronized and taken many times a second (i.e. 30 to 60 samples/second) offering dynamic visibility into the power system. Approach: Develop analytics to: Understand Steady State operation Detect events on the network Categorize the event on the network Direct appropriate action based on the event Capture data for post event analysis

24 WHAT ARE PHASOR MEASUREMENT UNITS? Phasor Measurement Units Next-Gen measurement devices for power grid Collect measurements (frequency, voltage, current, phase angle) at 30 meas/second Synchronized across locations by GPS clock Courtesy: US Dept of Energy

25 PMU Analytics Process Pi Server Data Quality/ Transform Event Detection Event Identification Event Quantification Notifications

26 DETAIL CHARTS FOR EVENT PMU Event Analysis Current oscillates after event, but then dampens down to normal

27 SIMILARITY ANALYSIS Event Identification Reference time series for various events Incoming data stream is compared to reference time series

28 SIMILARITY ANALYSIS Event Identification Similarity between incoming stream and reference time series is measured and quantified

29 SMART METER ANALYTICS

30 Smart Meter Analytics 30

31 Customer Analysis 31

32 Load Analysis 32

33 DISTRIBUTION OPTIMIZATION

34 Distribution Optimization GIS, OMS SCADA/DMS, Meter Data, Sensor Data Distribution Network Model Tap Changing Transformers Capacitors Regulators Distributed Generation Energy Storage Network Operations Model Load Forecasts Load Models Load Analytics Measurement and Verification Distribution Optimization Conservation Voltage Reduction Loss Minimization Direct Load Control Cost Optimization Distributed Intelligence Connectivity (Static) Data Operational (Dynamic) Data Optimization Software

35 ENERGY FORECASTING

36 Energy Forecasting Spatial load forecasting Outlier detection Demand response forecasting Weather forecasting Hydro/wind/solar generation forecasting Price forecasting

37 CONSUMPTION ANALYSIS

38 Load Profile Comparisons via Segmentation

39 ENABLING TECHNOLOGIES

40 HIGH PERFORMANCE ANALYTICS

41 HIGH- PERFORMANCE ANALYTICS

42 Analytics Server Architecture Massively Parallel Processing ( MPP ) in the context of SAS Visual Analytics SAS VA Server LASR Cluster LASR Cluster LASR Cluster Workspace Server SAS LASR Analytic Server SAS LASR Analytic Server SAS LASR Analytic Server MEMORY Mid-Tier Co-Located Data Storage Co-Located Data Storage Co-Located Data Storage STORAGE Metadata PROCESSING RDBMS Nonrelational ERP Hadoop unstructured PC Files DATA SOURCES

43 HIGH PERFORMANCE ANALYTICS TECHNIQUES

44 ANALYTICS FORECASTING Leveraging historical data to drive better insight into decision-making for the future TEXT ANALYTICS Finding treasures in unstructured data like social media or survey tools that could uncover insights about consumer sentiment DATA MINING Mine transaction databases for usage patterns that indicate abnormalities INFORMATION MANAGEMENT STATISTICS OPTIMIZATION Analyze massive amounts of data in order to accurately identify areas likely to produce the most profitable results Copyright 2012, SAS Institute Inc. All rights reserved.

45 EVENT STREAM PROCESSING

46 Event Stream Processing (ESP) ESP is a subcategory of Complex Event Processing (CEP) focused on analyzing/processing events in motion called Event Streams.* The SAS ESP is an embeddable engine that can be integrated into or front-end SAS solutions. * This is the definition provided by the Event Processing Technical Society Copyr i g ht 2012, SAS Ins titut e Inc. All rights res er ve d.

47 TYPICAL CHARACTERISTICS OF EVENT STREAM PROCESSING APPLICATIONS: Continuous queries on data in motion (with incremental results) Moves analytics from centralized data warehouse to edge analytics (closer to the occurrence of the events) Very low (max) event processing latencies (i.e., µsecs-msecs) High volumes (>100k events/sec) Derived event windows with retention policies Memory constrained for performance (i.e., Bounded state) Predetermined data mining, decision making, alerting, position management, scoring, profiling, Copyr i g ht 2012, SAS Ins titut e Inc. All rights res er ve d.

48 Hybrid (Multi-staged) Analytics: Streaming Analytics front-ending historical/predictive analytics ESP RDBMS ESPs store the queries and continuously stream data through the queries Databases store the data and periodically run queries against the stored data EVENTS INCREMENTAL RESULTS QUERIES RESULTS Copyr i g ht 2012, SAS Ins titut e Inc. All rights res er ve d.

49 ESP Utilities Power Grid Management Monitor the Power Grid for Concerning Meter Reading Patterns Suggestive of Less Than Optimal Health Event Stream Processing Server Data Flow Model: Substations Meter Readings Slot1: vmin>vmax Readings (source) vmingtvmax (copy) volchk1 (filter) volchk2 (filter) sigma1 (filter & pattern) sigma2 (filter & pattern) Meter readings are continuously published into Readings source window Readings window uses output slot feature with exvolion vmin>vmax to send bad readings to vmingtvmax window & good readings to cleanse readings window DataFlux data quality functions are used to cleanse the readings. Null fields are fixed via procedural window using prior state. Aggregate window adds meter stats to readings: count, ave ave vmax, ave vmin, stdev, stdev vmax, stdev vmin volchk1: vmin<minthresh1 or vmax>maxthresh1 Cleanse readings (compute& procedural) Slot 0: vmin<=vmax readingswstats (aggregate) volchk3 (filter) integral (pattern) volchk2: vmin<miinthresh2or vmax>maxthresh2 volchk3: vmin<=0 or vmax<=0 volchk4: vmin>avevmin+2*stdvmin or vmin<avevmin-2*stdvmin or : vmax>avevmax+2*stdvmax or vmax<avevmax- 2*stdVMAX sigma1: 4 out of 5 consecutive points fall beyond 1σ, on the same side of the centerline (mean) Grid Management Console volchk4 (filter) downtrend (pattern) Sigma2: 2 out of 3 consecutive points beyond 2σ, on the same side of the centerline (mean) Integral: 9 consecutive points either above or below the centerline (mean) Downtrend: trend of 6 points in a row either increasing or decreasing

50 Connected Device PROCESS REFERENCE ARCHITECTURE SOURCE DATA EVENT STREAM PROCESSING Batch Processing Data MODEL DEVELOPMENT / BATCH ANALYSIS / ALERT / REPORT / ROOT CAUSE / ADJUDICATE Trade/ Financial Feeds Sensor Data/ Smart Device Threshold Models Patterns Queries Model Deployment ACCESS SERVER Maintenance/ Quality Dashboard/Alerts Telemetry Network Traffic Databases Low Latency ACCESS ENGINES Streaming Data Access/Cleanse Data In-Memory Extreme Parallelism Distribution of Analytics Processes Customer Seg/ Next Best Offer Network Security/ Management Fraud & Compliance Mobile Dashboard/ Alerts Data Visualization Routers, switches Data Management Batch Processing Workflows/ Case Management

51 Analytics Solutions Across the Energy Value Chain

White Paper. How Streaming Data Analytics Enables Real-Time Decisions

White Paper. How Streaming Data Analytics Enables Real-Time Decisions White Paper How Streaming Data Analytics Enables Real-Time Decisions Contents Introduction... 1 What Is Streaming Analytics?... 1 How Does SAS Event Stream Processing Work?... 2 Overview...2 Event Stream

More information

BIG (SMART) DATA ANALYTICS IN ENERGY TRENDS AND BENEFITS

BIG (SMART) DATA ANALYTICS IN ENERGY TRENDS AND BENEFITS BIG (SMART) DATA ANALYTICS IN ENERGY TRENDS AND BENEFITS SAS INSTITUTE 360 POWER FOR AN INTEGRATED COMPANY MANAGEMENT Customer around the globe trust SAS at more than 65.000 locations 91 of Top100 FORTUNE

More information

NEEDLE STACKS & BIG DATA: USING EVENT STREAM PROCESSING FOR RISK, SURVEILLANCE & SECURITY ANALYTICS IN CAPITAL MARKETS

NEEDLE STACKS & BIG DATA: USING EVENT STREAM PROCESSING FOR RISK, SURVEILLANCE & SECURITY ANALYTICS IN CAPITAL MARKETS NEEDLE STACKS & BIG DATA: USING PROCESSING FOR RISK, SURVEILLANCE & SECURITY ANALYTICS IN CAPITAL MARKETS JERRY BAULIER, DIRECTOR, PROCESSING DAVID M. WALLACE, GLOBAL FINANCIAL SERVICES MARKETING MANAGER

More information

Synchronized real time data: a new foundation for the Electric Power Grid.

Synchronized real time data: a new foundation for the Electric Power Grid. Synchronized real time data: a new foundation for the Electric Power Grid. Pat Kennedy and Chuck Wells Conjecture: Synchronized GPS based data time stamping, high data sampling rates, phasor measurements

More information

A New Era Of Analytic

A New Era Of Analytic Penang egovernment Seminar 2014 A New Era Of Analytic Megat Anuar Idris Head, Project Delivery, Business Analytics & Big Data Agenda Overview of Big Data Case Studies on Big Data Big Data Technology Readiness

More information

Complex Event Processing (CEP) Why and How. Richard Hallgren BUGS 2013-05-30

Complex Event Processing (CEP) Why and How. Richard Hallgren BUGS 2013-05-30 Complex Event Processing (CEP) Why and How Richard Hallgren BUGS 2013-05-30 Objectives Understand why and how CEP is important for modern business processes Concepts within a CEP solution Overview of StreamInsight

More information

DRIVING THE CHANGE ENABLING TECHNOLOGY FOR FINANCE 15 TH FINANCE TECH FORUM SOFIA, BULGARIA APRIL 25 2013

DRIVING THE CHANGE ENABLING TECHNOLOGY FOR FINANCE 15 TH FINANCE TECH FORUM SOFIA, BULGARIA APRIL 25 2013 DRIVING THE CHANGE ENABLING TECHNOLOGY FOR FINANCE 15 TH FINANCE TECH FORUM SOFIA, BULGARIA APRIL 25 2013 BRAD HATHAWAY REGIONAL LEADER FOR INFORMATION MANAGEMENT AGENDA Major Technology Trends Focus on

More information

The 4 Pillars of Technosoft s Big Data Practice

The 4 Pillars of Technosoft s Big Data Practice beyond possible Big Use End-user applications Big Analytics Visualisation tools Big Analytical tools Big management systems The 4 Pillars of Technosoft s Big Practice Overview Businesses have long managed

More information

Utility Analytics, Challenges & Solutions. Session Three September 24, 2014

Utility Analytics, Challenges & Solutions. Session Three September 24, 2014 The Place Analytics Leaders Turn to for Answers Member.UtilityAnalytics.com Utility Analytics, Challenges & Solutions Session Three September 24, 2014 The Place Analytics Leaders Turn to for Answers Member.UtilityAnalytics.com

More information

MASTER DATA MANAGEMENT IN THE AGE OF BIG DATA

MASTER DATA MANAGEMENT IN THE AGE OF BIG DATA MASTER DATA MANAGEMENT IN THE AGE OF BIG DATA PRESENTED TO IRMAC MAY 15, 2013 STEVE PAPAGIANNIS STEVE.PAPAGIANNIS@SAS.COM 416 307 4620 DEFINITIONS WHAT ARE MASTER AND BIG DATA??? Master data is information

More information

DATA VISUALIZATION: CONVERTING INFORMATION TO DECISIONS DAVID FRONING, PRINCIPAL PRODUCT MANAGER

DATA VISUALIZATION: CONVERTING INFORMATION TO DECISIONS DAVID FRONING, PRINCIPAL PRODUCT MANAGER DATA VISUALIZATION: CONVERTING INFORMATION TO DECISIONS DAVID FRONING, PRINCIPAL PRODUCT MANAGER SAS WHO WE ARE World leader in analytics Founded in 1976 400 offices world-wide Used at 65,000 sites in

More information

Enabling the SmartGrid through Cloud Computing

Enabling the SmartGrid through Cloud Computing Enabling the SmartGrid through Cloud Computing April 2012 Creating Value, Delivering Results 2012 eglobaltech Incorporated. Tech, Inc. All rights reserved. 1 Overall Objective To deliver electricity from

More information

End to End Solution to Accelerate Data Warehouse Optimization. Franco Flore Alliance Sales Director - APJ

End to End Solution to Accelerate Data Warehouse Optimization. Franco Flore Alliance Sales Director - APJ End to End Solution to Accelerate Data Warehouse Optimization Franco Flore Alliance Sales Director - APJ Big Data Is Driving Key Business Initiatives Increase profitability, innovation, customer satisfaction,

More information

ANALYTICS IN BIG DATA ERA

ANALYTICS IN BIG DATA ERA ANALYTICS IN BIG DATA ERA ANALYTICS TECHNOLOGY AND ARCHITECTURE TO MANAGE VELOCITY AND VARIETY, DISCOVER RELATIONSHIPS AND CLASSIFY HUGE AMOUNT OF DATA MAURIZIO SALUSTI SAS Copyr i g ht 2012, SAS Ins titut

More information

Converging Technologies: Real-Time Business Intelligence and Big Data

Converging Technologies: Real-Time Business Intelligence and Big Data Have 40 Converging Technologies: Real-Time Business Intelligence and Big Data Claudia Imhoff, Intelligent Solutions, Inc Colin White, BI Research September 2013 Sponsored by Vitria Technologies, Inc. Converging

More information

High-Performance Analytics

High-Performance Analytics High-Performance Analytics David Pope January 2012 Principal Solutions Architect High Performance Analytics Practice Saturday, April 21, 2012 Agenda Who Is SAS / SAS Technology Evolution Current Trends

More information

WHAT S NEW IN SAS 9.4

WHAT S NEW IN SAS 9.4 WHAT S NEW IN SAS 9.4 PLATFORM, HPA & SAS GRID COMPUTING MICHAEL GODDARD CHIEF ARCHITECT SAS INSTITUTE, NEW ZEALAND SAS 9.4 WHAT S NEW IN THE PLATFORM Platform update SAS Grid Computing update Hadoop support

More information

Deploying Big Data to the Cloud: Roadmap for Success

Deploying Big Data to the Cloud: Roadmap for Success Deploying Big Data to the Cloud: Roadmap for Success James Kobielus Chair, CSCC Big Data in the Cloud Working Group IBM Big Data Evangelist. IBM Data Magazine, Editor-in- Chief. IBM Senior Program Director,

More information

Solving big data problems in real-time with CEP and Dashboards - patterns and tips

Solving big data problems in real-time with CEP and Dashboards - patterns and tips September 10-13, 2012 Orlando, Florida Solving big data problems in real-time with CEP and Dashboards - patterns and tips Kevin Wilson Karl Kwong Learning Points Big data is a reality and organizations

More information

Smart Grid Demonstration Lessons & Opportunities to Turn Data into Value

Smart Grid Demonstration Lessons & Opportunities to Turn Data into Value Smart Grid Demonstration Lessons & Opportunities to Turn Data into Value Matt Wakefield Senior Program Manager Berlin, Germany December 3rd, 2012 EPRI Smart Grid Demonstration Projects Integration of Distributed

More information

Big Data. Fast Forward. Putting data to productive use

Big Data. Fast Forward. Putting data to productive use Big Data Putting data to productive use Fast Forward What is big data, and why should you care? Get familiar with big data terminology, technologies, and techniques. Getting started with big data to realize

More information

How to Leverage Big Data in the Cloud to Gain Competitive Advantage

How to Leverage Big Data in the Cloud to Gain Competitive Advantage How to Leverage Big Data in the Cloud to Gain Competitive Advantage James Kobielus, IBM Big Data Evangelist Editor-in-Chief, IBM Data Magazine Senior Program Director, Product Marketing, Big Data Analytics

More information

ANALYTICS IN BIG DATA ERA

ANALYTICS IN BIG DATA ERA ANALYTICS IN BIG DATA ERA ANALYTICS TECHNOLOGY AND ARCHITECTURE TO MANAGE VELOCITY AND VARIETY, DISCOVER RELATIONSHIPS AND CLASSIFY HUGE AMOUNT OF DATA MAURIZIO SALUSTI SAS Copyr i g ht 2012, SAS Ins titut

More information

Are You Ready for Big Data?

Are You Ready for Big Data? Are You Ready for Big Data? Jim Gallo National Director, Business Analytics February 11, 2013 Agenda What is Big Data? How do you leverage Big Data in your company? How do you prepare for a Big Data initiative?

More information

Empowering intelligent utility networks with visibility and control

Empowering intelligent utility networks with visibility and control IBM Software Energy and Utilities Thought Leadership White Paper Empowering intelligent utility networks with visibility and control IBM Intelligent Metering Network Management software solution 2 Empowering

More information

Are You Ready for Big Data?

Are You Ready for Big Data? Are You Ready for Big Data? Jim Gallo National Director, Business Analytics April 10, 2013 Agenda What is Big Data? How do you leverage Big Data in your company? How do you prepare for a Big Data initiative?

More information

The Future of Business Analytics is Now! 2013 IBM Corporation

The Future of Business Analytics is Now! 2013 IBM Corporation The Future of Business Analytics is Now! 1 The pressures on organizations are at a point where analytics has evolved from a business initiative to a BUSINESS IMPERATIVE More organization are using analytics

More information

Industry Impact of Big Data in the Cloud: An IBM Perspective

Industry Impact of Big Data in the Cloud: An IBM Perspective Industry Impact of Big Data in the Cloud: An IBM Perspective Inhi Cho Suh IBM Software Group, Information Management Vice President, Product Management and Strategy email: inhicho@us.ibm.com twitter: @inhicho

More information

Data Science & Big Data Practice

Data Science & Big Data Practice INSIGHTS ANALYTICS INNOVATIONS Data Science & Big Data Practice Manufacturing Internet of Things (IoT) Amplify Serviceability and Productivity by integrating machine /sensor data with Data Science What

More information

Big Data: Using Smart Grid to Improve Operations and Reliability. LaMargo Sweezer-Fischer Power Delivery Grid Automation Manager FPL July 2014

Big Data: Using Smart Grid to Improve Operations and Reliability. LaMargo Sweezer-Fischer Power Delivery Grid Automation Manager FPL July 2014 1 Big Data: Using Smart Grid to Improve Operations and Reliability LaMargo Sweezer-Fischer Power Delivery Grid Automation Manager FPL July 2014 2 NextEra Energy is a premier U.S. power company comprised

More information

Converged, Real-time Analytics Enabling Faster Decision Making and New Business Opportunities

Converged, Real-time Analytics Enabling Faster Decision Making and New Business Opportunities Technology Insight Paper Converged, Real-time Analytics Enabling Faster Decision Making and New Business Opportunities By John Webster February 2015 Enabling you to make the best technology decisions Enabling

More information

S o l u t i o n O v e r v i e w. Turbo-charging Demand Response Programs with Operational Intelligence from Vitria

S o l u t i o n O v e r v i e w. Turbo-charging Demand Response Programs with Operational Intelligence from Vitria S o l u t i o n O v e r v i e w > Turbo-charging Demand Response Programs with Operational Intelligence from Vitria 1 Table of Contents 1 Executive Overview 1 Value of Operational Intelligence for Demand

More information

Global outlook on the perspectives of technologies like Power Hub

Global outlook on the perspectives of technologies like Power Hub Power Hub January 2013 Global outlook on the perspectives of technologies like Power Hub Larry Cochrane, Microsoft Utilities Industry Technology Strategist & Architect Global outlook on the perspectives

More information

How the distribution management system (DMS) is becoming a core function of the Smart Grid

How the distribution management system (DMS) is becoming a core function of the Smart Grid How the distribution management system (DMS) is becoming a core function of the Smart Grid Reducing risks and costs by optimizing distribution network operations Abstract As utilities identify their components

More information

ANALYTICS MODERNIZATION TRENDS, APPROACHES, AND USE CASES. Copyright 2013, SAS Institute Inc. All rights reserved.

ANALYTICS MODERNIZATION TRENDS, APPROACHES, AND USE CASES. Copyright 2013, SAS Institute Inc. All rights reserved. ANALYTICS MODERNIZATION TRENDS, APPROACHES, AND USE CASES STUNNING FACT Making the Modern World: Materials and Dematerialization - Vaclav Smil Trends in Platforms Hadoop Microsoft PDW COST PER TERABYTE

More information

Big Data and Analytics in Government

Big Data and Analytics in Government Big Data and Analytics in Government Nov 29, 2012 Mark Johnson Director, Engineered Systems Program 2 Agenda What Big Data Is Government Big Data Use Cases Building a Complete Information Solution Conclusion

More information

Hur hanterar vi utmaningar inom området - Big Data. Jan Östling Enterprise Technologies Intel Corporation, NER

Hur hanterar vi utmaningar inom området - Big Data. Jan Östling Enterprise Technologies Intel Corporation, NER Hur hanterar vi utmaningar inom området - Big Data Jan Östling Enterprise Technologies Intel Corporation, NER Legal Disclaimers All products, computer systems, dates, and figures specified are preliminary

More information

5 Keys to Unlocking the Big Data Analytics Puzzle. Anurag Tandon Director, Product Marketing March 26, 2014

5 Keys to Unlocking the Big Data Analytics Puzzle. Anurag Tandon Director, Product Marketing March 26, 2014 5 Keys to Unlocking the Big Data Analytics Puzzle Anurag Tandon Director, Product Marketing March 26, 2014 1 A Little About Us A global footprint. A proven innovator. A leader in enterprise analytics for

More information

How telcos can benefit from streaming big data analytics

How telcos can benefit from streaming big data analytics inform innovate accelerate optimize How telcos can benefit from streaming big data analytics #streamingbigdataanalytics Sponored by: 2013 TM Forum 1 V2013.4 Today s Speakers Adrian Pasciuta Director of

More information

Maximizing Returns through Advanced Analytics in Transportation

Maximizing Returns through Advanced Analytics in Transportation Maximizing Returns through Advanced Analytics in Transportation Table of contents Industry Challenges 1 Use Cases for High Performance Analytics 1 Fleet Optimization / Predictive Maintenance 1 Network

More information

SMART CITIES THRIVE ON ADVANCED ANALYTICS AND INNOVATION JOS VAN DER VELDEN, ACADEMIC PROGRAM MANAGER

SMART CITIES THRIVE ON ADVANCED ANALYTICS AND INNOVATION JOS VAN DER VELDEN, ACADEMIC PROGRAM MANAGER SMART CITIES THRIVE ON ADVANCED ANALYTICS AND INNOVATION JOS VAN DER VELDEN, ACADEMIC PROGRAM MANAGER AGENDA INTRODUCTION Introduction About SAS SAS Business Analytics Examples Geo-C http://youtu.be/msk5kpwd1je

More information

Achieving Business Value through Big Data Analytics Philip Russom

Achieving Business Value through Big Data Analytics Philip Russom Achieving Business Value through Big Data Analytics Philip Russom TDWI Research Director for Data Management October 3, 2012 Sponsor 2 Speakers Philip Russom Research Director, Data Management, TDWI Brian

More information

Hortonworks & SAS. Analytics everywhere. Page 1. Hortonworks Inc. 2011 2014. All Rights Reserved

Hortonworks & SAS. Analytics everywhere. Page 1. Hortonworks Inc. 2011 2014. All Rights Reserved Hortonworks & SAS Analytics everywhere. Page 1 A change in focus. A shift in Advertising From mass branding A shift in Financial Services From Educated Investing A shift in Healthcare From mass treatment

More information

Enabling Real-Time Sharing and Synchronization over the WAN

Enabling Real-Time Sharing and Synchronization over the WAN Solace message routers have been optimized to very efficiently distribute large amounts of data over wide area networks, enabling truly game-changing performance by eliminating many of the constraints

More information

How To Make Data Streaming A Real Time Intelligence

How To Make Data Streaming A Real Time Intelligence REAL-TIME OPERATIONAL INTELLIGENCE Competitive advantage from unstructured, high-velocity log and machine Big Data 2 SQLstream: Our s-streaming products unlock the value of high-velocity unstructured log

More information

Master big data to optimize the oil and gas lifecycle

Master big data to optimize the oil and gas lifecycle Viewpoint paper Master big data to optimize the oil and gas lifecycle Information management and analytics (IM&A) helps move decisions from reactive to predictive Table of contents 4 Getting a handle on

More information

ORACLE UTILITIES ANALYTICS

ORACLE UTILITIES ANALYTICS ORACLE UTILITIES ANALYTICS TRANSFORMING COMPLEX DATA INTO BUSINESS VALUE UTILITIES FOCUS ON ANALYTICS Aging infrastructure. Escalating customer expectations. Demand growth. The challenges are many. And

More information

Demystifying Big Data Government Agencies & The Big Data Phenomenon

Demystifying Big Data Government Agencies & The Big Data Phenomenon Demystifying Big Data Government Agencies & The Big Data Phenomenon Today s Discussion If you only remember four things 1 Intensifying business challenges coupled with an explosion in data have pushed

More information

Big Data and the Data Lake. February 2015

Big Data and the Data Lake. February 2015 Big Data and the Data Lake February 2015 My Vision: Our Mission Data Intelligence is a broad term that describes the real, meaningful insights that can be extracted from your data truths that you can act

More information

Acting on the Deluge of Newly Created Automation Data:

Acting on the Deluge of Newly Created Automation Data: Acting on the Deluge of Newly Created Automation Data: Using Big Data Technology and Analytics to Solve Real Problems By CJ Parisi, Dr. Siri Varadan, P.E., and Mark Wald, Utility Integration Solutions,

More information

SAP and Hortonworks Reference Architecture

SAP and Hortonworks Reference Architecture SAP and Hortonworks Reference Architecture Hortonworks. We Do Hadoop. June Page 1 2014 Hortonworks Inc. 2011 2014. All Rights Reserved A Modern Data Architecture With SAP DATA SYSTEMS APPLICATIO NS Statistical

More information

Encontro de Utilizadores Esri 2013. Desafios de Big Data SAS / Esri Orador: Luis Bettencourt Moniz : Mário Correia SAS

Encontro de Utilizadores Esri 2013. Desafios de Big Data SAS / Esri Orador: Luis Bettencourt Moniz : Mário Correia SAS Encontro de Utilizadores Esri 2013 Desafios de Big Data SAS / Esri Orador: Luis Bettencourt Moniz : Mário Correia SAS O DESAFIO DE BIG DATA - SAS / ESRI LISBOA, 2013/JUN/06 LUÍS BETTENCOURT MONIZ DIRECTOR

More information

Data Refinery with Big Data Aspects

Data Refinery with Big Data Aspects International Journal of Information and Computation Technology. ISSN 0974-2239 Volume 3, Number 7 (2013), pp. 655-662 International Research Publications House http://www. irphouse.com /ijict.htm Data

More information

I. TODAY S UTILITY INFRASTRUCTURE vs. FUTURE USE CASES...1 II. MARKET & PLATFORM REQUIREMENTS...2

I. TODAY S UTILITY INFRASTRUCTURE vs. FUTURE USE CASES...1 II. MARKET & PLATFORM REQUIREMENTS...2 www.vitria.com TABLE OF CONTENTS I. TODAY S UTILITY INFRASTRUCTURE vs. FUTURE USE CASES...1 II. MARKET & PLATFORM REQUIREMENTS...2 III. COMPLEMENTING UTILITY IT ARCHITECTURES WITH THE VITRIA PLATFORM FOR

More information

Big Data Are You Ready? Jorge Plascencia Solution Architect Manager

Big Data Are You Ready? Jorge Plascencia Solution Architect Manager Big Data Are You Ready? Jorge Plascencia Solution Architect Manager Big Data: The Datafication Of Everything Thoughts Devices Processes Thoughts Things Processes Run the Business Organize data to do something

More information

Towards Smart and Intelligent SDN Controller

Towards Smart and Intelligent SDN Controller Towards Smart and Intelligent SDN Controller - Through the Generic, Extensible, and Elastic Time Series Data Repository (TSDR) YuLing Chen, Dell Inc. Rajesh Narayanan, Dell Inc. Sharon Aicler, Cisco Systems

More information

Operational Intelligence: Real-Time Business Analytics for Big Data Philip Russom

Operational Intelligence: Real-Time Business Analytics for Big Data Philip Russom Operational Intelligence: Real-Time Business Analytics for Big Data Philip Russom TDWI Research Director for Data Management August 14, 2012 Sponsor Speakers Philip Russom Research Director, Data Management,

More information

Business Intelligence Solutions for Gaming and Hospitality

Business Intelligence Solutions for Gaming and Hospitality Business Intelligence Solutions for Gaming and Hospitality Prepared by: Mario Perkins Qualex Consulting Services, Inc. Suzanne Fiero SAS Objective Summary 2 Objective Summary The rise in popularity and

More information

YOU VS THE SENSORS. Six Requirements for Visualizing the Internet of Things. Dan Potter Chief Marketing Officer, Datawatch Corporation

YOU VS THE SENSORS. Six Requirements for Visualizing the Internet of Things. Dan Potter Chief Marketing Officer, Datawatch Corporation YOU VS THE SENSORS Six Requirements for Visualizing the Internet of Things Dan Potter Chief Marketing Officer, Datawatch Corporation About Datawatch NASDAQ: DWCH Pioneer in real-time visual data discovery

More information

Gain insight, agility and advantage by analyzing change across time and space.

Gain insight, agility and advantage by analyzing change across time and space. White paper Location Intelligence Gain insight, agility and advantage by analyzing change across time and space. Spatio-temporal information analysis is a Big Data challenge. The visualization and decision

More information

Developing Scalable Smart Grid Infrastructure to Enable Secure Transmission System Control

Developing Scalable Smart Grid Infrastructure to Enable Secure Transmission System Control Developing Scalable Smart Grid Infrastructure to Enable Secure Transmission System Control EP/K006487/1 UK PI: Prof Gareth Taylor (BU) China PI: Prof Yong-Hua Song (THU) Consortium UK Members: Brunel University

More information

Building Energy Management: Using Data as a Tool

Building Energy Management: Using Data as a Tool Building Energy Management: Using Data as a Tool Issue Brief Melissa Donnelly Program Analyst, Institute for Building Efficiency, Johnson Controls October 2012 1 http://www.energystar. gov/index.cfm?c=comm_

More information

Amplify Serviceability and Productivity by integrating machine /sensor data with Data Science

Amplify Serviceability and Productivity by integrating machine /sensor data with Data Science Data Science & Big Data Practice INSIGHTS ANALYTICS INNOVATIONS Manufacturing IoT Amplify Serviceability and Productivity by integrating machine /sensor data with Data Science What is Internet of Things

More information

Direct-to-Company Feedback Implementations

Direct-to-Company Feedback Implementations SEM Experience Analytics Direct-to-Company Feedback Implementations SEM Experience Analytics Listening System for Direct-to-Company Feedback Implementations SEM Experience Analytics delivers real sentiment,

More information

What's New in SAS Data Management

What's New in SAS Data Management Paper SAS034-2014 What's New in SAS Data Management Nancy Rausch, SAS Institute Inc., Cary, NC; Mike Frost, SAS Institute Inc., Cary, NC, Mike Ames, SAS Institute Inc., Cary ABSTRACT The latest releases

More information

Utilities the way we see it

Utilities the way we see it Utilities the way we see it Advanced Distribution Management Systems How to choose the right solution to improve your utility s safety, reliability, asset protection and quality of service Photo provided

More information

www.pwc.com/oracle Next presentation starting soon Business Analytics using Big Data to gain competitive advantage

www.pwc.com/oracle Next presentation starting soon Business Analytics using Big Data to gain competitive advantage www.pwc.com/oracle Next presentation starting soon Business Analytics using Big Data to gain competitive advantage If every image made and every word written from the earliest stirring of civilization

More information

Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies

Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies Big Data, Cloud Computing, Spatial Databases Steven Hagan Vice President Server Technologies Big Data: Global Digital Data Growth Growing leaps and bounds by 40+% Year over Year! 2009 =.8 Zetabytes =.08

More information

locuz.com Big Data Services

locuz.com Big Data Services locuz.com Big Data Services Big Data At Locuz, we help the enterprise move from being a data-limited to a data-driven one, thereby enabling smarter, faster decisions that result in better business outcome.

More information

Intelligent Business Operations

Intelligent Business Operations Intelligent Business Operations Echtzeit-Datenanalyse und Aktionen im Zusammenspiel Dr. Jürgen Krämer VP Product Strategy IBO & Product Management Apama 23.06.2014 Helping Organizations Transform into

More information

Architecting for the Internet of Things & Big Data

Architecting for the Internet of Things & Big Data Architecting for the Internet of Things & Big Data Robert Stackowiak, Oracle North America, VP Information Architecture & Big Data September 29, 2014 Safe Harbor Statement The following is intended to

More information

SQLstream Blaze and Apache Storm A BENCHMARK COMPARISON

SQLstream Blaze and Apache Storm A BENCHMARK COMPARISON SQLstream Blaze and Apache Storm A BENCHMARK COMPARISON 2 The V of Big Data Velocity means both how fast data is being produced and how fast the data must be processed to meet demand. Gartner The emergence

More information

Big Data Analytics. An Introduction. Oliver Fuchsberger University of Paderborn 2014

Big Data Analytics. An Introduction. Oliver Fuchsberger University of Paderborn 2014 Big Data Analytics An Introduction Oliver Fuchsberger University of Paderborn 2014 Table of Contents I. Introduction & Motivation What is Big Data Analytics? Why is it so important? II. Techniques & Solutions

More information

How To Use Big Data Effectively

How To Use Big Data Effectively Why is BIG Data Important? March 2012 1 Why is BIG Data Important? A Navint Partners White Paper May 2012 Why is BIG Data Important? March 2012 2 What is Big Data? Big data is a term that refers to data

More information

Supply Chain Optimization for Logistics Service Providers. White Paper

Supply Chain Optimization for Logistics Service Providers. White Paper Supply Chain Optimization for Logistics Service Providers White Paper Table of contents Solving The Big Data Challenge Executive Summary The Data Management Challenge In-Memory Analytics for Big Data Management

More information

Real-Time Big Data Analytics + Internet of Things (IoT) = Value Creation

Real-Time Big Data Analytics + Internet of Things (IoT) = Value Creation Real-Time Big Data Analytics + Internet of Things (IoT) = Value Creation January 2015 Market Insights Report Executive Summary According to a recent customer survey by Vitria, executives across the consumer,

More information

Big Data Challenges and Success Factors. Deloitte Analytics Your data, inside out

Big Data Challenges and Success Factors. Deloitte Analytics Your data, inside out Big Data Challenges and Success Factors Deloitte Analytics Your data, inside out Big Data refers to the set of problems and subsequent technologies developed to solve them that are hard or expensive to

More information

Big Data & QlikView. Democratizing Big Data Analytics. David Freriks Principal Solution Architect

Big Data & QlikView. Democratizing Big Data Analytics. David Freriks Principal Solution Architect Big Data & QlikView Democratizing Big Data Analytics David Freriks Principal Solution Architect TDWI Vancouver Agenda What really is Big Data? How do we separate hype from reality? How does that relate

More information

Transforming the Telecoms Business using Big Data and Analytics

Transforming the Telecoms Business using Big Data and Analytics Transforming the Telecoms Business using Big Data and Analytics Event: ICT Forum for HR Professionals Venue: Meikles Hotel, Harare, Zimbabwe Date: 19 th 21 st August 2015 AFRALTI 1 Objectives Describe

More information

Mike Luke National Practice Leader SAS Canada. The Evolution of Data and New Opportunities for Analytics

Mike Luke National Practice Leader SAS Canada. The Evolution of Data and New Opportunities for Analytics Mike Luke National Practice Leader SAS Canada The Evolution of Data and New Opportunities for Analytics Evolution of Data WE VE GROWN OVER THE LAST 60 YEARS Evolution of Data IN THE EARLY DAYS Evolution

More information

Spatio-Temporal Networks:

Spatio-Temporal Networks: Spatio-Temporal Networks: Analyzing Change Across Time and Place WHITE PAPER By: Jeremy Peters, Principal Consultant, Digital Commerce Professional Services, Pitney Bowes ABSTRACT ORGANIZATIONS ARE GENERATING

More information

EVERYTHING THAT MATTERS IN ADVANCED ANALYTICS

EVERYTHING THAT MATTERS IN ADVANCED ANALYTICS EVERYTHING THAT MATTERS IN ADVANCED ANALYTICS Marcia Kaufman, Principal Analyst, Hurwitz & Associates Dan Kirsch, Senior Analyst, Hurwitz & Associates Steve Stover, Sr. Director, Product Management, Predixion

More information

Business Analytics In a Big Data World Ted Malone Solutions Architect Data Platform and Cloud Microsoft Federal

Business Analytics In a Big Data World Ted Malone Solutions Architect Data Platform and Cloud Microsoft Federal Business Analytics In a Big Data World Ted Malone Solutions Architect Data Platform and Cloud Microsoft Federal Information has gone from scarce to super-abundant. That brings huge new benefits. The Economist

More information

Closing session. Session 11 Coördinators: Basie von Solms & Leon Strous

Closing session. Session 11 Coördinators: Basie von Solms & Leon Strous The 22nd IFIP World Computer Congress 24 26 September 2012 Amsterdam the Netherlands Towards an innovative, secure and sustainable information society Closing session Session 11 Coördinators: Basie von

More information

BIG DATA-AS-A-SERVICE

BIG DATA-AS-A-SERVICE White Paper BIG DATA-AS-A-SERVICE What Big Data is about What service providers can do with Big Data What EMC can do to help EMC Solutions Group Abstract This white paper looks at what service providers

More information

How In-Memory Data Grids Can Analyze Fast-Changing Data in Real Time

How In-Memory Data Grids Can Analyze Fast-Changing Data in Real Time SCALEOUT SOFTWARE How In-Memory Data Grids Can Analyze Fast-Changing Data in Real Time by Dr. William Bain and Dr. Mikhail Sobolev, ScaleOut Software, Inc. 2012 ScaleOut Software, Inc. 12/27/2012 T wenty-first

More information

How the oil and gas industry can gain value from Big Data?

How the oil and gas industry can gain value from Big Data? How the oil and gas industry can gain value from Big Data? Arild Kristensen Nordic Sales Manager, Big Data Analytics arild.kristensen@no.ibm.com, tlf. +4790532591 April 25, 2013 2013 IBM Corporation Dilbert

More information

Copyr i g ht 2012, SAS Ins titut e Inc. All rights res er ve d. DATA MANAGEMENT FOR ANALYTICS

Copyr i g ht 2012, SAS Ins titut e Inc. All rights res er ve d. DATA MANAGEMENT FOR ANALYTICS DATA MANAGEMENT FOR ANALYTICS WHAT IS ANALYTICS? A VERY BROAD TERM OFTEN CONFUSED Descriptive What happened? When? Why? Advanced What will happen? When? Why? How do we benefit? What actions should I take?

More information

Using Tableau Software with Hortonworks Data Platform

Using Tableau Software with Hortonworks Data Platform Using Tableau Software with Hortonworks Data Platform September 2013 2013 Hortonworks Inc. http:// Modern businesses need to manage vast amounts of data, and in many cases they have accumulated this data

More information

Social Media Implementations

Social Media Implementations SEM Experience Analytics Social Media Implementations SEM Experience Analytics delivers real sentiment, meaning and trends within social media for many of the world s leading consumer brand companies.

More information

Key Considerations for a Successful Deployment of Real Time Analytics July 23, 2014

Key Considerations for a Successful Deployment of Real Time Analytics July 23, 2014 Key Considerations for a Successful Deployment of Real Time Analytics July 23, 2014 Brought to you by Vivit Big Data Special Interest Group led by Kate Fontanella, Pramod Singh, Akshar Dave, Abdul B. Rafi,

More information

Big Data and Trusted Information

Big Data and Trusted Information Dr. Oliver Adamczak Big Data and Trusted Information CAS Single Point of Truth 7. Mai 2012 The Hype Big Data: The next frontier for innovation, competition and productivity McKinsey Global Institute 2012

More information

Ramesh Bhashyam Teradata Fellow Teradata Corporation bhashyam.ramesh@teradata.com

Ramesh Bhashyam Teradata Fellow Teradata Corporation bhashyam.ramesh@teradata.com Challenges of Handling Big Data Ramesh Bhashyam Teradata Fellow Teradata Corporation bhashyam.ramesh@teradata.com Trend Too much information is a storage issue, certainly, but too much information is also

More information

Reference Architecture, Requirements, Gaps, Roles

Reference Architecture, Requirements, Gaps, Roles Reference Architecture, Requirements, Gaps, Roles The contents of this document are an excerpt from the brainstorming document M0014. The purpose is to show how a detailed Big Data Reference Architecture

More information

IBM AND NEXT GENERATION ARCHITECTURE FOR BIG DATA & ANALYTICS!

IBM AND NEXT GENERATION ARCHITECTURE FOR BIG DATA & ANALYTICS! The Bloor Group IBM AND NEXT GENERATION ARCHITECTURE FOR BIG DATA & ANALYTICS VENDOR PROFILE The IBM Big Data Landscape IBM can legitimately claim to have been involved in Big Data and to have a much broader

More information

BIGDATAANALYTICS FOR ELECTRICPOWERGRID OPERATIONS MANU PARASHAR CORPORATE POWER SYSTEMS ENGINEER JULY 29, 2015

BIGDATAANALYTICS FOR ELECTRICPOWERGRID OPERATIONS MANU PARASHAR CORPORATE POWER SYSTEMS ENGINEER JULY 29, 2015 BIGDATAANALYTICS FOR ELECTRICPOWERGRID OPERATIONS MANU PARASHAR CORPORATE POWER SYSTEMS ENGINEER JULY 29, 2015 Agenda Big Data in the Energy Industry Solution Architecture/Approach for Managing Big Data

More information

2015 Analyst and Advisor Summit. Advanced Data Analytics Dr. Rod Fontecilla Vice President, Application Services, Chief Data Scientist

2015 Analyst and Advisor Summit. Advanced Data Analytics Dr. Rod Fontecilla Vice President, Application Services, Chief Data Scientist 2015 Analyst and Advisor Summit Advanced Data Analytics Dr. Rod Fontecilla Vice President, Application Services, Chief Data Scientist Agenda Key Facts Offerings and Capabilities Case Studies When to Engage

More information

Torquex Customer Engagement Analytics. End to End View of Customer Interactions and Operational Insights

Torquex Customer Engagement Analytics. End to End View of Customer Interactions and Operational Insights Torquex Customer Engagement Analytics End to End View of Customer Interactions and Operational Insights Rob Witthoft Torquex {Pty) Ltd 10/1/2015 Torquex Customer Engagement Analytics Torquex Customer Engagement

More information

Big Data & Analytics for Semiconductor Manufacturing

Big Data & Analytics for Semiconductor Manufacturing Big Data & Analytics for Semiconductor Manufacturing 半 導 体 生 産 におけるビッグデータ 活 用 Ryuichiro Hattori 服 部 隆 一 郎 Intelligent SCM and MFG solution Leader Global CoC (Center of Competence) Electronics team General

More information

Hybrid Software Architectures for Big Data. Laurence.Hubert@hurence.com @hurence http://www.hurence.com

Hybrid Software Architectures for Big Data. Laurence.Hubert@hurence.com @hurence http://www.hurence.com Hybrid Software Architectures for Big Data Laurence.Hubert@hurence.com @hurence http://www.hurence.com Headquarters : Grenoble Pure player Expert level consulting Training R&D Big Data X-data hot-line

More information