Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>my thoughts … </p> <ul> <li>Don’t overestimate the size (in terms of time) of a new DWH project. </li> <li>Start with something not very complex and well understood in terms of business rules.</li> </ul> <p>The biggest problem we have had with new DWH projects/pilots (we are a DWH consultancy so have a number of clients) is getting management support of it. Often the DWH will be sponsored by someone in IT and there is no real board level support, so the project takes a long time to progress and it is difficult to get resources for it.</p> <p>The best projects we have found are ones that have levels of support in three areas: Management (board level), IT and Business (preferably someone with good understanding of the business rules involved).</p> <p>Have a look at <a href="http://rads.stackoverflow.com/amzn/click/0471200247" rel="nofollow">Ralph Kimball’s Data Warehouse Toolkit</a> which goes through different styles of DWH design for different industries. It is <strong>very</strong> good!</p> <p>The tools I expect you would use (I’ve added a couple of technologies here)</p> <ul> <li>SSIS (ETL tool) is used to Extract (from source systems) Transform (data into appropriate form the load) and Load (into Dim and Fact tables)</li> <li>SSAS (OLAP tool) is used to create/process an OLAP cube. <strong>Warning</strong>: there is quite a large learning curve on this tool!!</li> <li>SSRS (reporting tool) is used to create static and dynamic reports/dashboards.</li> <li>MS Excel. There are free data mining models that can be added in and when connected to an OLAP cube which will allow very interesting DM to be performed.</li> <li>Windows Sharepoint Services (WSS) (comes free with a Windows Server operating systems) to deploy your SSRS reports onto.</li> </ul> <p>This is a good prototype scope in terms of technologies (if you are from the MS background), but the spread of technologies is very large and for one person coming in cold to them, this is perhaps unrealistic.</p> <p>The most critical thing is to get the DWH star schema design correct (and there will be a number of solutions that are “correct” for any set of data), otherwise your OLAP cube design will be flawed and very difficult to build.</p> <p>I would get a local DWH consultant to validate your design before you have built it. Make sure you give them a very tight scope of not changing much otherwise most consultants will “tinker” with things to make them “better”.</p> <p>Good Luck!</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload