For Bussiness Inteligance,
- Do datawarehouse with using dimensional model. You may have a few relational database but you have to only one datawarehouse for your solution. You may have a city table each database,But you must concat this table and do matching table for this concated table.
- Doing ETL(extract-transform-load) to your datawarehouse from your realtional databases
- If dimensional database schema type is star schema, your cubes will be simple and readable
- SSIS is one of the ETL solutions. SSIS concept consist of those elements: packages to write ETL configuration, database to house this packages and SQL Agent to execute this packages a part of time recusively.
- ETL configuration consists of three main items. Extract : Getting data from relational database, Transform: Change and formating data what you want, Load: Writing this configured data to your datawarehouse. SSIS has a lot of component for extract data from oledb,odbc,exel databases and transform this data using c# script, sql query builder components with simple user interface.
- Creating cube in BIDS. Create your dimension and measure with existing table in your datawarehouse. Then deploy your cube to analysis service
- Final requirement is browser for viewing data. OLAP browsers create mdx query and send this queries to analysis server. Analysis server execute this query and returns a result. Working with OLAP browser is very simple because all thing drag and drob.
Hiç yorum yok:
Yorum Gönder