views:

213

answers:

2

I am studying data warehouses and I have to do one final project for my studies.

I am thinking about doing a cube for a data warehouse. Where can I find a real dataset anywhere online that I could try doing a cube with?

+1  A: 

You can refer to this page to see how to convert a part of the Northwind database to a star schema for building cubes: Northwind Star Schema.

aleemb
thanks for the examples
nikky
A: 

Here's an example on Adventure Works - of course, it's prebuilt SSAS, but I guess you could look at the underlying AventureWorks DB and do the dimensional modeling yourself.

I think doing a DW on an existing popular dataset like Northwind or AdventureWorks is probably not a great idea, because so many people have done them. Even StackOverflow has had data mining done, but perhaps it would be a good candidate - I'm not sure what Brent's work actually comprised.

So if you are looking to do an original project, you might need to look further afield, if only to distinguish your work from previous work.

Cade Roux