Cloud Integration and the Big Data Journey - Common Use-Case Patterns

Size: px
Start display at page:

Download "Cloud Integration and the Big Data Journey - Common Use-Case Patterns"

Transcription

1 Cloud Integration and the Big Data Journey - Common Use-Case Patterns A White Paper August, 2014 Corporate Technologies Business Intelligence Group OVERVIEW The advent of cloud and hybrid architectures have enabled clients to rapidly stand up technology stacks that traditionally required specialized expertise and long times. Big Data, an umbrella term encompassing ingestion, processing, and analytics around structured and semi-structured data sets, has been revolutionary for the data warehousing and analytics market. These data sets, including data from cloud-based solutions, sensors, and Internet-enabled devices, are often large and diffcult to process using standard relational data warehousing methodologies. Big Data solutions take an alternative way to process these data sets by leveraging both cloud-based and non-relational technologies to derive analytical value. One significant customer problem with Big Data involves the rapidly changing technology stacks and specialized code that is required to work effectively in the space. Companies are reluctant to invest too deeply in one technology for fear of this rapid change. However, many innovative applications leverage Big Data to improve customer satisfaction, reduce operational risk, and increase sell through. Customers want the benefit of Big Data, but often do not know how much of an investment is required to begin. To that end, we will review three specific customer use case patterns in detail within in this white paper. These use cases discuss both cloud architectures and Big Data solutions in detail, and show how to remove complexity, reduce operational risk, and improve customer satisfaction. This technical brief is intended to be a companion to The Big Data Journey webinar. The author would like to extend his thanks to John Haddad of Informatica, who provided some of the architecture slides within this white paper IT SERVICES

2 USE CASE 1: REMOVE COMPLEXITY A pharmaceutical client uses several cloud-based applications for sales force and operations enablement. These applications allow business analysts to rapidly provision new functionality on the fly. However, IT must also possess the agility to rapidly and continuously provision and integrate cloud-based application data while maintaining existing data warehouse integrity and data lineage. We leverage cloud services solutions like Informatica Cloud Services (ICS) to help address this challenge. At our pharmaceutical client, the sales team manages multiple new products and adds new SFDC columns at the rate of one or two a week. The existing ETL process had to replicate data from SFDC down to the main enterprise data warehouse (EDW). Each new column required a corresponding ETL change and update to jobs, causing significant IT development churn. We leveraged ICS s SFDC replication solution to mirror each SFDC table into a staging environment within the DW. The ICS workflow is managed through a web-based interface, which is available to the same business analyst that adds fields to SFDC. If a new column has been added to SFDC, the analyst logs into ICS and quickly configures, in less than 5 minutes, the new column to be replicated to the DW. In the diagram above, the green databases represent existing SQL Server databases that were not impacted by the switch in replication architecture. We simply removed the existing ETL code feeding the SQL 2008 Replication Stage target, and replaced it with an ICS endpoint Once replicated to a DW staging environment, the SFDC tables are wrapped with views to create a dimensional analytical layer. This layer is immediately available to trained business analysts using BI and visualization tools to perform data analysis. Insights from these analyses are vetted and implemented by the DW team and then turned into operational reporting in the enterprise BI environment on a weekly basis. Leveraging ICS and the staging replication architecture has allowed us to significantly accelerate time to market within the DW for simple SFDC column additions. The DW team is freed from regularly working on lights-on management tasks, and business analysts can immediately perform analysis without having to wait for new ETL development. 2

3 USE CASE 2: REDUCE OPERATIONAL RISK An oil and gas client was looking to understand performance and maintenance activity around their wells. Specifically, the oil and gas industry uses a large amount of sensors to monitor well activity. These sensors measure pressure, level and flow rates, and are prevalent within the industry. They come with operational monitoring solutions that allow technicians to spot up-to-the-second deviations and apply corrective action. Maintenance, as you can imagine, is critical for both production and safety, and often the earlier a problem is caught, the cheaper it is to fix. Our client was very interested in knowing about maintenance issues as soon as possible, and ideally, applying preventative maintenance to prevent a larger issue. In order to apply more intelligence towards preventative maintenance, the customer wanted to load sensor data to an existing data warehousing solution. However, when existing ETL infrastructure was leveraged to stream sensor data directly into the warehouse, we quickly encountered performance issues around the sheer volume of data that was being sourced. If you think about it, sensors report readings at a real time level. With multiple sensors a well, the volume of data easily eclipsed hundreds of gigabytes a day for the client s production wells. This created a serious problem with both performance and the expense of storing the data. Upon further analysis, we realized that we needed to do two things with the full array of sensor data. We were looking to apply algorithms to spot deviations in time series data, specifically deviations that went above a certain threshold for a period of time. These deviations may change, based on measurements of multiple sensor arrays. In short, we were attempting to apply matrix algebra to the existing series of sensor data. Once the deviations were spotted, we wanted to provide time-bounded series of this data to the BI environment for reporting and simple analysis. The combination of these two requirements allowed us to introduce a Big Data approach into our overall solution pattern in order to perform ELT pre-processing of this data, by applying matrix algebra using to the large volumes of sensor data. This sensor data also resembled JSON data structures in nature, and was more suitable for a Big Data solution, specifically Hadoop. We leveraged Hadoop to filter the data, apply matrix algebra to look for anomalies, and roughly model the filter records for data warehouse ingestion, by transforming the sensor records from JSON to a relational structure. You can leverage Informatica s PowerCenter Big Data Edition ( BDE ) in order to ease the processing of both JSON records (PowerCenter BDE comes with JSON support) and connectivity to Big Data solutions such as Hadoop and other NoSQL databases. In addition, PowerCenter BDE allows you to run workflows in Hadoop without having to program and interact with MapReduce in languages such as Pig and Hive. Although these languages are powerful, they require a specialized skillset that is typically different than relational and ETL skillsets already present within your DW / IT organization. 3

