Free data warehouse - Infobright, Hadoop/Hive or what ?
Posted
by peperg
on Stack Overflow
See other posts from Stack Overflow
or by peperg
Published on 2010-03-11T07:55:35Z
Indexed on
2010/05/18
2:40 UTC
Read the original article
Hit count: 414
data-warehouse
|hadoop
I need to store large amount of small data objects (millions of rows per month). Once they're saved they wont change. I need to :
- store them securely
- use them to analysis (mostly time-oriented)
- retrieve some raw data occasionally
- It would be nice if it could be used with JasperReports or BIRT
My first shot was Infobright Community - just a column-oriented, read-only storing mechanism for MySQL
On the other hand, people says that NoSQL approach could be better. Hadoop+Hive looks promissing, but the documentation looks poor and the version number is less than 1.0 .
I heard about Hypertable, Pentaho, MongoDB ....
Do you have any recommendations ?
(Yes, I found some topics here, but it was year or two ago)
© Stack Overflow or respective owner