• No results found

ANALYTICS IN BIG DATA ERA

N/A
N/A
Protected

Academic year: 2021

Share "ANALYTICS IN BIG DATA ERA"

Copied!
31
0
0

Loading.... (view fulltext now)

Full text

(1)

ANALYTICS IN BIG DATA ERA

ANALYTICS TECHNOLOGY AND ARCHITECTURE TO MANAGE VELOCITY AND VARIETY, DISCOVER RELATIONSHIPS AND CLASSIFY HUGE AMOUNT OF DATA

(2)

AGENDA

From DBMS to BIG DATA

Big Data Analytics

Architectural Considerations

Methods

(3)

The ability to generate, communicate, share, and access information has been revolutionized by the increasing number of people, devices, and sensors that are now connected by digital networks.

• People leave information in networks

• Devices many ways to provide information • Data are a stream continuos of information

• Data are not only measures but text, images, sounds

WHAT IS BIG DATA?

DATA are everywhere:

• IT organization often collect many data in EDW but them need to integrate with many other sources

(4)

Spreading information need drastic changements into paradigm how companies collect their data and how they use it:

• Customer data are not only in Customer company DB. These data give partial customers vision: i.e. Telco operators collect customer voice and sms traffic, while many their customers establish

contacts using social media and apps.

• Customers can give many signal on market preferences like a

sensor on market but the actual data storage structures and their analytics tools are not be able to deal with these data.

ACTUAL COMPANY DATA ORGANIZATION

DATA ARE DEPLOYED INFORMATION AS SNAPSHOTS:

• DATA WAREHOUSE

• ANALYTICAL DATAMARTS

Same information are replicated in several data structures provide slow updating process and slow renewal data.

(5)

“Big data” refers to datasets whose size is beyond the ability of typical database software tools to capture, store, manage, and analyze.

The ability to store, aggregate, and combine data and then use the results to perform analysis in motion has become ever more accessible as trends.

TREND COMPANY DATA ORGANIZATION

NEEDS:

• TO AVOID DATA PROLIFERATION

• TO PROVIDE SEVERAL SCENARIO OF SAME DATA

• DATA ENRICHMENT WITH SEVERAL SOURCES

• QUICKLY DATA RENEWAL

(6)

New ways to manage distributed and not structured in classical way data are needed:

We need different paradigm to organize data and, above all, to query them. Collect several sources and manage them open several new problems:

• Relational data (GRAPH DATA) can be useful to understand event spreading in a population.

• Data in motion coming from several tools on field (sensor

devices, smarthphone) provide dynamic pattern often without an history of their form

• Not always data are in structured data model

• Often we need to join data with not same keys

• Often data coming with periodic flow near real time

• Often we need to recognize pattern from data changing frequently

(7)

• SQL Queries often are useless to reach these data: • Information are not organized into DB structures

• Data are very different way to provides information: i.e. text are not easy to query using traditional query languages.

• Merging are driven by fuzzy keys where you can assign group information according statistic relationship.

• Event can be happen driven from relational with other data rather from specific behavior.

ANALYSIS

• Not always you can apply sampling to extract data

• Not always you can join data to define ABT

• Often you need to know how environment can influence event: like buy, choice, changement.

• Often we need to merging information collected with different scope.

(8)

BIG DATA

(9)

AGENDA

From DBMS to BIG DATA

Big Data Analytics

Architectural Considerations

Methods

(10)

Data are stored in different place and you have to know relationship

MAPPING coming from different sources.

Here before you extract data your query have to know from which place into the net you have data.

DBMS and Datamart help to

analyzing data coming from one central point data.

You need only to know where data is and their meaning.

Query are managed directly from DBMS

(11)

MULTI POINT DATA HUB BUILDING BLOCKS OF A BIG DATA ANALYTICS PROCESS

(12)

REFERENCE

ARCHITECTURE EXAMPLE SAS-RACK IMPLEMENTATION

TERADATA

CLIENT

ORACLE

HADOOP GREENPLUM

(13)

Input Hadoop Output Metadata High Performance Analytics Visual Analytics

(14)

Input In memory GRID Output COMPUTING

In Database Visual Analytics

Metadata High Performance Analytics Analytical Tool

(15)

AGENDA

From DBMS to BIG DATA

Big Data Analytics

Architectural Considerations

Methods

(16)

• Worrying about software performance is not a new concept at SAS

• What is New?

 Dedicated high-performance software

 Accelerated development

• Why Now?

» Customer needs

» Blade systems have proven viable platforms for high-performance computing

» New computing paradigms

» Partnerships with MPP database vendors SAS®

HIGH-PERFORMANCE ANALYTICS

(17)

SAS PROCEDURES

Single-threaded Multi-threaded

Not aware of distributed Aware of distributed computing environment computing environment

Runs on client Runs on client or DBMS appliance

proc logistic data=TD.mydata; class A B C;

model y(event=‘1’) = A B B*C; run;

proc hplogistic data=TD.mydata; class A B C;

model y(event=‘1’) = A B B*C; run;

(18)

Disks – “/filesys”

Temp/Utility files

to support SAS SAS Datasets OPERATING SYSTEM

Process

SAS Process

(6) As execution continues, temporary data is written out to utility files on disk

*SMP HP PROCS do not load the entire source dataset into RAM – the SAS Process utilizes the MEMSIZE option as a boundary. No different than MVA or “regular” procs, datastep, etc.