4 PowerCenter BDE allows you to leverage Big Data solutions within your EDW environment, while leveraging existing skillsets. This solution allowed us to significantly reduce load time and space consumed for the EDW. More importantly, the customer was able to spend much less time, by almost 90%, to find maintenance issues. The majority of this savings was in the time spent ingesting and processing the data, and operational expense and load on the data warehouse. USE CASE 3: IMPROVE CUSTOMER SATISFACTION An online retail company has been selling to customers over the internet for many years, and has accumulated a large data warehouse on customer activity during that time. The retailer is now interested in linking social media elements and real time customer website navigation into their selling strategy, due to significant user adoption in shopping via mobile. This likely comes with no surprise to many readers of this white paper. During the last five years, mobile shopping has become mainstream and dominant in some sectors such as books and electronics. However, the retailer also discovered that mobile customers have a higher rate of shopping cart abandonment compared to traditional laptop browser customers. For various reasons and distractions, mobile customers are leaving more shopping carts; even a small conversion on these abandoned carts would result in a significant revenue rise for our retailer. In order to get more mobile conversions, our retailer wanted to provide a more personalized shopping experience to mobile customers, by dynamically modifying content as the customer interacts with the site. The content would present both products of higher interest, as well as potentially offer aggressive pricing on selected items for certain shopping cart mixes. We leveraged a Big Data / DW solution pattern in two ways: via a NoSQL database to 1) crunch weblogs in real time, and 2) analyze a customer s Twitter stream, in order to provide items of interest and potential discounting. All of this was linked to a historical customer score made available by the traditional data warehouse via a web service. Again, you can leverage Informatica s PowerCenter Big Data Edition ( BDE ) in order to ease the processing of weblogs and connectivity to Big Data solutions. In addition, you can leverage the Social Media Connector to connect directly to a customer s Twitter stream to source that data into the NoSQL database for further analysis. PowerCenter BDE allows you to leverage Big Data solutions within your EDW environment, while leveraging existing skillsets. The retailer chose to deploy this solution in phases, initially for a select tier of customers, as an A/B test. After a month of trial, the select customers demonstrated a material difference in shopping cart losses compared to a baseline customer group -- around 10%. Customers saw things that they were more likely to buy, both in things that are aligned to their likes, and more aggressive pricing in order to get that buy. 4

5 ABOUT CORPORATE TECHNOLOGIES Corporate Technologies provides high value services to clients. Through the effective application of technologies like Business Intelligence, Data Integration and Management, Enterprise and Cloud Computing, we help clients implement the right IT solutions to empower business innovation and dynamic scalability. From leveraging business intelligence to rethinking the effciency of the data center, we are your strategic partner for everything from data management to information delivery. Today s IT solutions have to be highly integrated to solve the complex business challenges that organizations face. Your business cannot afford to work with multiple consulting organizations specializing in silos of experience. Corporate Technologies engineering team understands how the implementation of any new technology must support both the business and infrastructure requirements. Our ability to successfully integrate Business Intelligence, Data Management and Systems Technologies by merging complex system and application structures is a rarity in the industry. We focus on solving complex business challenges. We create long term relationships with our clients and partners to deliver recommendations and innovative, high quality, high value IT solutions. Please visit the our website at contact us by or call us at

Cognitive Data Warehouse and Analytics

Cognitive Data Warehouse and Analytics Cognitive Data Warehouse and Analytics Hemant R. Suri, Sr. Offering Manager, Hybrid Data Warehouses, IBM (twitter @hemantrsuri or feel free to reach out to me via LinkedIN!) Over 90% of the world s data

More information

Boston Azure Cloud User Group. a journey of a thousand miles begins with a single step

Boston Azure Cloud User Group. a journey of a thousand miles begins with a single step Boston Azure Cloud User Group a journey of a thousand miles begins with a single step 3 Solution Architect at Slalom Boston Business Intelligence User Group Leader I am a bit shy but passionate. BI Architect

More information

DATASHEET. Tarams Business Intelligence. Services Data sheet

DATASHEET. Tarams Business Intelligence. Services Data sheet DATASHEET Tarams Business Intelligence Services Data sheet About Business Intelligence The proliferation of data in today s connected world offers tremendous possibilities for analysis and decision making

More information

GET MORE VALUE OUT OF BIG DATA

GET MORE VALUE OUT OF BIG DATA GET MORE VALUE OUT OF BIG DATA Enterprise data is increasing at an alarming rate. An International Data Corporation (IDC) study estimates that data is growing at 50 percent a year and will grow by 50 times

More information

How to Build Your Data Ecosystem with Tableau on AWS

How to Build Your Data Ecosystem with Tableau on AWS How to Build Your Data Ecosystem with Tableau on AWS Moving Your BI to the Cloud Your BI is working, and it s probably working well. But, continuing to empower your colleagues with data is going to be

More information

Analytics in the Cloud, Cross Functional Teams, and Apache Hadoop is not a Thing Ryan Packer, Bank of New Zealand

Analytics in the Cloud, Cross Functional Teams, and Apache Hadoop is not a Thing Ryan Packer, Bank of New Zealand Paper 2698-2018 Analytics in the Cloud, Cross Functional Teams, and Apache Hadoop is not a Thing Ryan Packer, Bank of New Zealand ABSTRACT Digital analytics is no longer just about tracking the number

