I have the following problem: my system collects daily ~300M hits from different sites. Every has time, user id, type (ad or usual), http address, site id.
There is also an array of users ~ 200M, which has gender, age group and country.
Required to design a system that is based on data by hits could give real-time reports on the hits of different user groups. Like OLAP solutions :-)
For example, to plot graph on hits for girls 15-25 age, from UK, from October to September, 2011.
Which database you recommend to choose, and solution to build OLAP cubes?
I'm looking for opensource solution, like HBase (+ zohmg or cascading) Hypertable or something else (free DWH :-)).