SlideShare a Scribd company logo
1 of 16
Introducing Teradata Aster Discovery Platform
Getting Started
Ahsan Nabi Khan
September 25th, 2015
2
When You Need Aster Discovery Platform?
2. DIG DEEP AND FAST: Ad-hoc, interactive
exploration of all data within seconds/minutes
1. SCALABLE ANALYTICS: Vast array of analytic
algorithms run on commodity hardware as an
Integrated Analytics Engine
3
Advanced Analytic Applications: Use Cases
•Credit, Risk and
Fraud
•Packaging and
Advertising
•Buying Patterns
•Cyber Defense
•Fraud and Crime
•Citizen’s Feedback
•Call Data Records
•Service
Personalization
•Friends Graphs
•Click Stream
•Opinion,
Sentiment, Stars
Social
Media
Telecom
Commerce
Analysis
Federal
Analysis
Discovery Process Model
5
• Hardware requirements:
- 6-8 GB memory
- 20 GB free disk space
• OS requirement:
- 64-bit XP, Vista, Win 7, and later
• Prereq. Software:
- 7-zip
- VMware player
• Download Aster Discovery Platform from:
- http://developer.teradata.com
Downloading Aster 6.0
6
Installing Aster 6.0
• Extract Aster 7-zip file.
• It contains folders for
- Aster Queen VM
- Aster Worker VM
- Documentation
• Set IP address for VMNet8
Adapter to 192.168.100.1
7
Aster Management Console
• Start Queen and Worker VM on VM Player
• Point your browser to https://192.168.100.100
• Username: db_superuser
• Password: db_superuser
• On Admin Panel, in Cluster Management, click on Activate
Cluster
8
SQL-MR through ACT
• Use putty.exe to login into Aster Queen node shell
- Queen IP address: 192.168.100.100
- Username: root (or) aster
- Password:aster
• Access Aster Command Terminal (ACT)
- Username: act
- Password: beehive
• Create Tables, Query in SQL-MR
9
Setting Up Aster Lens for Visualization
• In ACT, put command
- dF
• Check that CfilterViz.zip and
NpathViz.zip functions are
installed alongwith
prerequisite functions
cfilter.zip and npath.viz
• If not, copy them from
Analytic libraries in Aster
Queen home folder using
FileZilla
• Run command
- i NpathViz.zip
- i CfilterViz.zip
• Login Queen root using
putty.exe
• Locate
/opt/AsterLens/asterlens
• Start asterlens by running
shell command
- ./start-asterlens.sh
• Point browser to
http://192.168.100.100:10
• Login AsterLens
- Username:admin
- Password:admin
10
Visualization through AsterLens
• Create Table
• Load Data through
ncluster_loader
• Apply Cfilter to find
association
between
Calling_Number
and Called_Number
• Create AsterLens
CfilterViz table from
Cfilter result
• Add in AsterLens
Catalog
Create Table CDR ( Calling_Number VARCHAR(255), Called_Number
VARCHAR(255), Minutes REAL ) DISTRIBUTE BY HASH(Calling_Number);
ncluster_loader --hostname 192.168.100.100 --username beehive --
password beehive --dbname beehive --verbose --skip-rows 1 CDR
26_02_2015.csv –c
SELECT * FROM Cfilter(
ON (SELECT 1) PARTITION BY 1 PASSWORD('beehive')
INPUTTABLE('CDR') OUTPUTTABLE('cdr_26_02_2015')
INPUTCOLUMNS(‘calling_number',‘called_number')
JOINCOLUMNS(‘calling_number')
MAXSET(25)
);
create table Aster_Lens.CDR_cfilterviz distribute by hash(col1_item1) as (
select * from CfilterViz( on cdr_26_02_2015 partition by 1
title('26 02 2015 calls') item1_col('col1_item1') item2_col('col2_item2')
cnt1_col('cnt1') cnt2_col('cnt2') DIRECTED('true') score_col('cntb')
accumulate('col1_item1', 'col2_item2') ) );
insert into Aster_Lens_Catalog values(1, 'aster_lens', ‘CDR_cfilterviz',
'26_02_2015 calls');
11
Resulting AsterLens Visualizations
12
Example: k-Means Function
What this gives you:
- Organizes data into groupings or
clusters based on shared attributes
- Allows you to understand natural
segments
Example use cases:
- Marketing segmentation
- Fraud detection
- Computer vision-- object recognition
One call for clustering items into natural segments
Complete Aster Data Application:
• Text processing required to prepare data for
customer support analysis
• K-Means identifies hot product issues for
proactive response
K-Means in Use: Contact Center
13
Example: Basket Generator Function
What this gives you?
- Creates groupings of related items via
single pass over data
- Allows you to increase or decrease
basket size with a single parameter
change
Example use cases:
- Retail market basket analysis
- People who bought x also bought y
Extensible market basket analysis
Complete Aster Data Application:
• Evaluate effectiveness of marketing programs
• Launch customer recommendations feature
• Evaluate and improve product placement
Basket Generator in Use
14
Example: Unpack Function
What this gives you:
- Translates unstructured data from a
single field into multiple structured
columns
- Allows business analysts access to data
with standard SQL queries
Example use cases:
- Sales data
- Stock transaction logs
- Gaming play logs
Transforming hidden data into analyst accessible columns
Complete Aster Data Application:
• Text processing required to
transform/unpack third party sales data
• Sessionization required to prepare data for
path analysis
• Statistical analysis of pricing
Unpack in Use: Pricing Analysis
15
Example: nPath Function for time-series analysis
What this gives you:
- Pattern detection via single pass over
data
- Allows you to understand any
trend that needs to be analyzed over a
continuous period of time
Example use cases:
- Web analytics– clickstream, golden path
- Telephone calling patterns
- Stock market trading sequences
Uncovering patterns in sequential steps
Complete Aster Data Application:
• Sessionization required to prepare data for
path analysis
• nPath identifies marketing touches that
drove revenue
nPath in Use: Marketing Attribution
16
Aster Analytics is much more diverse and
powerful in finding “interesting” patterns while
loses no information assimilated from simpler
queries.
Simple SQL queries cannot match the
analytical power of Aster Analytics.
For Big Data Analytics, Teradata and Aster
create a powerful combination.
Conclusion

More Related Content

What's hot

Hadoop Powers Modern Enterprise Data Architectures
Hadoop Powers Modern Enterprise Data ArchitecturesHadoop Powers Modern Enterprise Data Architectures
Hadoop Powers Modern Enterprise Data Architectures
DataWorks Summit
 
Verizon: Finance Data Lake implementation as a Self Service Discovery Big Dat...
Verizon: Finance Data Lake implementation as a Self Service Discovery Big Dat...Verizon: Finance Data Lake implementation as a Self Service Discovery Big Dat...
Verizon: Finance Data Lake implementation as a Self Service Discovery Big Dat...
DataWorks Summit
 
Evolving Hadoop into an Operational Platform with Data Applications
Evolving Hadoop into an Operational Platform with Data ApplicationsEvolving Hadoop into an Operational Platform with Data Applications
Evolving Hadoop into an Operational Platform with Data Applications
DataWorks Summit
 

What's hot (20)

Deploying a Governed Data Lake
Deploying a Governed Data LakeDeploying a Governed Data Lake
Deploying a Governed Data Lake
 
A Reference Architecture for ETL 2.0
A Reference Architecture for ETL 2.0 A Reference Architecture for ETL 2.0
A Reference Architecture for ETL 2.0
 
Filling the Data Lake
Filling the Data LakeFilling the Data Lake
Filling the Data Lake
 
Data governance in Hadoop (My Personal Notes)
Data governance in Hadoop (My Personal Notes)Data governance in Hadoop (My Personal Notes)
Data governance in Hadoop (My Personal Notes)
 
Planing and optimizing data lake architecture
Planing and optimizing data lake architecturePlaning and optimizing data lake architecture
Planing and optimizing data lake architecture
 
Solving Performance Problems on Hadoop
Solving Performance Problems on HadoopSolving Performance Problems on Hadoop
Solving Performance Problems on Hadoop
 
Benefits of Hadoop as Platform as a Service
Benefits of Hadoop as Platform as a ServiceBenefits of Hadoop as Platform as a Service
Benefits of Hadoop as Platform as a Service
 
What is an Open Data Lake? - Data Sheets | Whitepaper
What is an Open Data Lake? - Data Sheets | WhitepaperWhat is an Open Data Lake? - Data Sheets | Whitepaper
What is an Open Data Lake? - Data Sheets | Whitepaper
 
Hadoop Powers Modern Enterprise Data Architectures
Hadoop Powers Modern Enterprise Data ArchitecturesHadoop Powers Modern Enterprise Data Architectures
Hadoop Powers Modern Enterprise Data Architectures
 
Teradata Listener™: Radically Simplify Big Data Streaming
Teradata Listener™: Radically Simplify Big Data StreamingTeradata Listener™: Radically Simplify Big Data Streaming
Teradata Listener™: Radically Simplify Big Data Streaming
 
Data Discovery & Lineage in Enterprise Hadoop
Data Discovery & Lineage in Enterprise HadoopData Discovery & Lineage in Enterprise Hadoop
Data Discovery & Lineage in Enterprise Hadoop
 
Verizon: Finance Data Lake implementation as a Self Service Discovery Big Dat...
Verizon: Finance Data Lake implementation as a Self Service Discovery Big Dat...Verizon: Finance Data Lake implementation as a Self Service Discovery Big Dat...
Verizon: Finance Data Lake implementation as a Self Service Discovery Big Dat...
 
Top Three Big Data Governance Issues and How Apache ATLAS resolves it for the...
Top Three Big Data Governance Issues and How Apache ATLAS resolves it for the...Top Three Big Data Governance Issues and How Apache ATLAS resolves it for the...
Top Three Big Data Governance Issues and How Apache ATLAS resolves it for the...
 
Evolving Hadoop into an Operational Platform with Data Applications
Evolving Hadoop into an Operational Platform with Data ApplicationsEvolving Hadoop into an Operational Platform with Data Applications
Evolving Hadoop into an Operational Platform with Data Applications
 
Solving Big Data Problems using Hortonworks
Solving Big Data Problems using Hortonworks Solving Big Data Problems using Hortonworks
Solving Big Data Problems using Hortonworks
 
Data Integration for Big Data (OOW 2016, Co-Presented With Oracle)
Data Integration for Big Data (OOW 2016, Co-Presented With Oracle)Data Integration for Big Data (OOW 2016, Co-Presented With Oracle)
Data Integration for Big Data (OOW 2016, Co-Presented With Oracle)
 
Hadoop in Validated Environment - Data Governance Initiative
Hadoop in Validated Environment - Data Governance InitiativeHadoop in Validated Environment - Data Governance Initiative
Hadoop in Validated Environment - Data Governance Initiative
 
SAP HORTONWORKS
SAP HORTONWORKSSAP HORTONWORKS
SAP HORTONWORKS
 
Versa Shore Microsoft APS PDW webinar
Versa Shore Microsoft APS PDW webinarVersa Shore Microsoft APS PDW webinar
Versa Shore Microsoft APS PDW webinar
 
Strata San Jose 2017 - Ben Sharma Presentation
Strata San Jose 2017 - Ben Sharma PresentationStrata San Jose 2017 - Ben Sharma Presentation
Strata San Jose 2017 - Ben Sharma Presentation
 

Similar to Aster getting started

SplunkLive! Advanced Session
SplunkLive! Advanced SessionSplunkLive! Advanced Session
SplunkLive! Advanced Session
Splunk
 
Monitoring docker, k8s and your applications with the elastic stack
Monitoring docker, k8s and your applications with the elastic stackMonitoring docker, k8s and your applications with the elastic stack
Monitoring docker, k8s and your applications with the elastic stack
SmartWave
 
Apache Kafka in Gaming Industry (Games, Mobile, Betting, Gambling, Bookmaker,...
Apache Kafka in Gaming Industry (Games, Mobile, Betting, Gambling, Bookmaker,...Apache Kafka in Gaming Industry (Games, Mobile, Betting, Gambling, Bookmaker,...
Apache Kafka in Gaming Industry (Games, Mobile, Betting, Gambling, Bookmaker,...
Kai Wähner
 
Cassandra
CassandraCassandra
Cassandra
exsuns
 
Unifying your data management with Hadoop
Unifying your data management with HadoopUnifying your data management with Hadoop
Unifying your data management with Hadoop
Jayant Shekhar
 

Similar to Aster getting started (20)

New Approaches for Fraud Detection on Apache Kafka and KSQL
New Approaches for Fraud Detection on Apache Kafka and KSQLNew Approaches for Fraud Detection on Apache Kafka and KSQL
New Approaches for Fraud Detection on Apache Kafka and KSQL
 
(SDD405) Amazon Kinesis Deep Dive | AWS re:Invent 2014
(SDD405) Amazon Kinesis Deep Dive | AWS re:Invent 2014(SDD405) Amazon Kinesis Deep Dive | AWS re:Invent 2014
(SDD405) Amazon Kinesis Deep Dive | AWS re:Invent 2014
 
SplunkLive! Advanced Session
SplunkLive! Advanced SessionSplunkLive! Advanced Session
SplunkLive! Advanced Session
 
Azure Stream Analytics : Analyse Data in Motion
Azure Stream Analytics  : Analyse Data in MotionAzure Stream Analytics  : Analyse Data in Motion
Azure Stream Analytics : Analyse Data in Motion
 
Microsoft Azure Big Data Analytics
Microsoft Azure Big Data AnalyticsMicrosoft Azure Big Data Analytics
Microsoft Azure Big Data Analytics
 
Mining software vulns in SCCM / NIST's NVD
Mining software vulns in SCCM / NIST's NVDMining software vulns in SCCM / NIST's NVD
Mining software vulns in SCCM / NIST's NVD
 
Building clouds with apache cloudstack apache roadshow 2018
Building clouds with apache cloudstack   apache roadshow 2018Building clouds with apache cloudstack   apache roadshow 2018
Building clouds with apache cloudstack apache roadshow 2018
 
Monitoring docker, k8s and your applications with the elastic stack
Monitoring docker, k8s and your applications with the elastic stackMonitoring docker, k8s and your applications with the elastic stack
Monitoring docker, k8s and your applications with the elastic stack
 
Apache Kafka in Gaming Industry (Games, Mobile, Betting, Gambling, Bookmaker,...
Apache Kafka in Gaming Industry (Games, Mobile, Betting, Gambling, Bookmaker,...Apache Kafka in Gaming Industry (Games, Mobile, Betting, Gambling, Bookmaker,...
Apache Kafka in Gaming Industry (Games, Mobile, Betting, Gambling, Bookmaker,...
 
2020 07-30 elastic agent + ingest management
2020 07-30 elastic agent + ingest management2020 07-30 elastic agent + ingest management
2020 07-30 elastic agent + ingest management
 
Cassandra
CassandraCassandra
Cassandra
 
Black friday logs - Scaling Elasticsearch
Black friday logs - Scaling ElasticsearchBlack friday logs - Scaling Elasticsearch
Black friday logs - Scaling Elasticsearch
 
2014 IEEE DOTNET DATA MINING PROJECT Trusteddb a-trusted-hardware-based-datab...
2014 IEEE DOTNET DATA MINING PROJECT Trusteddb a-trusted-hardware-based-datab...2014 IEEE DOTNET DATA MINING PROJECT Trusteddb a-trusted-hardware-based-datab...
2014 IEEE DOTNET DATA MINING PROJECT Trusteddb a-trusted-hardware-based-datab...
 
IEEE 2014 DOTNET DATA MINING PROJECTS Trusted db a-trusted-hardware-based-dat...
IEEE 2014 DOTNET DATA MINING PROJECTS Trusted db a-trusted-hardware-based-dat...IEEE 2014 DOTNET DATA MINING PROJECTS Trusted db a-trusted-hardware-based-dat...
IEEE 2014 DOTNET DATA MINING PROJECTS Trusted db a-trusted-hardware-based-dat...
 
Introduction 6.1 01_architecture_overview
Introduction 6.1 01_architecture_overviewIntroduction 6.1 01_architecture_overview
Introduction 6.1 01_architecture_overview
 
Workshop: Big Data Visualization for Security
Workshop: Big Data Visualization for SecurityWorkshop: Big Data Visualization for Security
Workshop: Big Data Visualization for Security
 
Unifying your data management with Hadoop
Unifying your data management with HadoopUnifying your data management with Hadoop
Unifying your data management with Hadoop
 
IoT Discovery tutorial
IoT Discovery tutorialIoT Discovery tutorial
IoT Discovery tutorial
 
OSDC 2016 - Unifying Logs and Metrics Data with Elastic Beats by Monica Sarbu
OSDC 2016 - Unifying Logs and Metrics Data with Elastic Beats by Monica SarbuOSDC 2016 - Unifying Logs and Metrics Data with Elastic Beats by Monica Sarbu
OSDC 2016 - Unifying Logs and Metrics Data with Elastic Beats by Monica Sarbu
 
Fiware cloud developers week brussels
Fiware cloud developers week brusselsFiware cloud developers week brussels
Fiware cloud developers week brussels
 

Recently uploaded

Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
amitlee9823
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
amitlee9823
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
amitlee9823
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter Lessons
JoseMangaJr1
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
amitlee9823
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
amitlee9823
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
amitlee9823
 
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
amitlee9823
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
amitlee9823
 
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
amitlee9823
 
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
amitlee9823
 
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
amitlee9823
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
amitlee9823
 

Recently uploaded (20)

Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Nandini Layout ☎ 7737669865 🥵 Book Your One night Stand
 
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
Thane Call Girls 7091864438 Call Girls in Thane Escort service book now -
 
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men  🔝mahisagar🔝   Esc...
➥🔝 7737669865 🔝▻ mahisagar Call-girls in Women Seeking Men 🔝mahisagar🔝 Esc...
 
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Indiranagar Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
Call Girls Bannerghatta Road Just Call 👗 7737669865 👗 Top Class Call Girl Ser...
 
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
(NEHA) Call Girls Katra Call Now 8617697112 Katra Escorts 24x7
 
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
Call Girls Bommasandra Just Call 👗 7737669865 👗 Top Class Call Girl Service B...
 
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night StandCall Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Attibele ☎ 7737669865 🥵 Book Your One night Stand
 
Probability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter LessonsProbability Grade 10 Third Quarter Lessons
Probability Grade 10 Third Quarter Lessons
 
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24  Building Real-Time Pipelines With FLaNKDATA SUMMIT 24  Building Real-Time Pipelines With FLaNK
DATA SUMMIT 24 Building Real-Time Pipelines With FLaNK
 
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
Mg Road Call Girls Service: 🍓 7737669865 🍓 High Profile Model Escorts | Banga...
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
 
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
Escorts Service Kumaraswamy Layout ☎ 7737669865☎ Book Your One night Stand (B...
 
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men  🔝malwa🔝   Escorts Ser...
➥🔝 7737669865 🔝▻ malwa Call-girls in Women Seeking Men 🔝malwa🔝 Escorts Ser...
 
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
Call Girls Jalahalli Just Call 👗 7737669865 👗 Top Class Call Girl Service Ban...
 
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men  🔝Dindigul🔝   Escor...
➥🔝 7737669865 🔝▻ Dindigul Call-girls in Women Seeking Men 🔝Dindigul🔝 Escor...
 
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men  🔝Mathura🔝   Escorts...
➥🔝 7737669865 🔝▻ Mathura Call-girls in Women Seeking Men 🔝Mathura🔝 Escorts...
 
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night StandCall Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Hsr Layout ☎ 7737669865 🥵 Book Your One night Stand
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
Vip Mumbai Call Girls Marol Naka Call On 9920725232 With Body to body massage...
 

Aster getting started

  • 1. Introducing Teradata Aster Discovery Platform Getting Started Ahsan Nabi Khan September 25th, 2015
  • 2. 2 When You Need Aster Discovery Platform? 2. DIG DEEP AND FAST: Ad-hoc, interactive exploration of all data within seconds/minutes 1. SCALABLE ANALYTICS: Vast array of analytic algorithms run on commodity hardware as an Integrated Analytics Engine
  • 3. 3 Advanced Analytic Applications: Use Cases •Credit, Risk and Fraud •Packaging and Advertising •Buying Patterns •Cyber Defense •Fraud and Crime •Citizen’s Feedback •Call Data Records •Service Personalization •Friends Graphs •Click Stream •Opinion, Sentiment, Stars Social Media Telecom Commerce Analysis Federal Analysis
  • 5. 5 • Hardware requirements: - 6-8 GB memory - 20 GB free disk space • OS requirement: - 64-bit XP, Vista, Win 7, and later • Prereq. Software: - 7-zip - VMware player • Download Aster Discovery Platform from: - http://developer.teradata.com Downloading Aster 6.0
  • 6. 6 Installing Aster 6.0 • Extract Aster 7-zip file. • It contains folders for - Aster Queen VM - Aster Worker VM - Documentation • Set IP address for VMNet8 Adapter to 192.168.100.1
  • 7. 7 Aster Management Console • Start Queen and Worker VM on VM Player • Point your browser to https://192.168.100.100 • Username: db_superuser • Password: db_superuser • On Admin Panel, in Cluster Management, click on Activate Cluster
  • 8. 8 SQL-MR through ACT • Use putty.exe to login into Aster Queen node shell - Queen IP address: 192.168.100.100 - Username: root (or) aster - Password:aster • Access Aster Command Terminal (ACT) - Username: act - Password: beehive • Create Tables, Query in SQL-MR
  • 9. 9 Setting Up Aster Lens for Visualization • In ACT, put command - dF • Check that CfilterViz.zip and NpathViz.zip functions are installed alongwith prerequisite functions cfilter.zip and npath.viz • If not, copy them from Analytic libraries in Aster Queen home folder using FileZilla • Run command - i NpathViz.zip - i CfilterViz.zip • Login Queen root using putty.exe • Locate /opt/AsterLens/asterlens • Start asterlens by running shell command - ./start-asterlens.sh • Point browser to http://192.168.100.100:10 • Login AsterLens - Username:admin - Password:admin
  • 10. 10 Visualization through AsterLens • Create Table • Load Data through ncluster_loader • Apply Cfilter to find association between Calling_Number and Called_Number • Create AsterLens CfilterViz table from Cfilter result • Add in AsterLens Catalog Create Table CDR ( Calling_Number VARCHAR(255), Called_Number VARCHAR(255), Minutes REAL ) DISTRIBUTE BY HASH(Calling_Number); ncluster_loader --hostname 192.168.100.100 --username beehive -- password beehive --dbname beehive --verbose --skip-rows 1 CDR 26_02_2015.csv –c SELECT * FROM Cfilter( ON (SELECT 1) PARTITION BY 1 PASSWORD('beehive') INPUTTABLE('CDR') OUTPUTTABLE('cdr_26_02_2015') INPUTCOLUMNS(‘calling_number',‘called_number') JOINCOLUMNS(‘calling_number') MAXSET(25) ); create table Aster_Lens.CDR_cfilterviz distribute by hash(col1_item1) as ( select * from CfilterViz( on cdr_26_02_2015 partition by 1 title('26 02 2015 calls') item1_col('col1_item1') item2_col('col2_item2') cnt1_col('cnt1') cnt2_col('cnt2') DIRECTED('true') score_col('cntb') accumulate('col1_item1', 'col2_item2') ) ); insert into Aster_Lens_Catalog values(1, 'aster_lens', ‘CDR_cfilterviz', '26_02_2015 calls');
  • 12. 12 Example: k-Means Function What this gives you: - Organizes data into groupings or clusters based on shared attributes - Allows you to understand natural segments Example use cases: - Marketing segmentation - Fraud detection - Computer vision-- object recognition One call for clustering items into natural segments Complete Aster Data Application: • Text processing required to prepare data for customer support analysis • K-Means identifies hot product issues for proactive response K-Means in Use: Contact Center
  • 13. 13 Example: Basket Generator Function What this gives you? - Creates groupings of related items via single pass over data - Allows you to increase or decrease basket size with a single parameter change Example use cases: - Retail market basket analysis - People who bought x also bought y Extensible market basket analysis Complete Aster Data Application: • Evaluate effectiveness of marketing programs • Launch customer recommendations feature • Evaluate and improve product placement Basket Generator in Use
  • 14. 14 Example: Unpack Function What this gives you: - Translates unstructured data from a single field into multiple structured columns - Allows business analysts access to data with standard SQL queries Example use cases: - Sales data - Stock transaction logs - Gaming play logs Transforming hidden data into analyst accessible columns Complete Aster Data Application: • Text processing required to transform/unpack third party sales data • Sessionization required to prepare data for path analysis • Statistical analysis of pricing Unpack in Use: Pricing Analysis
  • 15. 15 Example: nPath Function for time-series analysis What this gives you: - Pattern detection via single pass over data - Allows you to understand any trend that needs to be analyzed over a continuous period of time Example use cases: - Web analytics– clickstream, golden path - Telephone calling patterns - Stock market trading sequences Uncovering patterns in sequential steps Complete Aster Data Application: • Sessionization required to prepare data for path analysis • nPath identifies marketing touches that drove revenue nPath in Use: Marketing Attribution
  • 16. 16 Aster Analytics is much more diverse and powerful in finding “interesting” patterns while loses no information assimilated from simpler queries. Simple SQL queries cannot match the analytical power of Aster Analytics. For Big Data Analytics, Teradata and Aster create a powerful combination. Conclusion