More information

Common Customer Use Cases in FSI

Common Customer Use Cases in FSI Common Customer Use Cases in FSI 1 Marketing Optimization 2014 2014 MapR MapR Technologies Technologies 2 Fortune 100 Financial Services Company 104M CARD MEMBERS 3 Financial Services: Recommendation Engine

More information

Meta-Managed Data Exploration Framework and Architecture

Meta-Managed Data Exploration Framework and Architecture Meta-Managed Data Exploration Framework and Architecture CONTENTS Executive Summary Meta-Managed Data Exploration Framework Meta-Managed Data Exploration Architecture Data Exploration Process: Modules

More information

Guide to Modernize Your Enterprise Data Warehouse How to Migrate to a Hadoop-based Big Data Lake

Guide to Modernize Your Enterprise Data Warehouse How to Migrate to a Hadoop-based Big Data Lake White Paper Guide to Modernize Your Enterprise Data Warehouse How to Migrate to a Hadoop-based Big Data Lake Motivation for Modernization It is now a well-documented realization among Fortune 500 companies

More information

IBM Analytics. Data science is a team sport. Do you have the skills to be a team player?

IBM Analytics. Data science is a team sport. Do you have the skills to be a team player? IBM Analytics Data science is a team sport. Do you have the skills to be a team player? 1 2 3 4 5 6 7 Introduction The data The data The developer The business Data science teams: The new agents Resources

More information

Applying Analytics with Big Data for Customer Intelligence. Seven Steps to Success

Applying Analytics with Big Data for Customer Intelligence. Seven Steps to Success Applying Analytics with Big Data for Customer Intelligence Seven Steps to Success Sponsors: 2 Speakers David Stodder Research Director, Business Intelligence TDWI Dan Potter VP, Product Marketing, Datawatch

More information

CONNECTING THE DOTS FOR BETTER INSIGHT.

CONNECTING THE DOTS FOR BETTER INSIGHT. CONNECTING THE DOTS FOR BETTER INSIGHT www.bigdatadimension.com ABOUT BIGDATA DIMENSION BigData Dimension is a leading provider of cloud and on-premise solutions for Data Management, Data Integration,

More information

5th Annual. Cloudera, Inc. All rights reserved.

5th Annual. Cloudera, Inc. All rights reserved. 5th Annual 1 The Essentials of Apache Hadoop The What, Why and How to Meet Agency Objectives Sarah Sproehnle, Vice President, Customer Success 2 Introduction 3 What is Apache Hadoop? Hadoop is a software

More information

E-guide Hadoop Big Data Platforms Buyer s Guide part 1

E-guide Hadoop Big Data Platforms Buyer s Guide part 1 Hadoop Big Data Platforms Buyer s Guide part 1 Your expert guide to Hadoop big data platforms for managing big data David Loshin, Knowledge Integrity Inc. Companies of all sizes can use Hadoop, as vendors

More information

Louis Bodine IBM STG WW BAO Tiger Team Leader

Louis Bodine IBM STG WW BAO Tiger Team Leader Louis Bodine IBM STG WW BAO Tiger Team Leader Presentation Objectives Discuss the value of Business Analytics Discuss BAO Ecosystem Discuss Transformational Solutions http://www.youtube.com/watch?v=eiuick5oqdm

More information

Astera Data Warehouse Accelerator

Astera Data Warehouse Accelerator Solution Brief Astera Data Warehouse Accelerator sales@astera.com 888-77-ASTERA Astera DWAccelerator is an advanced data management platform that focuses on helping organizations obtain analytics for decision

More information

Business is being transformed by three trends

Business is being transformed by three trends Business is being transformed by three trends Big Cloud Intelligence Stay ahead of the curve with Cortana Intelligence Suite Business apps People Custom apps Apps Sensors and devices Cortana Intelligence

More information

VIA Insights: Telcoms CONNECT to Digital Operations

VIA Insights: Telcoms CONNECT to Digital Operations VIA Insights: Telcoms CONNECT to Digital Operations TELCOMS HAVE COME A LONG WAY FROM 2 CANS AND A STRING! CONNECTING friends, families and businesses using rotary phones to mobile phones telcoms have

More information

Managing explosion of data. Cloudera, Inc. All rights reserved.

Managing explosion of data. Cloudera, Inc. All rights reserved. Managing explosion of data 1 Customer experience expectations are converging on the brand, not channel Consistent across all channels and lines of business Contextualized to present location and circumstances

More information

A complete service guide for MICROSOFT DATA ANALYTICS ENABLEMENT

A complete service guide for MICROSOFT DATA ANALYTICS ENABLEMENT A complete service guide for MICROSOFT DATA ANALYTICS ENABLEMENT Contact us today. 206-747-6930 A brief introduction exclusively for Microsoft employees and customers: In early FY12, Decisive Data decided

More information

Microsoft Big Data. Solution Brief

Microsoft Big Data. Solution Brief Microsoft Big Data Solution Brief Contents Introduction... 2 The Microsoft Big Data Solution... 3 Key Benefits... 3 Immersive Insight, Wherever You Are... 3 Connecting with the World s Data... 3 Any Data,

More information

DLT AnalyticsStack. Powering big data, analytics and data science strategies for government agencies

DLT AnalyticsStack. Powering big data, analytics and data science strategies for government agencies DLT Stack Powering big data, analytics and data science strategies for government agencies Now, government agencies can have a scalable reference model for success with Big Data, Advanced and Data Science

More information

Enabling Self-Service BI Success: TimeXtender s Discovery Hub Bridges the Gap Between Business and IT

Enabling Self-Service BI Success: TimeXtender s Discovery Hub Bridges the Gap Between Business and IT Enabling Self-Service BI Success: TimeXtender s Discovery Hub Bridges the Gap Between Business and IT Abstract As data-driven cultures continue to develop and data-driven organizations garner larger segments

More information

Microsoft Dynamics 365 and Columbus

Microsoft Dynamics 365 and Columbus Microsoft Dynamics 365 and Columbus Start your cloud journey Cloud services Cloud transformation series If you agree that modern cloud computing is a great way to benefit from innovative, powerful technology

More information

Adobe and Hadoop Integration

Adobe and Hadoop Integration Predictive Behavioral Analytics Adobe and Hadoop Integration JANUARY 2016 SYNTASA Copyright 1.0 Introduction For many years large enterprises have relied on the Adobe Marketing Cloud for capturing and

More information

Architecting for Real- Time Big Data Analytics. Robert Winters

Architecting for Real- Time Big Data Analytics. Robert Winters Architecting for Real- Time Big Data Analytics Robert Winters About Me 2 ROBERT WINTERS Head of Business Intelligence, TravelBird Ten years experience in analytics, five years with Vertica and big data

More information

Angat Pinoy. Angat Negosyo. Angat Pilipinas.

Angat Pinoy. Angat Negosyo. Angat Pilipinas. Angat Pinoy. Angat Negosyo. Angat Pilipinas. Four megatrends will dominate the next decade Mobility Social Cloud Big data 91% of organizations expect to spend on mobile devices in 2012 In 2012, mobile

More information

Modern Analytics Architecture

Modern Analytics Architecture Modern Analytics Architecture So what is a. Modern analytics architecture? Machine Learning AI Open source Big Data DevOps Cloud In-memory IoT Trends supporting Next-Generation analytics Source: Next-Generation

More information

Hadoop Course Content

Hadoop Course Content Hadoop Course Content Hadoop Course Content Hadoop Overview, Architecture Considerations, Infrastructure, Platforms and Automation Use case walkthrough ETL Log Analytics Real Time Analytics Hbase for Developers

More information

Adobe and Hadoop Integration

Adobe and Hadoop Integration Predictive Behavioral Analytics Adobe and Hadoop Integration DECEMBER 2016 SYNTASA Copyright 1.0 Introduction For many years large enterprises have relied on the Adobe Marketing Cloud for capturing and

More information

DataAdapt Active Insight

DataAdapt Active Insight Solution Highlights Accelerated time to value Enterprise-ready Apache Hadoop based platform for data processing, warehousing and analytics Advanced analytics for structured, semistructured and unstructured

More information

KnowledgeSTUDIO. Advanced Modeling for Better Decisions. Data Preparation, Data Profiling and Exploration

KnowledgeSTUDIO. Advanced Modeling for Better Decisions. Data Preparation, Data Profiling and Exploration KnowledgeSTUDIO Advanced Modeling for Better Decisions Companies that compete with analytics are looking for advanced analytical technologies that accelerate decision making and identify opportunities

More information

Analytics With Hadoop. SAS and Cloudera Starter Services: Visual Analytics and Visual Statistics

Analytics With Hadoop. SAS and Cloudera Starter Services: Visual Analytics and Visual Statistics Analytics With Hadoop SAS and Cloudera Starter Services: Visual Analytics and Visual Statistics Everything You Need to Get Started on Your First Hadoop Project SAS and Cloudera have identified the essential

More information

4/26. Analytics Strategy

4/26. Analytics Strategy 1/26 Qlik Advisory As a part of Qlik Consulting, Qlik Advisory works with Customers to assist in shaping strategic elements related to analytics to ensure adoption and success throughout their analytics

More information

Government Business Intelligence

Government Business Intelligence TOP SEVEN Government Business Intelligence TRENDS FOR 2017 Top 7 Business Intelligence Trends for Government for 2017 In 2016, a wave of self-service analytics swept across the enterprise. Governments

More information

Big Data Solution for Church & Dwight. Get the most out of your complex business data with Big Data and business intelligence

Big Data Solution for Church & Dwight. Get the most out of your complex business data with Big Data and business intelligence for Church & Dwight Get the most out of your complex business data with Big Data and business intelligence for Church & Dwight INDEX Sr. No. Subject Slide No. 1 About Church & Dwight 03 2 The Challenge

More information

Table of Contents. Are You Ready for Digital Transformation? page 04. Take Advantage of This Big Data Opportunity with Cisco and Hortonworks page 06

Table of Contents. Are You Ready for Digital Transformation? page 04. Take Advantage of This Big Data Opportunity with Cisco and Hortonworks page 06 Table of Contents 01 02 Are You Ready for Digital Transformation? page 04 Take Advantage of This Big Data Opportunity with Cisco and Hortonworks page 06 03 Get Open Access to Your Data and Help Ensure

More information

Contents at a Glance COPYRIGHTED MATERIAL. Introduction... 1 Part I: Getting Started with Big Data... 7

Contents at a Glance COPYRIGHTED MATERIAL. Introduction... 1 Part I: Getting Started with Big Data... 7 Contents at a Glance Introduction... 1 Part I: Getting Started with Big Data... 7 Chapter 1: Grasping the Fundamentals of Big Data...9 Chapter 2: Examining Big Data Types...25 Chapter 3: Old Meets New:

More information

Architected Blended Big Data With Pentaho. A Solution Brief

Architected Blended Big Data With Pentaho. A Solution Brief Architected Blended Big Data With Pentaho A Solution Brief Introduction The value of big data is well recognized, with implementations across every size and type of business today. However, the most powerful

