Define Architecture of Data Warehouse
Types
- Top - Down approach
- Bottom - UP approach
Top - Down approach
Essential Components are
- External source
- Stage Area
- Data Warehouse
- Data Mart
- Data Mining
External Source
Stage Area
Since the data extracted from the external sources does not follow a particular format , So there is need to validate this data to load Data warehouse. For this purpose , it is recommended to use ETL (Extract Transform Loading) .
- Extracted
- Transform
- Load
Data Marts
Data Mining
The package of analysis the big data present in data warehouse is data mining. It is used to find the hidden patterns that are present in the database or in data warehouse with the help of algorithms of data mining.
Bottom - Up approach
A source file are different data format they are goes into the ETL (Extract Transform Loading) . It can be divided into various source form , it comes under the data mart into different sector. Then it will be under the Data warehouse to cleaning, fetching the given data and goes into the Data mining process. This process is called Bottom - Up approach .
Post a Comment