1 / 31

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 . agenda. From DBMS to BIG DATA. Architectural Considerations. Big Data Analytics. Methods.

tillie
Télécharger la présentation

ANALYTICS IN BIG DATA ERA

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 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

  2. agenda From DBMS to BIG DATA Architectural Considerations Big Data Analytics Methods Data Discovery: Visual Analytics

  3. What is Big data? DATA are everywhere: • IT organization often collect many data in EDWbut them need to integrate with many other sources • 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 • Devicesmanyways to provideinformation • Data are a stream continuos of information • Data are notonlymeasuresbut text, images, sounds

  4. 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. • 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.

  5. TREND Company DATA ORGANIZATION NEEDS: • TO AVOID DATA PROLIFERATION • TO PROVIDE SEVERAL SCENARIO OF SAME DATA • DATA ENRICHMENT WITH SEVERAL SOURCES • QUICKLY DATA RENEWAL • TO PROVIDE PATTERN OF CHANGEMENTS SCENARIO • “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.

  6. NEW QUESTIONS • 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 • 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

  7. 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. • 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.

  8. Big data Whattypes?

  9. agenda From DBMS to BIG DATA Architectural Considerations Big Data Analytics Methods Data Discovery: Visual Analytics

  10. 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 manageddirectly from DBMS • 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.

  11. Multi point data hub BUILDING BLOCKS OF A BIG DATA ANALYTICS PROCESS ANALYTICS

  12. Reference architecture Example sas-rack implementation TERADATA GREENPLUM CLIENT ORACLE HADOOP

  13. Hadoop Visual Analytics Input Output Metadata High Performance Analytics

  14. In memory GRID COMPUTING In Database Visual Analytics Input Output Metadata High Performance Analytics Analytical Tool

  15. agenda From DBMS to BIG DATA Architectural Considerations Big Data Analytics Methods Data Discovery: Visual Analytics

  16. SAS® High-Performance Analytics • 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

  17. SAS Procedures Then and Now 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; Single-threaded Multi-threaded Not aware of distributed Aware of distributed computing environment computing environment Runs on client Runs on client or DBMS appliance

  18. HP PROCs in Single server libname disk BASE “/filesys”; prochpreg data=disk.source; analytic stuff… run; 5 Operating system SAS Process 1 3 SAS Process Steps: (1) SAS Process Starts on HW & O/S Process 2 (2) SAS sets up access library to disk (3) SAS starts HPREG PROC 6 4 (4) HPREG reads data through ACCESS during computation* (5) Multiple threads are launched to process the incoming data Disks – “/filesys” (6) As execution continues, temporary data is written out to utility files on disk Temp/Utility files to support SAS SAS Datasets *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.

  19. HPPROCs in distributed architecture Hadoop HDAT – Shared-Rack example 4 6 6 6 libname a sashdat; option set=gridhost=“NAMENODE”; prochpreg data=a.source; analytic stuff… performance nodes=all; run; Node 1 Node 2 Node n Hadoop namenode SAS Process 4 5 4 1 Operating system Process 3 SAS Process Steps: (1) SAS Process Starts on HW & O/S Data Data Data 7 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) 4 5 (5) As TKGrid processes start up, ALL data is lifted into RAM from HDFS. (6) Processing occurs in parallel against in memory data 5 4 (7) Results return to initiating process on SAS Server

  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. • Graph analysis

  21. agenda From DBMS to BIG DATA Architectural Considerations Big Data Analytics Methods Data Discovery: Visual Analytics

  22. Analytical categories and target usage • Data Mining • Complexrelationships • Tree-basedClassification • VariableSelection • Text Mining • Parsinglarge-scaletextcollections • Extractentities • Auto. Stemming &synonymdetection • Forecasting • Large-scale, multiplehierarchyproblems • Econometrics • Probability of events • Severity of random events • Optimization • Local search optimization • Large-scale linear & mixed integer problems • Graph theory • Statistics • Binarytarget &continuousno. predictions • Linear, Non-Linear, &MixedLinearmodeling

  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. Graph analysis Network 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. Community

  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. Link Node 1 0 2 7 4 6 3 5 11 10 8 9 14 15 16 13 12

  26. agenda From DBMS to BIG DATA Architectural Considerations Big Data Analytics Methods Data Discovery: Visual Analytics

  27. SAS® VISUAL ANALYTICS . . .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? 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 Mobile Insights

  29. Business Visualization THE DIFFERENCE BETWEEN RAPID INSIGHT AND FAST INFORMATION DATA VISUALIZATION ANALYTIC VISUALIZATION EXPLORATION DISCOVERY

  30. Benefits increase the use of analytics and bi • Self-service • Easy to use Analytics • Work with more data • Reporting and Dashboards • Mobile BI • Collaboration

  31. SAS®Visual Analytics meeting your business needs through flexibility Traditional “on premise” Deployments Public Private Hybrid SAS Cloud &SAS Solutions on Demand

More Related