More information

SIMPLIFYING BUSINESS ANALYTICS FOR COMPLEX DATA. Davidi Boyarski, Channel Manager

SIMPLIFYING BUSINESS ANALYTICS FOR COMPLEX DATA. Davidi Boyarski, Channel Manager SIMPLIFYING BUSINESS ANALYTICS FOR COMPLEX DATA Davidi Boyarski, Channel Manager Sisense Overview 4000+ Top Quartile HQ in Awards 2016 & 2017 Wisdom of Crowds Report LEADER IN CUSTOMER EXPERIANCE Top 10

More information

Big Data The Big Story

Big Data The Big Story Big Data The Big Story Jean-Pierre Dijcks Big Data Product Mangement 1 Agenda What is Big Data? Architecting Big Data Building Big Data Solutions Oracle Big Data Appliance and Big Data Connectors Customer

More information

Blueprints for Big Data Success. Succeeding with four common scenarios

Blueprints for Big Data Success. Succeeding with four common scenarios Blueprints for Big Data Success Succeeding with four common scenarios Introduction By now it s become fairly clear that big data represents a big shift in the enterprise technology landscape. IDC estimates

More information

Enterprise Architecture for Digital Business

Enterprise Architecture for Digital Business Enterprise Architecture for Digital Business Dave Chappelle Enterprise Architect Global EA Program October 26, 2015. Safe Harbor Statement The following is intended to outline our general product direction.

More information

MapR: Converged Data Pla3orm and Quick Start Solu;ons. Robin Fong Regional Director South East Asia

MapR: Converged Data Pla3orm and Quick Start Solu;ons. Robin Fong Regional Director South East Asia MapR: Converged Data Pla3orm and Quick Start Solu;ons Robin Fong Regional Director South East Asia Who is MapR? MapR is the creator of the top ranked Hadoop NoSQL SQL-on-Hadoop Real Database time streaming

More information

EXAMPLE SOLUTIONS Hadoop in Azure HBase as a columnar NoSQL transactional database running on Azure Blobs Storm as a streaming service for near real time processing Hadoop 2.4 support for 100x query gains

More information

IBM Digital Analytics Accelerator

IBM Digital Analytics Accelerator IBM Digital Analytics Accelerator On-premises web analytics solution for high-performance, granular insights Highlights: Efficiently capture, store, and analyze online data Benefit from highly scalable

More information

Blueprints for Big Data Success

Blueprints for Big Data Success Blueprints for Big Data Success Succeeding with Four Common Scenarios Copyright 2014 Pentaho Corporation. Redistribution permitted. All trademarks are the property of their respective owners. For the latest

More information

Analytics empowering clients to see farther & go faster

Analytics empowering clients to see farther & go faster Analytics empowering clients to see farther & go faster Vendor Agnostic Data & analytics focus with leading technology expertise Business Value Improve business processes via analytic solutions Partner

More information

H2O Powers Intelligent Product Recommendation Engine at Transamerica. Case Study

H2O Powers Intelligent Product Recommendation Engine at Transamerica. Case Study H2O Powers Intelligent Product Recommendation Engine at Transamerica Case Study Summary For a financial services firm like Transamerica, sales and marketing efforts can be complex and challenging, with

More information

THE MAGIC OF DATA INTEGRATION IN THE ENTERPRISE WITH TIPS AND TRICKS

THE MAGIC OF DATA INTEGRATION IN THE ENTERPRISE WITH TIPS AND TRICKS THE MAGIC OF DATA INTEGRATION IN THE ENTERPRISE WITH TIPS AND TRICKS DATA HOLDS ALL THE POTENTIAL TO HELP BUSINESSES WIN CUSTOMERS INCREASE REVENUE GAIN COMPETITIVE ADVANTAGE STREAMLINE OPERATIONS BUT

More information

Fast Innovation requires Fast IT

Fast Innovation requires Fast IT Fast Innovation requires Fast IT Cisco IT - Analytics Implementation Vineet Jain Cisco IT Dramatic Internet Growth Occurring Through New Connections Fixed Computing Mobility / BYOD Internet of Things Internet

More information

Alexander Klein. ETL meets Azure

Alexander Klein. ETL meets Azure Alexander Klein ETL meets Azure Thanks to our sponsors: Who am I? Independent BI Consultant > 15 years experience of SQL Server Focus on Microsoft BI Stack & AI & Azure a.klein@consulting-bi.de @SQL_Alex

More information

PORTFOLIO AND TECHNOLOGY DIRECTION ARMISTEAD SAPP & RANDY GUARD

PORTFOLIO AND TECHNOLOGY DIRECTION ARMISTEAD SAPP & RANDY GUARD PORTFOLIO AND TECHNOLOGY DIRECTION ARMISTEAD SAPP & RANDY GUARD FOCUS MARKETS SAS Addressable Market Size $US Billions $14.7 2015 2019 $10.6 $9.6 $7.0 $7.9 $5.0 $2.6 $3.7 $5.7 $4.4 $3.0 $4.2 BUSINESS INTELLIGENCE

More information

In search of the Holy Grail?

