I am creating material for our site (a decent sized site that receives several million page views per day), and I wonder if there are any good open source storage systems there.
In particular, I'm only looking for something to store data - I plan to create a user interface / interface so that it displays the information we care about. However, I do not want to create a custom database for this, and although I am sure that the SQL database will not work here, I am not sure what to use. Any pointers to useful articles would also be appreciated.
Edit: I have to mention - one DB I looked at briefly was MongoDB. It seems like this might work, but their Use Cases specifically refers to the data warehouse as Less Well Suited: http://www.mongodb.org/display/DOCS/Use+Cases . Also, it doesn't seem to be targeting a data warehouse.
source share