1 3 2 4 6 5 libname disk BASE “/filesys”;

proc hpreg data=disk.source; analytic stuff…

run;

SAS Process Steps:

(1) SAS Process Starts on HW & O/S (2) SAS sets up access library to disk (3) SAS starts HPREG PROC

(4) HPREG reads data through ACCESS during computation*

(5) Multiple threads are launched to process the incoming data

(19)

OPERATING SYSTEM

Process

SAS Process

(6) Processing occurs in parallel against in memory data 1 3 2 libname a sashdat; option set=gridhost=“NAMENODE”; proc hpreg data=a.source;

analytic stuff…

performance nodes=all; run;

SAS Process Steps:

(1) SAS Process Starts on HW & O/S (2) SAS sets up access library to disk (3) SAS starts HPREG PROC

(4) Due to GRIDHOST and proper access engine setting, multi-threaded processes are started on grid nodes (via TKGrid) (5) As TKGrid processes start up, ALL data

is lifted into RAM from HDFS.

HPPROCS IN DISTRIBUTED ARCHITECTURE

HADOOP HDAT – SHARED-RACK EXAMPLE

(7) Results return to initiating process on

NODE 1 Data 4 5 NODE 2 Data 4 5 NODE N Data 4 5 6 6 6 7 HADOOP NAMENODE 4 4

(20)

Big data analysis can be done using several analytic strategy.

• SAS collects many different methods many of them coming from traditional statistical inference analysis using SEMMA paradigm.

• Other coming from stochastic process analysis both for continue and discrete events.

• Other coming from linear and not linear mixed models.

(21)

AGENDA

From DBMS to BIG DATA

Big Data Analytics

Architectural Considerations

Methods

(22)

Text Mining Parsing large-scale text collections Extract entities Auto. Stemming & synonym detection Data Mining • Complex relationships Tree-based Classification Variable Selection Optimization Local search optimization Large-scale linear & mixed integer problems Graph theory Econometrics Probability of events Severity of random events

ANALYTICAL CATEGORIES AND TARGET USAGE

Forecasting Large-scale, multiple hierarchy problems Statistics Binary target & continuous no. predictions Linear, Non-Linear, & Mixed Linear modeling

(23)

Data coming from different sources can be tie using different methods like canonical decomposition. Data pattern variability on data in motion like data

coming from devices can be sampled or simulate pattern distribution using Markov chain Monte Carlo methods . Sparse vector data with missing values can be simulate using MCMC or other regression methods

Discrete choice among different events can be defined using multinomial discrete models.

(24)

Network

Community

The Network Analysis objectives are: Identifying the subnets (communities) with high potential of information

exchange.

Measuring changes over time.

Producing initiatives which increase the enterprise presence in the single

communities knowing the spreading strength of the community.

GRAPH ANALYSIS

(25)

GRAPH ANALYSIS

A network is collection of the

relationships among nodes by links. A node is an individual featured by qualities which can be transmitted through the links (impulses).

A link is the relationship which connects 2 nodes. It can be outgoing, incoming or with no direction.

Node

Link

(26)

AGENDA

From DBMS to BIG DATA

Big Data Analytics

Architectural Considerations

Methods

(27)

. . .provide very easy to use - yet sophisticated – statistical graphic tools to all of your users?

… use ad hoc exploration and visualizations to analyze multivariate results?

……quickly produce mobile dashboards and reports that convey more foresight than hindsight?

SAS® VISUAL ANALYTICS A Single solution for Statistical Visualization and reporting

(28)

SAS® VISUAL

ANALYTICS BUSINESS VISUALIZATION DRIVEN BY ANALYTICS

EXPLORATION AND

VISUALIZATION

POWER OF ANALYTICS RAPID DELIVERY OF

(29)

BUSINESS

VISUALIZATION THE DIFFERENCE BETWEEN RAPID INSIGHT AND FAST INFORMATION

DATA VISUALIZATION ANALYTIC VISUALIZATION

(30)

BENEFITS INCREASE THE USE OF ANALYTICS AND BI

• Self-service

• Easy to use Analytics • Work with more data

• Reporting and Dashboards • Mobile BI

(31)

SAS® VISUAL

ANALYTICS MEETING YOUR BUSINESS NEEDS THROUGH FLEXIBILITY

Traditional “on premise” Deployments Public Private Hybrid SAS Cloud &

References

Related documents

During the three phases of the model a new nurse who starts to work in critical care moves from a latent ability to develop an inherent affective and mental resourcefulness

For the purposes of the GAFIS project, gateway opportunities are those that bring large quantities of poor customers to the threshold of the formal financial system—to the point

Beyond the issues related to communications and team work skills, Canadian ICT firms also experience gaps in terms of niche and combined technical skills specific to each company’s

[r]

El cambio de dureza inicia más prontamente durante un envejecimiento artificial a El cambio de dureza inicia más prontamente durante un envejecimiento artificial a comparación de

Previous studies have reported estimates of gaming revenue from casino-style games added to existing race tracks. Other reports and studies have examined the potential revenue

joint level mechanical work, and cumulative muscle activation while cycling at a constant 97.. submaximal power output; (2) to determine the effect of cadence on

The policy provides 3 levels of lifetime insurance cover for cats subject to certain terms and conditions being met.. Significant features