ssis

Download Ssis

If you can't read please download the document

Upload: wanchat-damdoung

Post on 24-Dec-2014

1.552 views

Category:

Documents


3 download

DESCRIPTION

 

TRANSCRIPT

  • 1. 214554
    Data Warehousing & Data Mining
    Data Mining with SQL Server Integration Services
    1

2. Members
2
DaladLimsaihuaID. 51653095
PanitaYongyuthID.51653269
SupamitBoontaID.51653517
3. Abbreviation
SQL Server Integration Services - SSIS
3
4. Objective
By the end of the presentation you will understand:
The basic concept of SSIS including the control flow and data flow.
Performing data mining related transformations and tasks in SSIS
The text mining solution based on Term Extraction and Term Look Up transformations
4
5. Agenda
Overview of SSIS.
Working with SSIS in Data Mining
Text Mining Transformations
5
6. Ms. DaladLimsaihua
6
Overview Of SSIS
7. Overview of SSIS
SSIS belong to the extraction, transformation, and loading (ETL).
7
8. Data Integration Architecture Before Integration Service
8
9. Data Integration Architecture With Integration Service
9
10. SSIS Architecture
10
11. SSIS Components
11
Package SSIS *.dtsx ( DTS *.dts) Package Load data, Send email
Control flow Flow Flow chart Control flow Task Copy data Control flow
Data flow Control flow data Transform data aggregation
12. Benefits of SSIS
12
source destination target Oracle SQL Server Reporting service report
10
File Folder DB SSIS File temp file
13. SSIS Tasks # 1
13
14. SSIS Tasks # 2
14
15. SSIS Transformations #1
15
16. SSIS Transformations #2
16
17. SSIS Transformations #3
17
18. Mr. SupamitBoonta
18
Working with SSIS in Data Mining
19. Data Mining in SSIS Environment
19
SSIS provides a flow environment for data extraction, loading, and transformation.
Can use to load data from various sources, join them together, normalize column values, remove dirty records, replace missing values, split data into training and testing datasets, and so on.
20. Tasks and Transforms for Data Mining
20
1
Data Mining Query Task
Analysis Services Processing Task
3
Analysis Services Execute DDL Task
Data Mining Query Transformation
Data Mining Model Training Transformation
Term Extraction Transformation
Term Lookup Transformation
21. Clustering
Decision Tree
21
Demo
22. Ms. PanitaYongyuth
22
Text Mining Transformations
23. Text Mining Transformations
This section will focus on
Term Extraction Transformation
Term Look Up Transformation
23
24. Model types to perform data mining
Classification Model
Use the key words and phases nested table as input to predict the class of a document.
Clustering Model
Find similar documents based on common occurrences.
Association Model
Detect cross-correlations between keys word and phases.
24
25. Process of text mining
Term Extraction Transformation
Build the dictionary of keys words and phases over a collection of representative documents.
Term Look Up Transformation
Based on the dictionary, extract the list of significant key word and phases for each document to be analyzed.
Training mining
Training miningmodels on top the transformed data.
25
26. Thank for your attention
: D
26
Demo TimeText Mining