In search of the Holy Grail? In search of the Holy Grail? Our Clients Journey to the Data Lake André De Locht Sr Business Consultant Data Lake, Information Integration and Governance $ andre.de.locht@be.ibm.com ( +32 476 870 354 Data

More information

BOOK EXTRACT. Data to Diamonds Delivering valuable business insights

BOOK EXTRACT. Data to Diamonds Delivering valuable business insights BOOK EXTRACT Data to Diamonds Delivering valuable business insights 1 DATA TO DIAMONDS - Delivering valuable business insights - BOOK EXTRACT 2 CGI invites you to preview our new Data to Diamonds book.

More information

Informatica Cloud Application Integration

Informatica Cloud Application Integration Data Sheet Informatica Cloud Application Integration Key Benefits Implement processes and APIs with zero code Build APIs with sophisticated data integration capabilities Leverage out-of-the-box connectivity

More information

Integrating Enterprise Applications with MongoDB to Deliver Performance and Scalability

Integrating Enterprise Applications with MongoDB to Deliver Performance and Scalability Integrating Enterprise Applications with MongoDB to Deliver Performance and Scalability Pure Play Open Source Consulting Company 0 License Cost #1 Option Pure Play Open Source Services Company 5+ Business

More information

BIG Data Analytics AWS Training

BIG Data Analytics AWS Training BIG Data Analytics AWS Training About Instructor Name: Kesav Total IT work experience: 20+ Years BIG Data Solutions Architect: 5+ Years DW & BI Solution Architect: 15+ Years Big Data Implementations Experience:

More information

Hybrid Data Management

Hybrid Data Management Hybrid Data Management Gain value from your data without limits Chris Reuter North America Data Warehouse Sales IBM Analytics March 2018 Agenda 1 Themes of data 2 Data Management Strategy 3 IBM s Vision

More information

Going Big Data? You Need A Cloud Strategy

Going Big Data? You Need A Cloud Strategy A Forrester Consulting January 2017 Thought Leadership Paper Commissioned By Oracle And Intel Going Big Data? You Need A Cloud Strategy Table Of Contents Executive Summary... 1 Big Data Investment Shifts

More information

Jason Virtue Business Intelligence Technical Professional

Jason Virtue Business Intelligence Technical Professional Jason Virtue Business Intelligence Technical Professional jvirtue@microsoft.com Agenda Microsoft Azure Data Services Azure Cloud Services Azure Machine Learning Azure Service Bus Azure Stream Analytics

More information

Simplifying the Process of Uploading and Extracting Data from Apache Hadoop

Simplifying the Process of Uploading and Extracting Data from Apache Hadoop Simplifying the Process of Uploading and Extracting Data from Apache Hadoop Rohit Bakhshi, Solution Architect, Hortonworks Jim Walker, Director Product Marketing, Talend Page 1 About Us Rohit Bakhshi Solution

More information

BIG DATA TRANSFORMS BUSINESS. The EMC Big Data Solution

BIG DATA TRANSFORMS BUSINESS. The EMC Big Data Solution BIG DATA The EMC Big Data Solution THE JOURNEY TO BIG DATA Businesses that exploit Big Data to improve strategy and execution are distancing themselves from competitors. The Big Data solution from EMC

More information

Ray M Sugiarto MAPR Champion Indonesia

Ray M Sugiarto MAPR Champion Indonesia Ray M Sugiarto MAPR Champion Indonesia 0815 167 2882 2015 MapR Technologies 2015 MapR Technologies 1 Why Big Data? University of Texas: The median Fortune 1000 company could increase its revenue by more

More information

Seminar report E-Intelligence Submitted in partial fulfillment of the requirement for the award of degree Of MCA

Seminar report E-Intelligence Submitted in partial fulfillment of the requirement for the award of degree Of MCA A Seminar report On E-Intelligence Submitted in partial fulfillment of the requirement for the award of degree Of MCA SUBMITTED TO: www.studymafia.org SUBMITTED BY: www.studymafia.org Preface I have made

More information

LEVERAGING DATA ANALYTICS TO GAIN COMPETITIVE ADVANTAGE IN YOUR INDUSTRY

LEVERAGING DATA ANALYTICS TO GAIN COMPETITIVE ADVANTAGE IN YOUR INDUSTRY LEVERAGING DATA ANALYTICS TO GAIN COMPETITIVE ADVANTAGE IN YOUR INDUSTRY Unlock the value of your data with analytics solutions from Dell EMC ABSTRACT To unlock the value of their data, organizations around

More information

Datametica DAMA. The Modern Data Platform Enterprise Data Hub Implementations. What is happening with Hadoop Why is workload moving to Cloud

Datametica DAMA. The Modern Data Platform Enterprise Data Hub Implementations. What is happening with Hadoop Why is workload moving to Cloud DAMA Datametica The Modern Data Platform Enterprise Data Hub Implementations What is happening with Hadoop Why is workload moving to Cloud 1 The Modern Data Platform The Enterprise Data Hub What do we

More information

WELCOME TO. Cloud Data Services: The Art of the Possible

WELCOME TO. Cloud Data Services: The Art of the Possible WELCOME TO Cloud Data Services: The Art of the Possible Goals for Today Share the cloud-based data management and analytics technologies that are enabling rapid development of new mobile applications Discuss

More information

Oracle Business Intelligence Applications

Oracle Business Intelligence Applications Oracle Business Intelligence Applications Configuration Guide For Informatica Powercenter Users Oracle Business Intelligence Applications Configuration Guide for Informatica PowerCenter Users Release 7.9.6.4.

More information

Architecting an Open Data Lake for the Enterprise

Architecting an Open Data Lake for the Enterprise Architecting an Open Data Lake for the Enterprise 2018, Amazon Web Services, Inc. or its affiliates. All rights reserved. Today s Presenters Daniel Geske, Solutions Architect, Amazon Web Services Armin

More information

INTELLIGENT CUSTOMER EXPERIENCE ( ICE ) WITH PROVEN VALUE AND ROI

INTELLIGENT CUSTOMER EXPERIENCE ( ICE ) WITH PROVEN VALUE AND ROI INTELLIGENT CUSTOMER EXPERIENCE ( ICE ) WITH PROVEN VALUE AND ROI Consumers are sharing feedback about every touch point on their customer journey in greater volume and in more channels than ever before.

More information

Enterprise Mobility Native Mobile Apps that Transform Business Processes and Boost Productivity

Enterprise Mobility Native Mobile Apps that Transform Business Processes and Boost Productivity Enterprise Mobility Native Mobile Apps that Transform Business Processes and Boost Productivity MicroStrategy enables companies to quickly build impactful, high-quality native mobile apps that mobilize

More information

zdata Solutions BI / Advanced Analytic Platform and Pilot Programs

zdata Solutions BI / Advanced Analytic Platform and Pilot Programs zdata Solutions BI / Advanced Analytic Platform and Pilot Programs BI & Analytics Platform Store Gather, integrate, load and manage your data in the cloud or on premise Collaborate Validate and dimensionalize

More information

Analytic Workloads on Oracle and ParAccel

Analytic Workloads on Oracle and ParAccel Analytic Workloads on Oracle and ParAccel Head-to-head comparisons of real-world analytic workloads demonstrate the performance improvement and cost savings of ParAccel over Oracle. ParAccel was designed

More information

Introduction Where is RPA/BPM today? Use Case Managing risk Getting RPA right Conclusion

Introduction Where is RPA/BPM today? Use Case Managing risk Getting RPA right Conclusion Introduction Where is RPA/BPM today? Use Case Managing risk Getting RPA right Conclusion In today's hyper-competitive, cloudy world with rapidly changing technology, businesses that don't innovate will

More information

Confidential

Confidential June 2017 1. Is your EDW becoming too expensive to maintain because of hardware upgrades and increasing data volumes? 2. Is your EDW becoming a monolith, which is too slow to adapt to business s analytical

More information

Vertical Edge Consulting Group

Vertical Edge Consulting Group Vertical Edge Consulting Group 3 Reasons Why Oracle BI Cloud Service is YOUR Best of Breed Cloud BI Platform February 10, 2017 SUBMIT YOUR QUESTIONS TO THE PRESENTER Tom Eastlake, Vertical Edge Practice

More information

Innovation and Competitive Differentiation with Data Dynamics

Innovation and Competitive Differentiation with Data Dynamics Innovation and Competitive Differentiation with Data Dynamics Soumendra Mohanty Information Excellence Summit Feb 25 th, 2012 Bangalore http://informationexcellence.wordpress.com Soumendra Mohanty: Profile

More information

Scenarios for Oracle BI and Analytics in the Cloud E-BOOK

Scenarios for Oracle BI and Analytics in the Cloud E-BOOK 5 Scenarios for Oracle BI and Analytics in the Cloud E-BOOK TABLE OF CONTENTS 01 04 06 10 INTRODUCTION SCENARIO 2a APPLICATIONS ON-PREMISES ORACLE APPLICATIONS, DATA AND BUSINESS INTELLIGENCE IN THE CLOUD

More information

From Information to Insight: The Big Value of Big Data. Faire Ann Co Marketing Manager, Information Management Software, ASEAN

From Information to Insight: The Big Value of Big Data. Faire Ann Co Marketing Manager, Information Management Software, ASEAN From Information to Insight: The Big Value of Big Data Faire Ann Co Marketing Manager, Information Management Software, ASEAN The World is Changing and Becoming More INSTRUMENTED INTERCONNECTED INTELLIGENT

More information

Data Ingestion in. Adobe Experience Platform

Data Ingestion in. Adobe Experience Platform Contents The challenges with data Adobe Experience Platform Data Ingestion in Adobe Experience Platform Data Ingestion Service Data Lake Conclusion Adobe Experience Platform helps customers to centralize

More information

Big Data Management Best Practices for Data Lakes Philip Russom, Ph.D.

Big Data Management Best Practices for Data Lakes Philip Russom, Ph.D. Big Data Management Best Practices for Data Lakes Philip Russom, Ph.D. Senior Research Director, TDWI October 27, 2016 Sponsor 2 Speakers Philip Russom Senior Research Director for Data Management, TDWI

More information

Build a Future-Ready Enterprise With NTT DATA Modernization Services

Build a Future-Ready Enterprise With NTT DATA Modernization Services NTT DATA welcomed Dell Services into the family in 2016. Together, we offer one of the industry s most comprehensive services portfolios designed to modernize business and technology to deliver the outcomes

More information

Next Generation Services for Digital Transformation: An Enterprise Guide for Prioritization

Next Generation Services for Digital Transformation: An Enterprise Guide for Prioritization IDC Executive Brief Sponsored by: Computacenter Authors: Chris Barnard, Francesca Ciarletta, Leslie Rosenberg, Roz Parkinson March 2019 Next Generation Services for Digital Transformation: An Enterprise

More information

EXECUTIVE BRIEF. Successful Data Warehouse Approaches to Meet Today s Analytics Demands. In this Paper

EXECUTIVE BRIEF. Successful Data Warehouse Approaches to Meet Today s Analytics Demands. In this Paper Sponsored by Successful Data Warehouse Approaches to Meet Today s Analytics Demands EXECUTIVE BRIEF In this Paper Organizations are adopting increasingly sophisticated analytics methods Analytics usage

More information

POWER REAL-TIME TELCO NETWORK OPERATIONS WITH EXTREME ANALYTICS

POWER REAL-TIME TELCO NETWORK OPERATIONS WITH EXTREME ANALYTICS SPECIAL REPORT POWER REAL-TIME TELCO NETWORK OPERATIONS WITH EXTREME ANALYTICS How OmniSci s accelerated analytics, intuitive data visualization, and extreme usability help telecommunications companies

More information

Who is Databricks? Today, hundreds of organizations around the world use Databricks to build and power their production Spark applications.

Who is Databricks? Today, hundreds of organizations around the world use Databricks to build and power their production Spark applications. Databricks Primer Who is Databricks? Databricks was founded by the team who created Apache Spark, the most active open source project in the big data ecosystem today, and is the largest contributor to

More information

Big and Fast Data: The Path To New Business Value

Big and Fast Data: The Path To New Business Value Big and Fast Data: The Path To New Business Value A Pivotal Overview Umair Riaz vspecialist 2 Gain Business Value with Big and Fast Data Pivotal Provides Agile Platform for Data-Driven Applications Ingest

More information

INDUSTRY BRIEF THE ENTERPRISE DATA HUB IN FINANCIAL SERVICES: THREE CUSTOMER CASE STUDIES

INDUSTRY BRIEF THE ENTERPRISE DATA HUB IN FINANCIAL SERVICES: THREE CUSTOMER CASE STUDIES INDUSTRY BRIEF THE ENTERPRISE DATA HUB IN FINANCIAL SERVICES: THREE CUSTOMER CASE STUDIES The Enterprise Data Hub in Financial Services: Three Customer Case Studies CLOUDERA INDUSTRY BRIEF 2 Table of Contents

More information

The Industry Leader in Data Warehousing, Big Data Analytics, and Marketing Solutions

The Industry Leader in Data Warehousing, Big Data Analytics, and Marketing Solutions Teradata (NYSE: TDC) is the global leader in analytic data platforms, marketing applications, and consulting services, helping organizations become more competitive by increasing the value of their data

More information

Introducing Amazon Kinesis Managed Service for Real-time Big Data Processing

Introducing Amazon Kinesis Managed Service for Real-time Big Data Processing Introducing Amazon Kinesis Managed Service for Real-time Big Data Processing Ryan Waite, GM Data Services Adi Krishnan, Product Manager November 13, 2013 2013 Amazon.com, Inc. and its affiliates. All rights

More information

Microsoft BI Product Suite

Microsoft BI Product Suite Microsoft BI Product Suite On Premises and In the Cloud What is Business Intelligence? How is the BI industry evolving? What are the typical components of a BI solution? How can BI be deployed within your

More information

InfoSphere Warehouse. Flexible. Reliable. Simple. IBM Software Group

InfoSphere Warehouse. Flexible. Reliable. Simple. IBM Software Group IBM Software Group Flexible Reliable InfoSphere Warehouse Simple Ser Yean Tan Regional Technical Sales Manager Information Management Software IBM Software Group ASEAN 2007 IBM Corporation Business Intelligence

More information

Azure Data Analytics & Machine Learning Seminar. Daire Cunningham: BI Practice Area Manager

Azure Data Analytics & Machine Learning Seminar. Daire Cunningham: BI Practice Area Manager Azure Data Analytics & Machine Learning Seminar Daire Cunningham: BI Practice Area Manager AGENDA 09:00 AM 09:30 AM Registration & Refreshments 09.30AM 10:00 AM 10:00 AM 10:30 AM Welcome & Keynote, Ger

More information

In-Memory Analytics: Get Faster, Better Insights from Big Data

In-Memory Analytics: Get Faster, Better Insights from Big Data Discussion Summary In-Memory Analytics: Get Faster, Better Insights from Big Data January 2015 Interview Featuring: Tapan Patel, SAS Institute, Inc. Introduction A successful analytics program should translate

More information

Big Data Analytics for Retail with Apache Hadoop. A Hortonworks and Microsoft White Paper

Big Data Analytics for Retail with Apache Hadoop. A Hortonworks and Microsoft White Paper Big Data Analytics for Retail with Apache Hadoop A Hortonworks and Microsoft White Paper 2 Contents The Big Data Opportunity for Retail 3 The Data Deluge, and Other Barriers 4 Hadoop in Retail 5 Omni-Channel

More information

Nouvelle Génération de l infrastructure Data Warehouse et d Analyses

Nouvelle Génération de l infrastructure Data Warehouse et d Analyses Nouvelle Génération de l infrastructure Data Warehouse et d Analyses November 2011 André Münger andre.muenger@emc.com +41 79 708 85 99 1 Agenda BIG Data Challenges Greenplum Overview Use Cases Summary

More information

SAP BusinessObjects Business Intelligence

SAP BusinessObjects Business Intelligence SAP BusinessObjects Business Intelligence Increase Business Agility with the Right Information, When & Where it is Needed Disruptive innovation has resulted in a revolutionary shift in the way enterprises

More information

Solving key business challenges with a Big Data Lake

Solving key business challenges with a Big Data Lake www.hcltech.com Solving key business challenges with a Big Data Lake big data & business analytics AuthOr: john wills global director, center of excellence hcl business analytics services WHITEPAPER AUGUST

More information

PI System. & the Greater Technology Landscape. Penny Gunterman, PhD Product Marketing Manager. #OSIsoftUC #PIWorld 2018 OSIsoft, LLC

PI System. & the Greater Technology Landscape. Penny Gunterman, PhD Product Marketing Manager. #OSIsoftUC #PIWorld 2018 OSIsoft, LLC PI System & the Greater Technology Landscape Penny Gunterman, PhD Product Marketing Manager Intro to PI System Track: New to PI System? We ll get you up to speed! 01 02 03 04 Landscape Crash Course Asset

More information